| Library | File | Frames | Expand |
| static pfcFilletSurfaceDescriptor_ptr | Create (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor_ptr U0Profile, pfcSplineDescriptor_ptr CenterProfile, pfcSplineDescriptor_ptr TangentProfile) | |
| This method creates a new FilletSurfaceDescriptor object. | ||
| pfcSplineDescriptor_ptr | GetCenterProfile () | |
| void | SetCenterProfile (pfcSplineDescriptor_ptr value) | |
| The geometry of the curve running along the centers of the fillet arcs | ||
| pfcSplineDescriptor_ptr | GetTangentProfile () | |
| void | SetTangentProfile (pfcSplineDescriptor_ptr value) | |
| The geometry of the unit tangents to the axis of the filler arcs | ||
| pfcSplineDescriptor_ptr | GetU0Profile () | |
| void | SetU0Profile (pfcSplineDescriptor_ptr value) | |
| The geometry of the curve running along the u=0 boundary | ||
| pfcSplineDescriptor_ptr | GetU0Profile | () |
| void | SetU0Profile | (pfcSplineDescriptor_ptr value) |
|
The geometry of the curve running along the u=0 boundary |
| pfcSplineDescriptor_ptr | GetCenterProfile | () |
| void | SetCenterProfile | (pfcSplineDescriptor_ptr value) |
|
The geometry of the curve running along the centers of the fillet arcs |
| pfcSplineDescriptor_ptr | GetTangentProfile | () |
| void | SetTangentProfile | (pfcSplineDescriptor_ptr value) |
|
The geometry of the unit tangents to the axis of the filler arcs |
| static pfcFilletSurfaceDescriptor_ptr | Create | (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcSplineDescriptor_ptr U0Profile, pfcSplineDescriptor_ptr CenterProfile, pfcSplineDescriptor_ptr TangentProfile) |
|
This method creates a new FilletSurfaceDescriptor object.
|