NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe void Add (int indexAfter, int numOfPasses, double distance, int intent)
 Add a new item More...
 
unsafe void Modify (int index, int numOfPasses, double distance, int intent)
 Modify item More...
 
unsafe void Delete (int index)
 Delete a item More...
 
unsafe void MoveUp (int index)
 Move up a item More...
 
unsafe void MoveDown (int index)
 Move down a item More...
 
unsafe int GetNumberOfStepovers ()
 Get number of stepovers More...
 
unsafe void GetData (int index, out int numOfPasses, out double distance, out int intent)
 Get item for the specified stepover index More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. 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

unsafe 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
unsafe 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
unsafe void NXOpen.CAM.MultipleStepoverBuilder.GetData ( int  index,
out int  numOfPasses,
out double  distance,
out 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
unsafe int NXOpen.CAM.MultipleStepoverBuilder.GetNumberOfStepovers ( )

Get number of stepovers

Created in NX7.5.3

License requirements: cam_base ("CAM BASE")

Returns
the number of stepover
unsafe 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
unsafe 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
unsafe 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.