Cylinder
- 
class HPS::Cylinder
- The Cylinder class is a concept class for cylinder-related enum classes. - Public Types - 
enum Capping
- Enumerates the type of capping geometry to use for cylinders. - Values: - 
enumerator None
- Neither cylinder end will be capped. 
 - 
enumerator First
- Only the first cylinder end will be capped. 
 - 
enumerator Last
- Only the second cylinder end will be capped. 
 - 
enumerator Both
- Both cylinder ends will be capped. 
 
- 
enumerator None
 - 
enum Component
- Enumerates the cylinder components vertex colors can be applied to. - Values: - 
enumerator Faces
- The vertex colors applied to faces. 
 - 
enumerator Edges
- The vertex colors applied to edges. 
 
- 
enumerator Faces
 - 
enum Orientation
- Allows reversing of cylinder colors, radii, or both - Values: 
 
- 
enum Capping
