Description | ||||||||
Returns the type of geometry created by the assembly feature intersection. | ||||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProFeatintersectionTypeGet | ( | ||||||
ProFeatintersection p_intersection | ||||||||
/* (In) | ||||||||
The assembly feature intersection. | ||||||||
*/ | ||||||||
ProFeatIntersectionType* p_type | ||||||||
/* (Out) | ||||||||
Kind of the feature created on the intersected part. Values can be: REGULAR_INTERSECTION = regular assembly cut feature; PART_LEVEL_FULL_COPY = full copy of the assembly feature on the intersected part. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|