NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAM::MultipleStepoverBuilder Class Reference

Represents a Builder which holds the data for a set of individual number of passes and stepover distance. More...

Inheritance diagram for NXOpen::CAM::MultipleStepoverBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

void Add (int indexAfter, int numOfPasses, double distance, int intent)
 Add a new item
Created in NX6.0.0.
void Delete (int index)
 Delete a item
Created in NX6.0.0.
void GetData (int index, int *numOfPasses, double *distance, int *intent)
 Get item for the specified stepover index
Created in NX7.5.3.
int GetNumberOfStepovers ()
 Get number of stepovers.
void Modify (int index, int numOfPasses, double distance, int intent)
 Modify item
Created in NX6.0.0.
void MoveDown (int index)
 Move down a item
Created in NX6.0.0.
void MoveUp (int index)
 Move up a item
Created in NX6.0.0.

Detailed Description

Represents a Builder which holds the data for a set of individual number of passes and stepover distance.


This is an abstract class and cannot be instantiated.

Created in NX6.0.0.


Member Function Documentation

void NXOpen::CAM::MultipleStepoverBuilder::Add ( int  indexAfter,
int  numOfPasses,
double  distance,
int  intent 
)

Add a new item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
indexAfterthe index which new item will be added after
numOfPassesthe num of passes for new item
distancethe distance for new item
intentthe intent for new item

Delete a item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
indexthe index of item to be deleted
void NXOpen::CAM::MultipleStepoverBuilder::GetData ( int  index,
int *  numOfPasses,
double *  distance,
int *  intent 
)

Get item for the specified stepover index
Created in NX7.5.3.



License requirements : cam_base ("CAM BASE")

Parameters:
indexthe index of item to be modified
numOfPassesthe new value of num of passes
distancethe new value of distance
intentthe new value of intent

Get number of stepovers.

Returns:
the number of stepover
Created in NX7.5.3.

License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::MultipleStepoverBuilder::Modify ( int  index,
int  numOfPasses,
double  distance,
int  intent 
)

Modify item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
indexthe index of item to be modified
numOfPassesthe new value of num of passes
distancethe new value of distance
intentthe new value of intent

Move down a item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
indexthe index of item to be moved down

Move up a item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
indexthe index of item to be moved up

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