Click or drag to resize
XDL

XscPoint Class

이 클래스는 Scene에 점 객체를 구현한다.
Inheritance Hierarchy

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

The XscPoint type exposes the following members.

Constructors
  NameDescription
Public methodXscPoint
XscPoint 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXscPoint(XscObj*)
Top
Properties
  NameDescription
Public propertyFontHeight
텍스트의 크기를 확인하거나 설정한다.
Public propertyFontName
텍스트의 글꼴을 확인하거나 설정한다.
Public propertyLineColor
점의 색상을 확인하거나 설정한다.
Public propertyLineWidth
점의 폭을 확인하거나 설정한다.
Public propertyPointType
점의 유형을 확인하거나 설정한다.
Public propertyTextColor
점의 텍스트 색상을 확인하거나 설정한다.
Public propertyVisibleDistMax
점의 최대 가시거리를 확인하거나 설정한다. Reference LOD와의 거리 측정에 사용. Planet3D 용
Public propertyVisibleDistMin
점의 최소 가시거리를 확인하거나 설정한다. Reference LOD와의 거리 측정에 사용. Planet3D 용
Top
Methods
See Also