Library | File

Class wfcWPlaneDescriptor

# include <wfcGeometry.h>

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



Description

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



Method Summary

static wfcWPlaneDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates PlaneDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWPlaneDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates PlaneDescriptor object.
Parameters:
Extents
The plane extents.
Orientation
The plane orientation.
CoordSys
The plane co-ordinate system.
SurfaceId
The surface id.
ContourData
The plane contour.
Returns: