Property | Type | Description | |
---|---|---|---|
ClipPlaneState | System.ComponentModel | ||
Init | void |
Method | Description | |
---|---|---|
ClipPlaneState ( bool enableCapacity ) : System.ComponentModel |
specify a plane against which all geometry is clipped.
|
|
ClipPlaneState ( uint planeIndex, double equation ) : System.ComponentModel |
specify a plane against which all geometry is clipped.
|
|
ClipPlaneState ( uint planeIndex, double equation, bool enableCapacity ) : System.ComponentModel |
specify a plane against which all geometry is clipped.
|
|
ToString ( ) : string |
|
Method | Description | |
---|---|---|
StateOn ( ) : void |
|
Method | Description | |
---|---|---|
ClipPlaneState ( ) : System.ComponentModel | ||
Init ( uint planeIndex, double equation ) : void |
public ClipPlaneState ( bool enableCapacity ) : System.ComponentModel | ||
enableCapacity | bool | Enable() or Disable() this capacity? |
return | System.ComponentModel |
public ClipPlaneState ( uint planeIndex, double equation ) : System.ComponentModel | ||
planeIndex | uint | Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES -1 , are accepted.
/// |
equation | double | Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. |
return | System.ComponentModel |
public ClipPlaneState ( uint planeIndex, double equation, bool enableCapacity ) : System.ComponentModel | ||
planeIndex | uint | Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES -1 , are accepted.
/// |
equation | double | Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. |
enableCapacity | bool | Enable() or Disable() this capacity? |
return | System.ComponentModel |