Library | File

Class wfcWCylindricalSplineSurfaceDescriptor

# include <wfcGeometry.h>

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



Description

The cylindrical spline surface descriptor.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes



Method Summary

static wfcWCylindricalSplineSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcSplineSurfaceDescriptor_ptr SplineSurfaceData, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates WCylindricalSplineSurfaceDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys


Methods Inherited from Class pfcCylindricalSplineSurfaceDescriptor:

GetSplineSurfaceData, SetSplineSurfaceData


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWCylindricalSplineSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcSplineSurfaceDescriptor_ptr SplineSurfaceData, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates WCylindricalSplineSurfaceDescriptor object.
Parameters:
Extents
The cylindrical splineSurface extents.
Orientation
The orientation.
CoordSys
The coordinate system.
SplineSurfaceData
The spline surface data.
SurfaceId
The surface id.
ContourData
The contour.
Returns: