|
NanBaseGetCenter Method
|
중심 위치를 가져온다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic void GetCenter(
ref double cx,
ref double cy,
ref double cz
)
Parameters
- cx Double
- [Out] 중심 위치 X
- cy Double
- [Out] 중심 위치 Y
- cz Double
- [Out] 중심 위치 Z
See Also