Cylinder

class HPS.Cylinder : public IDisposable

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:

None

Neither cylinder end will be capped.

First

Only the first cylinder end will be capped.

Last

Only the second cylinder end will be capped.

Both

Both cylinder ends will be capped.

enum Component

Enumerates the cylinder components vertex colors can be applied to.

Values:

Faces

The vertex colors applied to faces.

Edges

The vertex colors applied to edges.

enum Orientation

Allows reversing of cylinder colors, radii, or both

Values:

Default

Cylinder Orientation.

DefaultRadii

Cylinder Orientation.

InvertRadii

Cylinder Orientation.

InvertRadiiOnly

Cylinder Orientation.

DefaultColors

Cylinder Orientation.

InvertColors

Cylinder Orientation.

InvertColorsOnly

Cylinder Orientation.

InvertAll

Cylinder Orientation.

Public Functions

Cylinder (HPS.Cylinder in_that)
void Dispose ()