Description | ||||||||
Allocate and set a ProUdfintersection structure which describes an assembly intersections of a solid feature in an assembly | ||||||||
Synopsis | ||||||||
#include <ProUdf.h> | ||||||||
ProError | ProUdfintersectionAlloc | ( | ||||||
ProAsmcomppath* intersect_part | ||||||||
/* (In) | ||||||||
The part to be intersected | ||||||||
*/ | ||||||||
int visibility_level | ||||||||
/* (In) | ||||||||
The level at which the feature is to be visible in the selected part. Values can be:
|
||||||||
*/ | ||||||||
ProName* instance_names | ||||||||
/* (In) | ||||||||
A ProArray of instance names to be used to create the internal family table instances created to represent the UDF geometry between the UDF owner and the visibility level. The number of names in the array should be equal to visibility_level. If NULL, Creo Parametric will generate the instance names by default. | ||||||||
*/ | ||||||||
ProUdfintersection* intersection | ||||||||
/* (Out) | ||||||||
The allocated intersection data structure | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|