Function ProFilsrfdataInit
Description
Initializes a fillet surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProFilsrfdataInit
(
ProSplinedata* p_pnt_spline
/* (In)
The spline running along the U = 0 boundary
*/
ProSplinedata* p_ctr_spline
/* (In)
The spline running along the "axis"
*/
ProSplinedata* p_tan_spline
/* (In)
The spline of unit tangents along the axis
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The fillet surface
*/
)
Returns
The function successfully initialized the fillet surface.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Isto foi útil?