AcrossVoids Class

class NXOpen.CAM.AcrossVoids

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.AcrossVoids

New in version NX6.0.0.

Properties

Property Description
MinTraverseDistance Returns the minimum traversal distance
MotionType Returns or sets the motion type
Tag Returns the Tag for this object.

Methods

Enumerations

AcrossVoidsMotionTypes Enumeration Available types for Across Voids Method in planar mill operation

Property Detail

MinTraverseDistance

AcrossVoids.MinTraverseDistance

Returns the minimum traversal distance

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

Getter Method

Signature MinTraverseDistance

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

MotionType

AcrossVoids.MotionType

Returns or sets the motion type

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

Getter Method

Signature MotionType

Returns:
Return type:NXOpen.CAM.AcrossVoidsMotionTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature MotionType

Parameters:propValue (NXOpen.CAM.AcrossVoidsMotionTypes) –

New in version NX6.0.0.

License requirements: None.