Click or drag to resize
XDL

NanLine Methods

The NanLine type exposes the following members.

Methods
  Name Description
Public method CalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public method Clone 객체를 복사한다.
(Overrides NanObjClone)
Public method GetEndVertex 선 끝 좌표를 가져온다.
Public method GetStartVertex 선 시작 좌표를 가져온다.
Public method SetEndVertex(XVertex3d) 선 끝 좌표를 설정한다.
Public method SetEndVertex(Double, Double, Double) 선 끝 좌표를 설정한다.
Public method SetStartVertex(XVertex3d) 선 시작 좌표를 설정한다.
Public method SetStartVertex(Double, Double, Double) 선 시작 좌표를 설정한다.
Public method Static member ToObjectString 객체 class 이름을 가져온다.
Top
See Also