Library | File

Class wfcWFilletSurfaceDescriptor

# include <wfcGeometry.h>

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



Description

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



Method Summary

static wfcWFilletSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor_ptr U0Profile, pfcSplineDescriptor_ptr CenterProfile, pfcSplineDescriptor_ptr TangentProfile, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)
Creates WFilletSurfaceDescriptor object.


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation


Methods Inherited from Class pfcFilletSurfaceDescriptor:

GetU0Profile, SetU0Profile, GetCenterProfile, SetCenterProfile, GetTangentProfile, SetTangentProfile


Methods Inherited from Class wfcWSurfaceDescriptor:

GetSurfaceId, SetSurfaceId, GetContourData, SetContourData



Method Detail

static wfcWFilletSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor_ptr U0Profile, pfcSplineDescriptor_ptr CenterProfile, pfcSplineDescriptor_ptr TangentProfile, xint SurfaceId, optional wfcContourDescriptors_ptr ContourData)

Creates WFilletSurfaceDescriptor object.
Parameters:
Extents
The FilletSurfaceDescriptor extents.
Orientation
The orientation.
U0Profile
The U0 profile.
CenterProfile
The Center profile.
TangentProfile
The tangent profile.
SurfaceId
The surface id.
ContourData
The contour.
Returns: