Click or drag to resize
XDL

NanPoint Class

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

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

The NanPoint type exposes the following members.

Constructors
 NameDescription
Public methodNanPoint NanPoint 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyPosition 점 위치를 가져온다.
Top
Methods
 NameDescription
Public methodCalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public methodClone 객체를 복사한다.
(Overrides NanObjClone)
Public methodGetPointSize 점 크기를 가져온다.
Public methodGetPointType 점 모양을 가져온다.
Public methodSetPointSize 점 크기를 설정한다.
Public methodSetPointType 점 모양을 설정한다.
Public methodSetPosition(XVertex3d) 점 위치를 설정한다.
Public methodSetPosition(Double, Double, Double) 점 위치를 설정한다.
Public methodStatic memberToObjectString 객체 class 이름을 가져온다.
Top
See Also