Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
HPS.Cylinder Class Reference
Inheritance diagram for HPS.Cylinder:

Public Types | |
enum | Capping : uint { Capping.None = 0x00000000, Capping.First = 0x00000001, Capping.Last = 0x00000002, Capping.Both = 0x00000003 } |
Enumerates the type of capping geometry to use for cylinders. More... | |
enum | Component : uint { Component.Faces = 0x00000000, Component.Edges = 0x00000001 } |
Enumerates the cylinder components vertex colors can be applied to. More... | |
enum | Orientation : uint { Orientation.Default = 0x00000000, Orientation.DefaultRadii = 0x00000001, Orientation.InvertRadii = 0x00000002, Orientation.InvertRadiiOnly = 0x00000003, Orientation.DefaultColors = 0x00000004, Orientation.InvertColors = 0x00000005, Orientation.InvertColorsOnly = 0x00000006, Orientation.InvertAll = 0x00000007 } |
Allows reversing of cylinder colors, radii, or both More... | |
Public Member Functions | |
Cylinder (HPS.Cylinder in_that) | |
virtual void | Dispose () |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The Cylinder class is a concept class for cylinder-related enum classes.
Member Enumeration Documentation
enum HPS.Cylinder.Capping : uint |
enum HPS.Cylinder.Component : uint |
enum HPS.Cylinder.Orientation : uint |
Allows reversing of cylinder colors, radii, or both
Enumerator | |
---|---|
Default |
Cylinder Orientation. |
DefaultRadii |
Cylinder Orientation. |
InvertRadii |
Cylinder Orientation. |
InvertRadiiOnly |
Cylinder Orientation. |
DefaultColors |
Cylinder Orientation. |
InvertColors |
Cylinder Orientation. |
InvertColorsOnly |
Cylinder Orientation. |
InvertAll |
Cylinder Orientation. |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Cylinder.cs