Library | File

Class pfcCylindricalSplineSurfaceDescriptor

# include <pfcGeometry.h>

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



Description

A data object representing a spline surface created using cylindrical coordinates.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Direct Known Subclasses:
wfcWCylindricalSplineSurfaceDescriptor



Method Summary

static pfcCylindricalSplineSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, pfcSplineSurfaceDescriptor_ptr SplineSurfaceData)
This method creates a new CylindricalSplineSurfaceDescriptor object.
pfcSplineSurfaceDescriptor_ptrGetSplineSurfaceData ()
voidSetSplineSurfaceData (pfcSplineSurfaceDescriptor_ptr value)
The spline surface geometry which defines the surface


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys



Method Detail

pfcSplineSurfaceDescriptor_ptrGetSplineSurfaceData ()
voidSetSplineSurfaceData (pfcSplineSurfaceDescriptor_ptr value)

The spline surface geometry which defines the surface




static pfcCylindricalSplineSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, pfcSplineSurfaceDescriptor_ptr SplineSurfaceData)

This method creates a new CylindricalSplineSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
SplineSurfaceData
The spline surface geometry to use
Returns:
The new CylindricalSplineSurfaceDescriptor object