Click or drag to resize
XDL

XvcRectangle Class

사각형을 도시한다.
Inheritance Hierarchy

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

The XvcRectangle type exposes the following members.

Constructors
  NameDescription
Public methodXvcRectangle
XvcRectangle 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXvcRectangle(XvcObj*)
XvcRectangle의 새로운 인스턴스를 입력 값(C++ XvcRectangle)을 통해 초기화한다.
Top
Properties
  NameDescription
Public propertyRotAngle
사각형의 회전을 위한 각도를 가져오거나 설정한다.
Top
Methods
  NameDescription
Public methodGetAt(Int32, XVertex3d)
특정 인덱스 위치에 있는 점을 가져온다.
Public methodGetAt(Int32, Double, Double, Double)
특정 인덱스 위치에 있는 점을 가져온다.
Public methodGetSize
노드 점들의 개수를 가져온다.
Public methodSetRect
사각형의 좌상단 정점과 우하단 정점을 설정한다.
Top
See Also