Category
Features
, Object
ProUdfdata
Function ProUdfdataIntersectionAdd
Description
Adds an intersection structure to the UDF data
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfdataIntersectionAdd
(
ProUdfdata
data
/* (In)
The UDF data
*/
ProUdfintersection
intersection
/* (In)
The intersection data
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Core: Features: Assembly Intersections
Core: Features: Assembly Intersections