Click or drag to resize
XDL

XvcPoint Class

점 객체를 정의한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NVCXvcObj
    Pixoneer.NXDL.NVCXvcPoint

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public class XvcPoint : XvcObj

The XvcPoint type exposes the following members.

Constructors
 NameDescription
Public methodXvcPoint XvcPoint 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXvcPoint(XvcObj*) XvcPoint의 새로운 인스턴스를 입력 값(C++ XvcPoint)을 통해 초기화한다.
Top
Properties
 NameDescription
Public propertyPixelFlag 화소단위로 점 크기를 사용할지를 확인하거나 설정한다.
Public propertyPointSize 점 크기를 가져오거나 설정한다.
Public propertyPointType 렌더링시 그려지는 형식을 가져오거나 설정한다.
Public propertyPointUnit 점 크기 단위를 가져오거나 설정한다.
Public propertyWorldPerPixel 한 화소를 나타내는 지도 거리를 가져오거나 설정한다.
Top
Methods
 NameDescription
Public methodGetVertex 점 객체의 위치를 가져온다.
Public methodGetVertex(Double, Double, Double) 점 객체의 위치를 가져온다.
Public methodSetVertex(XVertex3d) 점 객체의 위치를 설정한다.
Public methodSetVertex(Double, Double, Double) x, y, z 값으로 점 객체의 위치를 설정한다.
Top
See Also