Library | File

Class pfcPlaneDescriptor

# include <pfcGeometry.h>

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



Description

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



Method Summary

static pfcPlaneDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin)
Method to create a set of information describing a planar surface.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys



Method Detail

static pfcPlaneDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin)

Method to create a set of information describing a planar surface.
Parameters:
Extents
 
Orientation
 
Origin
 
Returns: