| 
            
              NanMeasureHeightSetVertices Method
             | 
          
        
        
            높이 측정을 위한 위치를 설정한다.
            
        
        Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.40 (2.0.3.40)
Syntaxpublic void SetVertices(
	XVertex3d vtEndHeight,
	XVertex3d vtJoint,
	XVertex3d vtEndShadow
)
Parameters
- vtEndHeight  XVertex3d
 -  가장 높은 끝 점 
 - vtJoint  XVertex3d
 -  가장 낮은 끝 점이자 그림자 시작점 
 - vtEndShadow  XVertex3d
 -  그림자 끝 점 
 
See Also