Category Features, Object ProUdfdata

Function ProUdfdataIntersectionAdd


Description
Adds an intersection structure to the UDF data
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataIntersectionAdd(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfintersection intersection
/* (In)
The intersection data
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: Features: Assembly Intersections
  2. Core: Features: Assembly Intersections