|   | XscCylinderGetPoint Method | 
        
         원기둥의 중앙 위치를 확인한다. 
        
        Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.40
 Syntax
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void GetPoint(
	ref double x,
	ref double y,
	ref double minHeight,
	ref double maxHeight
)
Parameters
- x  Double
- [out] 위치의 x 값(degree 값). 
- y  Double
- [out] 위치의 y 값(degree 값). 
- minHeight  Double
-  [Out] 원기둥의 최대 높이(meter 값). 
- maxHeight  Double
-  [Out] 원기둥의 최소 높이(meter 값). 
Return Value
이 함수는 값을 반환하지 않는다.
 See Also
See Also