Library | File

Class wfcWRuledSurfaceDescriptor

# include <wfcGeometry.h>

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



Description

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



Method Summary

static wfcWRuledSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcCurveDescriptor_ptr Profile1, pfcCurveDescriptor_ptr Profile2, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates RuledSurfaceDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys


Methods Inherited from Class pfcRuledSurfaceDescriptor:

GetProfile1, SetProfile1, GetProfile2, SetProfile2


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWRuledSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcCurveDescriptor_ptr Profile1, pfcCurveDescriptor_ptr Profile2, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates RuledSurfaceDescriptor object.
Parameters:
Extents
The RuledSurface extents.
Orientation
The orientation.
CoordSys
The co-ordinate system.
Profile1
The 1st profile.
Profile2
The 2nd profile.
SurfaceId
The surface id.
ContourData
The contour.
Returns: