MinCutDepth Class

class NXOpen.CAM.MinCutDepth

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.MinCutDepth

New in version NX6.0.0.

Properties

Property Description
Distance Returns or sets the distance of Minimum Cut Depth
Status Returns or sets the Minimum Cut Depth status
Tag Returns the Tag for this object.

Methods

Enumerations

MinCutDepthTypes Enumeration the mininmum cut depth options

Property Detail

Distance

MinCutDepth.Distance

Returns or sets the distance of Minimum Cut Depth

-------------------------------------

Getter Method

Signature Distance

Returns:the distance of Minimum Cut Depth
Return type:float

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Distance

Parameters:distance (float) – the distance of Minimum Cut Depth

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Status

MinCutDepth.Status

Returns or sets the Minimum Cut Depth status

-------------------------------------

Getter Method

Signature Status

Returns:the Minimum Cut Depth status
Return type:NXOpen.CAM.MinCutDepthTypes

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Status

Parameters:status (NXOpen.CAM.MinCutDepthTypes) – the Minimum Cut Depth status

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)