Library | File

Class wfcWForeignSurfaceDescriptor

# include <wfcGeometry.h>

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



Description

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



Method Summary

static wfcWForeignSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, xint ForeignId, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates WForeignSurfaceDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys


Methods Inherited from Class pfcForeignSurfaceDescriptor:

GetForeignID, SetForeignID


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

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

Creates WForeignSurfaceDescriptor object.
Parameters:
Extents
The foreign surface extents.
Orientation
The orientation.
CoordSys
The coordinate system.
ForeignId
The foreign id.
SurfaceId
The surface id.
ContourData
The contour.
Returns: