API 설명서 > Features > Object ProFeature > Function ProFeatureAsmintersectionsCollect
Function ProFeatureAsmintersectionsCollect
Description
Collects and returns all the intersections of the assembly feature.
Synopsis
#include <ProFeature.h>
ProFeatureAsmintersectionsCollect
(
/* (In)
The assembly feature
*/
ProFeatintersection** p_intersection_array
/* (Out)
ProArray of intersections. Free this array using ProFeatintersecionProarrayFree().
*/
)
Returns
The function found and returned the intersections.
One or more arguments is invalid.
No intersections are found.
도움이 되셨나요?