OutputUncutRegions Class

class NXOpen.CAM.OutputUncutRegions

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.OutputUncutRegions

New in version NX6.0.0.

Properties

Property Description
AutoSaveBoundary Returns or sets the auto save boundary toggle
OverlapDistance Returns or sets the overlap distance
Tag Returns the Tag for this object.

Methods

Property Detail

AutoSaveBoundary

OutputUncutRegions.AutoSaveBoundary

Returns or sets the auto save boundary toggle

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

Getter Method

Signature AutoSaveBoundary

Returns:The Uncut output boundary value
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature AutoSaveBoundary

Parameters:outputBnd (bool) – The Uncut output boundary value

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

OverlapDistance

OutputUncutRegions.OverlapDistance

Returns or sets the overlap distance

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

Getter Method

Signature OverlapDistance

Returns:The Uncut Overlap Distance value
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature OverlapDistance

Parameters:overlapDist (float) – The Uncut Overlap Distance value

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)