RecognizedHoleGroup.recognizeHoleGroups Method

Parent Object: RecognizedHoleGroup
Defined in namespace "adsk::cam" and the header file is <Cam/HoleRecognition/RecognizedHoleGroup.h>

Description

This function is retired. See more information in the 'Remarks' section below.

Gets all recognized holes and returns them as hole groupings based on similar geometry.

Remarks

This property has been retired. Please use recognizeHoleGroupsWithInput instead.

Syntax

This is a static method.

returnValue = adsk.cam.RecognizedHoleGroup.recognizeHoleGroups(bodies)
This is a static method.

#include <Cam/HoleRecognition/RecognizedHoleGroup.h>

returnValue = adsk::cam::RecognizedHoleGroup::recognizeHoleGroups(bodies);

Parameters

Name Type Description
bodies Base[] Model bodies on which to recognize holes.

Version

Introduced in version May 2023
Retired in version July 2024