Click or drag to resize
XDL

XPlanetGraphics Class

이 클래스는 NGR::XGraphics에서 상속받아 Planet 환경에 OpenGL 라이브러리를 사용할 수 있게 한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NGRXGraphics
    Pixoneer.NXDL.NXPlanetXPlanetGraphics

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 3.0.0.0
Syntax
C#
public class XPlanetGraphics : XGraphics

The XPlanetGraphics type exposes the following members.

Constructors
 NameDescription
Public methodXPlanetGraphics XPlanetGraphics 객체를 생성하고 데이터 멤버를 초기화한다..
Top
Methods
 NameDescription
Public methodxglVertex3d(XVertex3d) 3차원 정점을 지정한다.
(Overrides XGraphicsxglVertex3d(XVertex3d))
Public methodxglVertex3d(Double, Double, Double) 3차원 정점을 지정한다.
(Overrides XGraphicsxglVertex3d(Double, Double, Double))
Top
See Also