NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAM::InterpolateAngle Class Reference

Represents builder of Interpolate Angle, one option of Tool Axis
Created in NX7.5.0. More...

Inheritance diagram for NXOpen::CAM::InterpolateAngle:
NXOpen::CAM::ToolAxisInterpolate NXOpen::TaggedObject

Public Member Functions

void Erase (int index)
 Delete an existing item by index
Created in NX7.5.0. More...
 
double GetLeadAngle (int index)
 Get the lead angle. More...
 
double GetTiltAngle (int index)
 Get the tilt angle. More...
 
void Insert (int inputIndex, NXOpen::Point *point, NXOpen::NXObject *view, double leadAngle, double tiltAngle)
 Add a new item
Created in NX7.5.0. More...
 
void Modify (int index, NXOpen::Point *point, double tiltAngle, double leadAngle)
 Modify an existing item by index
Created in NX7.5.0. More...
 
void Modify (int index, NXOpen::Point *point, double tiltAngle, double leadAngle, bool ignorePoint)
 Modify an existing item by index
Created in NX11.0.2. More...
 
void MoveDown (int index)
 Move down an item
Created in NX7.5.0. More...
 
void MoveUp (int index)
 Move up an item
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::ToolAxisInterpolate
NXOpen::CAM::ToolAxisInterpolate::ControlDirectionTypes ControlDirection ()
 Returns the control direction type
Created in NX11.0.1. More...
 
NXOpen::PointGetPoint (int index)
 Get the point. More...
 
int GetTotalNumberOfPoints ()
 Get the total number of interpolate data points. More...
 
NXOpen::CAM::ToolAxisInterpolate::InterpolationMethodTypes InterpolationMethod ()
 Returns the interpolation method type
Created in NX7.5.0. More...
 
void ResetToDefault ()
 The action of Reset to Default
Created in NX7.5.0. More...
 
void SetControlDirection (NXOpen::CAM::ToolAxisInterpolate::ControlDirectionTypes newValue)
 Sets the control direction type
Created in NX11.0.1. More...
 
void SetInterpolationMethod (NXOpen::CAM::ToolAxisInterpolate::InterpolationMethodTypes newValue)
 Sets the interpolation method type
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::CAM::ToolAxisInterpolate
enum  ControlDirectionTypes { ControlDirectionTypesUandv, ControlDirectionTypesU, ControlDirectionTypesV }
 the available types for the control direction More...
 
enum  InterpolateTypes { InterpolateTypesVector, InterpolateTypesAngleToPart, InterpolateTypesAngleToDrive }
 the available types for Interpolate Types More...
 
enum  InterpolationMethodTypes { InterpolationMethodTypesLinear, InterpolationMethodTypesCubicSpline, InterpolationMethodTypesSmooth }
 the available types for interpolate method More...
 
enum  TurnInputModeTypes { TurnInputModeTypesHolderAngleFromPart, TurnInputModeTypesClearanceAngle, TurnInputModeTypesCuttingAngle }
 the available types for turn input mode More...
 
enum  TurnInterpolationMethodTypes { TurnInterpolationMethodTypesAbsolute, TurnInterpolationMethodTypesRelative }
 the available types for turn interpolation method More...
 

Detailed Description

Represents builder of Interpolate Angle, one option of Tool Axis
Created in NX7.5.0.


Member Function Documentation

void NXOpen::CAM::InterpolateAngle::Erase ( int  index)

Delete an existing item by index
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of deleted item
double NXOpen::CAM::InterpolateAngle::GetLeadAngle ( int  index)

Get the lead angle.

Returns
the lead angle
Created in NX7.5.5.

License requirements : None
Parameters
indexthe index of item
double NXOpen::CAM::InterpolateAngle::GetTiltAngle ( int  index)

Get the tilt angle.

Returns
the tilt angle
Created in NX7.5.5.

License requirements : None
Parameters
indexthe index of item
void NXOpen::CAM::InterpolateAngle::Insert ( int  inputIndex,
NXOpen::Point point,
NXOpen::NXObject view,
double  leadAngle,
double  tiltAngle 
)

Add a new item
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
inputIndexthe new created item index
pointthe point
viewthe view
leadAnglethe lead angle
tiltAnglethe tilt angle
void NXOpen::CAM::InterpolateAngle::Modify ( int  index,
NXOpen::Point point,
double  tiltAngle,
double  leadAngle 
)

Modify an existing item by index
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of modified item
pointthe point
tiltAnglethe tilt angle
leadAnglethe lead angle
void NXOpen::CAM::InterpolateAngle::Modify ( int  index,
NXOpen::Point point,
double  tiltAngle,
double  leadAngle,
bool  ignorePoint 
)

Modify an existing item by index
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of modified item
pointthe point
tiltAnglethe tilt angle
leadAnglethe lead angle
ignorePointthe ignore point status
void NXOpen::CAM::InterpolateAngle::MoveDown ( int  index)

Move down an item
Created in NX7.5.0.



License requirements : None

Parameters
indexthe index of item which should be moved down
void NXOpen::CAM::InterpolateAngle::MoveUp ( int  index)

Move up an item
Created in NX7.5.0.



License requirements : None

Parameters
indexthe index of item which should be moved up

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.