MinCutVolume Class

class NXOpen.CAM.MinCutVolume

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.MinCutVolume

New in version NX6.0.0.

Properties

Property Description
SuppressBasedOnVolume Returns or sets the suppress path if less than minimum toggle
Tag Returns the Tag for this object.
VolumeThreshold Returns or sets the minimum volume percentage

Methods

Property Detail

SuppressBasedOnVolume

MinCutVolume.SuppressBasedOnVolume

Returns or sets the suppress path if less than minimum toggle

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

Getter Method

Signature SuppressBasedOnVolume

Returns:the minimum cut volume usage
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature SuppressBasedOnVolume

Parameters:propValue (bool) – the minimum cut volume usage

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

VolumeThreshold

MinCutVolume.VolumeThreshold

Returns or sets the minimum volume percentage

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

Getter Method

Signature VolumeThreshold

Returns:the cut volume minimum percentage
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature VolumeThreshold

Parameters:propValue (float) – the cut volume minimum percentage

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)