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: 2.0.3.38
Syntax
C#
public class XPlanetGraphics : XGraphics

The XPlanetGraphics type exposes the following members.

Constructors
 NameDescription
Public methodXPlanetGraphics 
Top
Methods
 NameDescription
Public methodxglVertex3d(XVertex3d) 3차원 정점을 지정한다.
(Overrides XGraphicsxglVertex3d(XVertex3d))
Public methodxglVertex3d(Double, Double, Double) 3차원 정점을 지정한다.
(Overrides XGraphicsxglVertex3d(Double, Double, Double))
Top
See Also