Library | File

Class pfcConeDescriptor

# include <pfcGeometry.h>

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



Description

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



Method Summary

static pfcConeDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, xreal Alpha)
This method creates a new ConeDescriptor object.
xrealGetAlpha ()
voidSetAlpha (xreal value)
The angle between the axis of the cone and the generating line


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys



Method Detail

xrealGetAlpha ()
voidSetAlpha (xreal value)

The angle between the axis of the cone and the generating line




static pfcConeDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, xreal Alpha)

This method creates a new ConeDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Alpha
The cone angle
Returns:
The new ConeDescriptor object