API Documentation > Interface Classes > Class pfcSurfaceDescriptor
Class pfcSurfaceDescriptor

# include <pfcGeometry.h>

class
pfcSurfaceDescriptor
: public virtual
xobject
{
xdeclare(pfcSurfaceDescriptor)
...
};
This is a
COMPACT class.

Description
A data object representing the geometry of a Creo Parametric surface.
User Guide References:
Direct Known Subclasses:
Method Summary
void
The minimum and maximum points on the surface
void
The orientation of the surface
This method returns the type of surface represented by a SurfaceDescriptor.
Method Detail
GetSurfaceType
()
This method returns the type of surface represented by a SurfaceDescriptor.
Returns:
The surface type.
GetExtents
()
void
SetExtents
The minimum and maximum points on the surface
GetOrientation
()
void
SetOrientation
The orientation of the surface
Was this helpful?