Library | File

Class wfcWCylinderDescriptor

# include <wfcGeometry.h>

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



Description

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



Method Summary

static wfcWCylinderDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, xreal Radius, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates CylinderDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys


Methods Inherited from Class pfcCylinderDescriptor:

GetRadius, SetRadius


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWCylinderDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, xreal Radius, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates CylinderDescriptor object.
Parameters:
Extents
The cylinder extents.
Orientation
The orientation.
CoordSys
The co-ordinate system.
Radius
The cylinder radius.
SurfaceId
The surface id.
ContourData
The contour.
Returns: