Click or drag to resize
XDL

XftPoint Class

XftPoint클래스는 Geometry 중 Point에 대해 정의한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public class XftPoint : XftGeometry

The XftPoint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPos
XftPoint객체의 x, y, z값을 XVertex3d객체로 설정하거나 반환한다.
Top
Methods
  NameDescription
Public methodGet
Point값을 얻는다.
Public methodSet
Point값을 설정한다.
Top
See Also