ToolAxisInterpolate Class

class NXOpen.CAM.ToolAxisInterpolate

Bases: NXOpen.TaggedObject

Represents a Tool Axis Interpolate Builder

New in version NX7.5.0.

Properties

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

Methods

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

Enumerations

ToolAxisInterpolateInterpolateTypes Enumeration the available types for Interpolate Types
ToolAxisInterpolateInterpolationMethodTypes Enumeration the available types for interpolate method

Property Detail

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(newValue)

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”)