Category Features, Object ProFeature

Function ProFeatureAsmintersectionsCollect


Description
Collects and returns all the intersections of the assembly feature.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureAsmintersectionsCollect(
ProFeature* feat
/* (In)
The assembly feature
*/
ProFeatintersection** p_intersection_array
/* (Out)
ProArray of intersections. Free this array using ProFeatintersecionProarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function found and returned the intersections.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_E_NOT_FOUNDNo intersections are found.