API Documentation > Interface Classes > Class pfcConeDescriptor
Class pfcConeDescriptor

# include <pfcGeometry.h>

class
pfcConeDescriptor
: public virtual
pfcTransformedSurfaceDescriptor
{
xdeclare(pfcConeDescriptor)
...
};
This is a
COMPACT class.

Description
A data object representing the geometry of a conic surface.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcSurfaceDescriptor::
Methods Inherited from Class pfcTransformedSurfaceDescriptor::
Method Summary
This method creates a new ConeDescriptor object.
void
SetAlpha (xreal value)
The angle between the axis of the cone and the generating line
Method Detail
GetAlpha
()
void
SetAlpha
(xreal value)
The angle between the axis of the cone and the generating line
This method creates a new ConeDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Alpha
The cone angle
Returns:
The new ConeDescriptor object
Was this helpful?