Click or drag to resize
XDL

NanLine Class

선 객체 도시 정보를 저장하기 위한 클래스
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXAnnotation.NAnnotationNanObj
    Pixoneer.NXDL.NXAnnotation.NAnnotationNanLine

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public class NanLine : NanObj

The NanLine type exposes the following members.

Constructors
 NameDescription
Public methodNanLine NanLine 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyEndShapeID 끝 화살표 모양을 가져오거나 설정한다.
Public propertyEndShapeRatio 끝 화살표 Ratio를 가져오거나 설정한다.
Public propertyStartShapeID 시작 화살표 모양을 가져오거나 설정한다.
Public propertyStartShapeRatio 시작 화살표 Ratio를 가져오거나 설정한다.
Top
Methods
 NameDescription
Public methodCalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public methodClone 객체를 복사한다.
(Overrides NanObjClone)
Public methodGetEndVertex 선 끝 좌표를 가져온다.
Public methodGetStartVertex 선 시작 좌표를 가져온다.
Public methodSetEndVertex(XVertex3d) 선 끝 좌표를 설정한다.
Public methodSetEndVertex(Double, Double, Double) 선 끝 좌표를 설정한다.
Public methodSetStartVertex(XVertex3d) 선 시작 좌표를 설정한다.
Public methodSetStartVertex(Double, Double, Double) 선 시작 좌표를 설정한다.
Public methodStatic memberToObjectString 객체 class 이름을 가져온다.
Top
See Also