Library | File

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.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Direct Known Subclasses:
wfcWFilletSurface



Method Summary

pfcSplineDescriptor_ptrGetCenterProfile ()
The geometry of the curve running along the centers of the fillet arcs
pfcSplineDescriptor_ptrGetTangentProfile ()
The geometry of the unit tangents to the axis of the filler arcs
pfcSplineDescriptor_ptrGetU0Profile ()
The geometry of the curve running along the u=0 boundary


Methods Inherited from Class pfcChild:

GetDBParent, GetOId


Methods Inherited from Class pfcActionSource:

AddActionListener, RemoveActionListener, AddActionListenerWithType


Methods Inherited from Class pfcRelationOwner:

DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression


Methods Inherited from Class pfcParent:

GetChild


Methods Inherited from Class pfcParameterOwner:

GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters


Methods Inherited from Class pfcModelItem:

GetName, SetName, GetId, GetType


Methods Inherited from Class pfcSurface:

GetIsVisible, GetFeature, GetOwnerQuilt, EvalClosestPointOnSurface, EvalClosestPoint, Eval3DData, EvalParameters, EvalArea, EvalPrincipalCurv, VerifyUV, EvalDiameter, EvalMaximum, EvalMinimum, ListContours, ListSameSurfaces, GetSurfaceType, GetXYZExtents, GetUVExtents, GetOrientation, GetSurfaceDescriptor, GetNURBSRepresentation



Method Detail

pfcSplineDescriptor_ptrGetU0Profile ()

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




pfcSplineDescriptor_ptrGetCenterProfile ()

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




pfcSplineDescriptor_ptrGetTangentProfile ()

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