You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fabian-flassig edited this page Jul 31, 2026
·
1 revision
Checks whether a part is a CAM machining.
Returns whether the given part is a CAM machining object, i.e. a part that carries CAM machining information (such as a drilling or groove) and is applied to other parts by the CAM postprocessor, rather than being regular CAD geometry.
Note: This function requires the Workshop license. Without it, the call raises an error. Use check_license_workshop to test for availability beforehand.
pytha.is_part_cam_machining(part)
Parameter
Type
Description
part
element_handle
Element handle of the part to check.
Return value
Type
Description
boolean
true if the part is a CAM machining, false otherwise.