Library | File

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.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Direct Known Subclasses:
pfcTransformedSurfaceDescriptor, pfcCoonsPatchDescriptor, pfcFilletSurfaceDescriptor, pfcSplineSurfaceDescriptor, pfcNURBSSurfaceDescriptor, wfcWSurfaceDescriptor



Method Summary

pfcSurfaceExtents_ptrGetExtents ()
voidSetExtents (pfcSurfaceExtents_ptr value)
The minimum and maximum points on the surface
pfcSurfaceOrientationGetOrientation ()
voidSetOrientation (pfcSurfaceOrientation value)
The orientation of the surface
pfcSurfaceTypeGetSurfaceType ()
This method returns the type of surface represented by a SurfaceDescriptor.



Method Detail

pfcSurfaceTypeGetSurfaceType ()

This method returns the type of surface represented by a SurfaceDescriptor.
Returns:
The surface type.



pfcSurfaceExtents_ptrGetExtents ()
voidSetExtents (pfcSurfaceExtents_ptr value)

The minimum and maximum points on the surface




pfcSurfaceOrientationGetOrientation ()
voidSetOrientation (pfcSurfaceOrientation value)

The orientation of the surface