TrochoidalSettings Class

class NXOpen.CAM.TrochoidalSettings

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.TrochoidalSettings

New in version NX6.0.0.

Properties

Property Description
MinWidth Returns the path min width distance
StepAhead Returns the trochoidal path stepover distance
Tag Returns the Tag for this object.
Width Returns the path width distance

Methods

Property Detail

MinWidth

TrochoidalSettings.MinWidth

Returns the path min width distance

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

Getter Method

Signature MinWidth

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

StepAhead

TrochoidalSettings.StepAhead

Returns the trochoidal path stepover distance

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

Getter Method

Signature StepAhead

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.

Width

TrochoidalSettings.Width

Returns the path width distance

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

Getter Method

Signature Width

Returns:
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX6.0.0.

License requirements: None.