API Documentation > Interface Classes > Class pfcRevolvedSurfaceDescriptor
Class pfcRevolvedSurfaceDescriptor

# include <pfcGeometry.h>

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

Description
A data object representing the geometry of the surface created by revolving a curve about an axis.
Manual References:
Direct Known Subclasses:
Method Summary
This method creates a new RevolvedSurfaceDescriptor object.
void
The curve geometry
Methods Inherited from Class pfcSurfaceDescriptor::
Methods Inherited from Class pfcTransformedSurfaceDescriptor::
Method Detail
GetProfile
()
void
SetProfile
The curve geometry
This method creates a new RevolvedSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Profile
The geometry of the generating curve
Returns:
The new RevolvedSurfaceDescriptor object
Was this helpful?