Click or drag to resize
XDL

NanMeasureAngleSetVertices Method

각도 측정을 위한 시작위치, 중심 위치, 끝 위치를 설정한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void SetVertices(
	XVertex3d vtStart,
	XVertex3d vtCenter,
	XVertex3d vtEnd
)

Parameters

vtStart  XVertex3d
시작 위치
vtCenter  XVertex3d
중심 위치
vtEnd  XVertex3d
끝 위치
See Also