MinCutLength Class

class NXOpen.CAM.MinCutLength

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.MinCutLength

Properties

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

Methods

Enumerations

MinCutLengthTypes Enumeration the mininmum cut length options

Property Detail

Distance

MinCutLength.Distance

Returns or sets the distance of Minimum Cut Length

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

Getter Method

Signature Distance

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

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Distance

Parameters:minLength (float) – the distance of Minimum Cut Length

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Status

MinCutLength.Status

Returns or sets the status of Minimum Cut Length

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

Getter Method

Signature Status

Returns:the status of Minimum Cut Length
Return type:NXOpen.CAM.MinCutLengthTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Status

Parameters:minLength (NXOpen.CAM.MinCutLengthTypes) – the the status of Minimum Cut Length

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)