|
NanBaseGetCenter Method
|
중심 위치를 가져온다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 3.0.0.0 (3.0.0.0)
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