API Documentation > Interface Classes > Class pfcFilletSurface
Class pfcFilletSurface

# include <pfcGeometry.h>

class
pfcFilletSurface
: public virtual
pfcSurface
{
xaideclare(pfcFilletSurface)
...
};


Description
A Creo Parametric surface found where a round or fillet is placed on curved edge.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Methods Inherited from Class pfcSurface::
Method Summary
The geometry of the curve running along the centers of the fillet arcs
The geometry of the unit tangents to the axis of the filler arcs
The geometry of the curve running along the u=0 boundary
Method Detail
GetU0Profile
()
The geometry of the curve running along the u=0 boundary
GetCenterProfile
()
The geometry of the curve running along the centers of the fillet arcs
GetTangentProfile
()
The geometry of the unit tangents to the axis of the filler arcs
Was this helpful?