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

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

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

Public Member Functions

void Erase (int index)
 Delete an existing item by index
Created in NX7.5.0. More...
 
NXOpen::DirectionGetVector (int index)
 Get the vector. More...
 
void Insert (int inputIndex, NXOpen::Point *point, NXOpen::NXObject *view, NXOpen::Direction *vector)
 Add a new item
Created in NX7.5.0. More...
 
double MinimumLeadAngle ()
 Returns the minimum lead angle
Created in NX8.5.0. More...
 
void Modify (int index, NXOpen::Point *point, NXOpen::Direction *vector)
 Modify an existing item by index
Created in NX7.5.0. 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...
 
void SetMinimumLeadAngle (double minLeadAngle)
 Sets the minimum lead angle
Created in NX8.5.0. More...
 
void SetTiltAngle (double tiltAngle)
 Sets the tilt angle
Created in NX7.5.2. More...
 
double TiltAngle ()
 Returns the tilt angle
Created in NX7.5.2. More...
 
- Public Member Functions inherited from NXOpen::CAM::ToolAxisInterpolate
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 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  InterpolateTypes { InterpolateTypesVector, InterpolateTypesAngleToPart, InterpolateTypesAngleToDrive }
 the available types for Interpolate Types More...
 
enum  InterpolationMethodTypes { InterpolationMethodTypesLinear, InterpolationMethodTypesCubicSpline, InterpolationMethodTypesSmooth }
 the available types for interpolate method More...
 

Detailed Description

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


Member Function Documentation

void NXOpen::CAM::InterpolateVector::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
NXOpen::Direction* NXOpen::CAM::InterpolateVector::GetVector ( int  index)

Get the vector.

Returns
the vector
Created in NX7.5.5.

License requirements : None
Parameters
indexthe index of item
void NXOpen::CAM::InterpolateVector::Insert ( int  inputIndex,
NXOpen::Point point,
NXOpen::NXObject view,
NXOpen::Direction vector 
)

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
vectorthe vector
double NXOpen::CAM::InterpolateVector::MinimumLeadAngle ( )

Returns the minimum lead angle
Created in NX8.5.0.



License requirements : None

void NXOpen::CAM::InterpolateVector::Modify ( int  index,
NXOpen::Point point,
NXOpen::Direction vector 
)

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
vectorthe vector
void NXOpen::CAM::InterpolateVector::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::InterpolateVector::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
void NXOpen::CAM::InterpolateVector::SetMinimumLeadAngle ( double  minLeadAngle)

Sets the minimum lead angle
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
minLeadAnglethe minimum lead angle
void NXOpen::CAM::InterpolateVector::SetTiltAngle ( double  tiltAngle)

Sets the tilt angle
Created in NX7.5.2.



License requirements : cam_base ("CAM BASE")

Parameters
tiltAnglethe tilt angle value
double NXOpen::CAM::InterpolateVector::TiltAngle ( )

Returns the tilt angle
Created in NX7.5.2.



License requirements : None


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