Library | Module

Interface IpfcFilletSurfaceDescriptor



Description

A datas object representing the geometry of a surface found where a round or fillet is placed on curved edge.
Direct Parent Classes:
IpfcSurfaceDescriptor



Property Summary

PropertyCenterProfileas IpfcSplineDescriptor
The geometry of the curve running along the centers of the fillet arcs
PropertyTangentProfileas IpfcSplineDescriptor
The geometry of the unit tangents to the axis of the filler arcs
PropertyU0Profileas IpfcSplineDescriptor
The geometry of the curve running along the u=0 boundary



Method Summary

FunctionCCpfcFilletSurfaceDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, U0Profile as IpfcSplineDescriptor, CenterProfile as IpfcSplineDescriptor, TangentProfile as IpfcSplineDescriptor) as IpfcFilletSurfaceDescriptor
This method creates a new FilletSurfaceDescriptor object.



Property Detail


PropertyCenterProfileas IpfcSplineDescriptor

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




PropertyTangentProfileas IpfcSplineDescriptor

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




PropertyU0Profileas IpfcSplineDescriptor

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





Method Detail


FunctionCCpfcFilletSurfaceDescriptor.Create (Extents as IpfcSurfaceExtents, Orientation as IpfcSurfaceOrientation, U0Profile as IpfcSplineDescriptor, CenterProfile as IpfcSplineDescriptor, TangentProfile as IpfcSplineDescriptor) as IpfcFilletSurfaceDescriptor

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