HoleBossGeomDepthLimitTypes Enumeration

NXOpen.CAM.HoleBossGeom.DepthLimitTypes is an alias for NXOpen.CAM.HoleBossGeomDepthLimitTypes

class NXOpen.CAM.HoleBossGeomDepthLimitTypes

Bases: object

the depth limit types

New in version NX7.5.0.

Deprecated since version NX8.0.0: The property that used this enum is replaced by NXOpen.CAM.HoleBossSet.DepthLimit().

Enum Members

Enum Member Enum Member Description
Through Depth Limit: Through
Blind Depth Limit: Blind
Unknown It maybe mixed type with both Through and Blind features in NX8. Please use HoleBossSet builder to get the type
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.