Click or drag to resize
XDL

NanMeasureHeightSetVertices 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 vtEndHeight,
	XVertex3d vtJoint,
	XVertex3d vtEndShadow
)

Parameters

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