Library | File

Class wfcWTabulatedCylinderDescriptor

# include <wfcGeometry.h>

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



Description

The tabulated cylinder descriptor.



Method Summary

static wfcWTabulatedCylinderDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcCurveDescriptor_ptr Profile, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates TabulatedCylinderDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcTransformedSurfaceDescriptor:

GetCoordSys, SetCoordSys


Methods Inherited from Class pfcTabulatedCylinderDescriptor:

GetProfile, SetProfile


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWTabulatedCylinderDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcTransform3D_ptr CoordSys, pfcCurveDescriptor_ptr Profile, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates TabulatedCylinderDescriptor object.
Parameters:
Extents
The tabulated cylinder extents.
Orientation
The orientation.
CoordSys
The co-ordinate system.
Profile
The profile.
SurfaceId
The surface id.
ContourData
The contour.
Returns: