API Documentation > Classes > Class pfcFilletSurfaceDescriptor
Class pfcFilletSurfaceDescriptor
Description
A datas object representing the geometry of a surface found where a round or fillet is placed on curved edge.
Direct Parent Classes:
Property 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 Summary
Create (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor U0Profile, pfcSplineDescriptor CenterProfile, pfcSplineDescriptor TangentProfile)
This method creates a new FilletSurfaceDescriptor object.
Property Detail
CenterProfile
The geometry of the curve running along the centers of the fillet arcs
TangentProfile
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
Create
(pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor U0Profile, pfcSplineDescriptor CenterProfile, pfcSplineDescriptor 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
Was this helpful?