Library | File

Class pfcForeignSurfaceDescriptor

# include <pfcGeometry.h>

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



Description

A data object representing the characteristics of a foreign surface (defined by Creo Parametric TOOLKIT).
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Direct Known Subclasses:
wfcWForeignSurfaceDescriptor



Method Summary

static pfcForeignSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, xint ForeignID)
This method creates a new ForeignSurfaceDescriptor object.
xintGetForeignID ()
voidSetForeignID (xint value)
The integer identifier of the foreign surface


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys



Method Detail

xintGetForeignID ()
voidSetForeignID (xint value)

The integer identifier of the foreign surface




static pfcForeignSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr Origin, xint ForeignID)

This method creates a new ForeignSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
ForeignID
The foreign surface id
Returns:
The new ForeignSurfaceDescriptor object