RecognizedHole.recognizeHoles Method

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

Description

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

Returns a collection of all recognized holes.

Remarks

This property has been retired. Please use recognizeHolesWithInput instead.

Syntax

This is a static method.

returnValue = adsk.cam.RecognizedHole.recognizeHoles(bodies)
This is a static method.

#include <Cam/HoleRecognition/RecognizedHole.h>

returnValue = adsk::cam::RecognizedHole::recognizeHoles(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