|
XscSymbolSetPoint(Double, Double, Double) Method
|
심볼의 위치를 설정한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void SetPoint(
double x,
double y,
double z
)
Parameters
- x Double
- [In] 위치의 x 값(단위 : degree).
- y Double
- [In] 위치의 y 값(단위 : degree).
- z Double
- [In] 위치의 z 값(단위 : meter).
See Also