Library | File

Class pfcCylinderDescriptor

# include <pfcGeometry.h>

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



Description

A data object representing the geometry of a cylindrical surface.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Direct Known Subclasses:
wfcWCylinderDescriptor



Method Summary

static pfcCylinderDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, xreal Radius)
This method creates a new CylinderDescriptor object.
xrealGetRadius ()
voidSetRadius (xreal value)
The radius of the cylinder


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys



Method Detail

xrealGetRadius ()
voidSetRadius (xreal value)

The radius of the cylinder




static pfcCylinderDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, xreal Radius)

This method creates a new CylinderDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Radius
The surface radius
Returns:
The new CylinderDescriptor object