|
NanMeasureAngleGetVertices Method
|
각도 측정을 위한 시작 위치, 중심 위치, 끝 위치를 가져온다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic void GetVertices(
ref XVertex3d vtStart,
ref XVertex3d vtCenter,
ref XVertex3d vtEnd
)
Parameters
- vtStart XVertex3d
- [Out] 시작 위치
- vtCenter XVertex3d
- [Out] 중심 위치
- vtEnd XVertex3d
- [Out] 끝 위치
See Also