ToolAxisInterpolate Class

class NXOpen.CAM.ToolAxisInterpolate

Bases: NXOpen.TaggedObject

Represents a Tool Axis Interpolate Builder

New in version NX7.5.0.

Properties

Property Description
ControlDirection Returns or sets the control direction type
InterpolationMethod Returns or sets the interpolation method type
Tag Returns the Tag for this object.

Methods

Method Description
GetPoint Get the point
GetTotalNumberOfPoints Get the total number of interpolate data points
ResetToDefault The action of Reset to Default

Enumerations

ToolAxisInterpolateControlDirectionTypes Enumeration the available types for the control direction
ToolAxisInterpolateInterpolateTypes Enumeration the available types for Interpolate Types
ToolAxisInterpolateInterpolationMethodTypes Enumeration the available types for interpolate method
ToolAxisInterpolateTurnInputModeTypes Enumeration the available types for turn input mode
ToolAxisInterpolateTurnInterpolationMethodTypes Enumeration the available types for turn interpolation method

Property Detail

ControlDirection

ToolAxisInterpolate.ControlDirection

Returns or sets the control direction type

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

Getter Method

Signature ControlDirection

Returns:the control direction type
Return type:NXOpen.CAM.ToolAxisInterpolateControlDirectionTypes

New in version NX11.0.1.

License requirements: None.

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

Setter Method

Signature ControlDirection

Parameters:newValue (NXOpen.CAM.ToolAxisInterpolateControlDirectionTypes) – the control direction type

New in version NX11.0.1.

License requirements: cam_base (“CAM BASE”)

InterpolationMethod

ToolAxisInterpolate.InterpolationMethod

Returns or sets the interpolation method type

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

Getter Method

Signature InterpolationMethod

Returns:the interpolation method type
Return type:NXOpen.CAM.ToolAxisInterpolateInterpolationMethodTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature InterpolationMethod

Parameters:newValue (NXOpen.CAM.ToolAxisInterpolateInterpolationMethodTypes) – the interpolation method type

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Method Detail

GetPoint

ToolAxisInterpolate.GetPoint

Get the point

Signature GetPoint(index)

Parameters:index (int) – the index of item
Returns:the point
Return type:NXOpen.Point

New in version NX7.5.5.

License requirements: None.

GetTotalNumberOfPoints

ToolAxisInterpolate.GetTotalNumberOfPoints

Get the total number of interpolate data points

Signature GetTotalNumberOfPoints()

Returns:the total number
Return type:int

New in version NX7.5.5.

License requirements: None.

ResetToDefault

ToolAxisInterpolate.ResetToDefault

The action of Reset to Default

Signature ResetToDefault()

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)