Library | Module

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:
pfcSurfaceDescriptor



Property Summary

pfcSplineDescriptorCenterProfile
The geometry of the curve running along the centers of the fillet arcs
pfcSplineDescriptorTangentProfile
The geometry of the unit tangents to the axis of the filler arcs
pfcSplineDescriptorU0Profile
The geometry of the curve running along the u=0 boundary



Method Summary

static pfcFilletSurfaceDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor U0Profile, pfcSplineDescriptor CenterProfile, pfcSplineDescriptor TangentProfile)
This method creates a new FilletSurfaceDescriptor object.



Property Detail


pfcSplineDescriptorCenterProfile

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




pfcSplineDescriptorTangentProfile

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




pfcSplineDescriptorU0Profile

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





Method Detail


static pfcFilletSurfaceDescriptorCreate (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