Package | Description |
---|---|
nxopen.sim |
Provides classes and interfaces for Machine Tool Builder and CAM-Simulation.
|
Modifier and Type | Method and Description |
---|---|
KinematicChain |
KinematicConfigurator.createKinematicChain()
Creates a builder for a kinematic chain
License requirements: ug_isv_full ("Full functionality for Integrated Simulation and Verification") OR nx_isv_mtb ("Machine Tool Builder") . |
KinematicChain |
KinematicChainList.findItem(int index)
Returns the object at the input index.
|
KinematicChain[] |
KinematicChainList.getContents()
Gets the contents of the entire list
License requirements: None. |
Modifier and Type | Method and Description |
---|---|
void |
KinematicChainList.append(KinematicChain object)
Appends an object to the list
License requirements: None. |
void |
KinematicChainList.append(KinematicChain[] objects)
Appends a set of objects to the list
License requirements: None. |
void |
KinematicChainList.erase(KinematicChain obj)
Erases the object from the list, but does not delete the object.
|
void |
KinematicChainList.erase(KinematicChain obj,
ObjectList.DeleteOption deleteOption)
Erases the object from the list.
|
int |
KinematicChainList.findIndex(KinematicChain obj)
Finds the index where the input object appears.
|
void |
KinematicChainList.insert(int location,
KinematicChain object)
Inserts an object at the specified location
License requirements: None. |
void |
KinematicChainList.setContents(KinematicChain[] objects)
Sets the contents of the entire list.
|
void |
KinematicChainList.swap(KinematicChain object1,
KinematicChain object2)
Exchanges the position of two objects inside the list.
|
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.