NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAM.InterpolateAngle Class Reference

Represents builder of Interpolate Angle, one option of Tool Axis More...

Inheritance diagram for NXOpen.CAM.InterpolateAngle:
NXOpen.CAM.ToolAxisInterpolate NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Erase (int index)
 Delete an existing item by index More...
 
unsafe double GetLeadAngle (int index)
 Get the lead angle More...
 
unsafe double GetTiltAngle (int index)
 Get the tilt angle More...
 
unsafe void Insert (int inputIndex, NXOpen.Point point, NXOpen.NXObject view, double leadAngle, double tiltAngle)
 Add a new item More...
 
unsafe void Modify (int index, NXOpen.Point point, double tiltAngle, double leadAngle)
 Modify an existing item by index More...
 
unsafe void Modify (int index, NXOpen.Point point, double tiltAngle, double leadAngle, bool ignorePoint)
 Modify an existing item by index More...
 
unsafe void MoveDown (int index)
 Move down an item More...
 
unsafe void MoveUp (int index)
 Move up an item More...
 
- Public Member Functions inherited from NXOpen.CAM.ToolAxisInterpolate
unsafe NXOpen.Point GetPoint (int index)
 Get the point More...
 
unsafe int GetTotalNumberOfPoints ()
 Get the total number of interpolate data points More...
 
unsafe void ResetToDefault ()
 The action of Reset to Default More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.CAM.ToolAxisInterpolate
enum  ControlDirectionTypes { Uandv, U, V }
 the available types for the control direction More...
 
enum  InterpolateTypes { Vector, AngleToPart, AngleToDrive }
 the available types for Interpolate Types More...
 
enum  InterpolationMethodTypes { Linear, CubicSpline, Smooth }
 the available types for interpolate method More...
 
enum  TurnInputModeTypes { HolderAngleFromPart, ClearanceAngle, CuttingAngle }
 the available types for turn input mode More...
 
enum  TurnInterpolationMethodTypes { Absolute, Relative }
 the available types for turn interpolation method More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.CAM.ToolAxisInterpolate
unsafe
NXOpen.CAM.ToolAxisInterpolate.ControlDirectionTypes 
ControlDirection [get, set]
 Returns or sets the control direction type More...
 
unsafe
NXOpen.CAM.ToolAxisInterpolate.InterpolationMethodTypes 
InterpolationMethod [get, set]
 Returns or sets the interpolation method type More...
 
unsafe
NXOpen.CAM.ToolAxisInterpolate.TurnInputModeTypes 
TurnInputMode [get, set]
 Returns or sets the turn input mode type More...
 
unsafe
NXOpen.CAM.ToolAxisInterpolate.TurnInterpolationMethodTypes 
TurnInterpolationMethod [get, set]
 Returns or sets the turn interpolation method type More...
 

Detailed Description

Represents builder of Interpolate Angle, one option of Tool Axis

Created in NX7.5.0

Member Function Documentation

unsafe void NXOpen.CAM.InterpolateAngle.Erase ( int  index)
inline

Delete an existing item by index

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
indexthe index of deleted item
unsafe double NXOpen.CAM.InterpolateAngle.GetLeadAngle ( int  index)
inline

Get the lead angle

Created in NX7.5.5

License requirements: None.

Parameters
indexthe index of item
Returns
the lead angle
unsafe double NXOpen.CAM.InterpolateAngle.GetTiltAngle ( int  index)
inline

Get the tilt angle

Created in NX7.5.5

License requirements: None.

Parameters
indexthe index of item
Returns
the tilt angle
unsafe void NXOpen.CAM.InterpolateAngle.Insert ( int  inputIndex,
NXOpen.Point  point,
NXOpen.NXObject  view,
double  leadAngle,
double  tiltAngle 
)
inline

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
unsafe void NXOpen.CAM.InterpolateAngle.Modify ( int  index,
NXOpen.Point  point,
double  tiltAngle,
double  leadAngle 
)
inline

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
unsafe void NXOpen.CAM.InterpolateAngle.Modify ( int  index,
NXOpen.Point  point,
double  tiltAngle,
double  leadAngle,
bool  ignorePoint 
)
inline

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
unsafe void NXOpen.CAM.InterpolateAngle.MoveDown ( int  index)
inline

Move down an item

Created in NX7.5.0

License requirements: None.

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

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.