Category Features, Object ProFeatintersection

Function ProFeatintersectionTypeGet


Description
Returns the type of geometry created by the assembly feature intersection.
Synopsis
#include <ProFeature.h>
ProErrorProFeatintersectionTypeGet(
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
PRO_TK_NO_ERRORThe function found and returned the intersections.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.