ToolAxisInterpolate Class¶
-
class
NXOpen.CAM.ToolAxisInterpolate¶ Bases:
NXOpen.TaggedObjectRepresents 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
ControlDirectionReturns: the control direction type Return type: NXOpen.CAM.ToolAxisInterpolateControlDirectionTypesNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ControlDirectionParameters: newValue ( NXOpen.CAM.ToolAxisInterpolateControlDirectionTypes) – the control direction typeNew in version NX11.0.1.
License requirements: cam_base (“CAM BASE”)
InterpolationMethod¶
-
ToolAxisInterpolate.InterpolationMethod¶ Returns or sets the interpolation method type
-------------------------------------Getter Method
Signature
InterpolationMethodReturns: the interpolation method type Return type: NXOpen.CAM.ToolAxisInterpolateInterpolationMethodTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InterpolationMethodParameters: newValue ( NXOpen.CAM.ToolAxisInterpolateInterpolationMethodTypes) – the interpolation method typeNew 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.PointNew in version NX7.5.5.
License requirements: None.