Click or drag to resize
XDL

NXPlanetDrawArgs Class

NXPlanetLayer의 데이터를 제공한다 (OnRender, OnOrthoRender, XncwTheater, OnPicked, OnWndProc event) 이 클래스는 정의된 인수로 Planet 뷰의 이미지 또는 백터 객체를 그린다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NGRNXDrawArgs
    Pixoneer.NXDL.NXPlanetNXPlanetDrawArgs

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.30
Syntax
C#
public class NXPlanetDrawArgs : NXDrawArgs

The NXPlanetDrawArgs type exposes the following members.

Constructors
  NameDescription
Public methodNXPlanetDrawArgs
NXPlanetDrawArgs 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodNXPlanetDrawArgs(Int32)
NXPlanetDrawArgs 객체를 생성하고 데이터 멤버를 초기화한다.
Public methodNXPlanetDrawArgs(NXPlanetView)
NXPlanetDrawArgs 객체를 생성하고 데이터 멤버를 초기화한다.
Top
Methods
  NameDescription
Public methodIsPointInFrustum
현재 절두체안에 점이 있는지 확인한다.
Public methodVertex3d(XVertex3d)
세계위치에서 그리는 위치로 변환한다. (WOS에 의해 계산)
Public methodVertex3d(Double, Double, Double)
세계위치에서 그리는 위치로 변환한다. (WOS에 의해 계산)
Top
Fields
  NameDescription
Public fieldCameraState
카메라 상태.
Public fieldLayer
Planet 렌더 레이어.
Public fieldViewArea
Planet뷰 객체.
Public fieldViewAreaID
Planet뷰 ID
Public fieldWOS
도시를 위한 이동 및 크기조절 요소 (World Offset and Scale).
Top
See Also