Documentação da API > Features > Object ProFeatintersection > Function ProFeatintersectionTypeGet
Function ProFeatintersectionTypeGet
Description
Returns the type of geometry created by the assembly feature intersection.
Synopsis
#include <ProFeature.h>
ProFeatintersectionTypeGet
(
ProFeatintersection p_intersection
/* (In)
The assembly feature intersection.
*/
/* (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
The function found and returned the intersections.
One or more arguments is invalid.
Isto foi útil?