NX Open C++ Reference Guide
Public Member Functions | List of all members
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

Public Member Functions

void Add (int indexAfter, int numOfPasses, double distance, int intent)
 Add a new item
Created in NX6.0.0. More...
 
void Delete (int index)
 Delete a item
Created in NX6.0.0. More...
 
void GetData (int index, int *numOfPasses, double *distance, int *intent)
 Get item for the specified stepover index
Created in NX7.5.3. More...
 
int GetNumberOfStepovers ()
 Get number of stepovers. More...
 
void Modify (int index, int numOfPasses, double distance, int intent)
 Modify item
Created in NX6.0.0. More...
 
void MoveDown (int index)
 Move down a item
Created in NX6.0.0. More...
 
void MoveUp (int index)
 Move up a item
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

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
void NXOpen::CAM::MultipleStepoverBuilder::Delete ( int  index)

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
int NXOpen::CAM::MultipleStepoverBuilder::GetNumberOfStepovers ( )

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
void NXOpen::CAM::MultipleStepoverBuilder::MoveDown ( int  index)

Move down a item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of item to be moved down
void NXOpen::CAM::MultipleStepoverBuilder::MoveUp ( int  index)

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