Library | File

Class wfcWRevolvedSurfaceDescriptor

# include <wfcGeometry.h>

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



Description

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



Method Summary

static wfcWRevolvedSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcCurveDescriptor_ptr Profile, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates RevolvedSurfaceDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys


Methods Inherited from Class pfcRevolvedSurfaceDescriptor:

GetProfile, SetProfile


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWRevolvedSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcCurveDescriptor_ptr Profile, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates RevolvedSurfaceDescriptor object.
Parameters:
Extents
The RevolvedSurface extents.
Orientation
The orientation.
CoordSys
The co-ordinate system.
Profile
The profile.
SurfaceId
The surface id.
ContourData
The contour.
Returns: