Click or drag to resize
XDL

NanMeasureHeight.GetVertices Method

높이 측정을 위해 설정한 위치를 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void GetVertices(
	ref XVertex3d vtEndHeight,
	ref XVertex3d vtJoint,
	ref XVertex3d vtEndShadow
)

Parameters

vtEndHeight  XVertex3d
가장 높은 끝 점
vtJoint  XVertex3d
가장 낮은 끝 점이자 그림자 시작점
vtEndShadow  XVertex3d
그림자 끝 점
See Also