|
XscCubeGetPoint(Double, Double, Double) Method
|
정육면체의 중앙 위치를 가져온다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void GetPoint(
ref double x,
ref double y,
ref double z
)
Parameters
- x Double
- [Out] X 위치의 x 값(degree 값).
- y Double
- [Out] Y 위치의 y 값(degree 값).
- z Double
- [Out] Z 위치의 z 값(meter 값).
Return Value
이 함수는 값을 반환하지 않는다.
See Also