Click or drag to resize
XDL

XscPoint Class

이 클래스는 Scene에 점 객체를 구현한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NSCENEXscObj
    Pixoneer.NXDL.NSCENEXscPoint
      Pixoneer.NXDL.NSCENEXscPointEx

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax
C#
public class XscPoint : XscObj

The XscPoint type exposes the following members.

Constructors
 NameDescription
Public methodXscPoint XscPoint 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXscPoint(XscObj*) XscPoint 객체를 생성하고 데이터 멤버를 초기화한다.
Top
Properties
 NameDescription
Public propertyBorderColor 선의 색상을 확인하거나 설정한다.
Public propertyFontColor 객체의 텍스트 색상을 확인하거나 설정한다.
Public propertyFontHeight 텍스트의 크기를 확인하거나 설정한다.
Public propertyFontName 텍스트의 글꼴을 확인하거나 설정한다.
Public propertyLineColor 점의 색상을 확인하거나 설정한다.
LineColor is deprecated : Unsafe property, please use BorderColor
Public propertyLineWidth 점의 크기(단위: pixel) 를 확인하거나 설정한다.
LineWidth is deprecated : Unsafe property, please use PointSize
Public propertyPointSize 점의 크기(단위: pixel) 를 확인하거나 설정한다. (단위: pixel)
Public propertyPointType 점의 유형을 확인하거나 설정한다.
Public propertyTextColor 점의 텍스트 색상을 확인하거나 설정한다.
TextColor is deprecated : Unsafe property, please use FontColor
Public propertyVisibleDistMax 점의 최대 가시거리를 확인하거나 설정한다. Reference LOD와의 거리 측정에 사용. Planet3D 용
Public propertyVisibleDistMin 점의 최소 가시거리를 확인하거나 설정한다. Reference LOD와의 거리 측정에 사용. Planet3D 용
Top
Methods
 NameDescription
Public methodGetPoint 위치를 확인한다.
Public methodGetPoint(Double, Double, Double) 위치를 확인한다.
Public methodSetPoint(XscCoord) 위치를 설정한다.
Public methodSetPoint(Double, Double, Double) 위치를 설정한다
Top
See Also