Library | File

Class pfcFilletSurfaceDescriptor

# include <pfcGeometry.h>

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



Description

A datas object representing the geometry of a surface found where a round or fillet is placed on curved edge.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Direct Known Subclasses:
wfcWFilletSurfaceDescriptor



Method Summary

static pfcFilletSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor_ptr U0Profile, pfcSplineDescriptor_ptr CenterProfile, pfcSplineDescriptor_ptr TangentProfile)
This method creates a new FilletSurfaceDescriptor object.
pfcSplineDescriptor_ptrGetCenterProfile ()
voidSetCenterProfile (pfcSplineDescriptor_ptr value)
The geometry of the curve running along the centers of the fillet arcs
pfcSplineDescriptor_ptrGetTangentProfile ()
voidSetTangentProfile (pfcSplineDescriptor_ptr value)
The geometry of the unit tangents to the axis of the filler arcs
pfcSplineDescriptor_ptrGetU0Profile ()
voidSetU0Profile (pfcSplineDescriptor_ptr value)
The geometry of the curve running along the u=0 boundary


Methods Inherited from Class pfcSurfaceDescriptor:

GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation



Method Detail

pfcSplineDescriptor_ptrGetU0Profile ()
voidSetU0Profile (pfcSplineDescriptor_ptr value)

The geometry of the curve running along the u=0 boundary




pfcSplineDescriptor_ptrGetCenterProfile ()
voidSetCenterProfile (pfcSplineDescriptor_ptr value)

The geometry of the curve running along the centers of the fillet arcs




pfcSplineDescriptor_ptrGetTangentProfile ()
voidSetTangentProfile (pfcSplineDescriptor_ptr value)

The geometry of the unit tangents to the axis of the filler arcs




static pfcFilletSurfaceDescriptor_ptrCreate (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor_ptr U0Profile, pfcSplineDescriptor_ptr CenterProfile, pfcSplineDescriptor_ptr TangentProfile)

This method creates a new FilletSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
U0Profile
The geoemtry of along the u=0 boundary
CenterProfile
The geometry along the centers of the fillet arcs
TangentProfile
The geometry of the unit tangents to the axis of the fillet arcs
Returns:
The new FilletSurfaceDescriptor object