public interface CurveOnCurveCollection extends TaggedObjectCollection
MotionManager
TaggedObjectCollection.Iterator
Modifier and Type | Method and Description |
---|---|
CurveOnCurveBuilder |
createCurveOnCurveBuilder(CurveOnCurve curveOnCurve)
|
CurveOnCurve |
findObject(String name)
Finds the
CurveOnCurve with the given name. |
_find_next, iterator
CurveOnCurveBuilder createCurveOnCurveBuilder(CurveOnCurve curveOnCurve) throws NXException, RemoteException
curveOnCurve
- CurveOnCurve
to be edited, if null then create a new oneNXException
RemoteException
CurveOnCurve findObject(String name) throws NXException, RemoteException
CurveOnCurve
with the given name.
An exception will be thrown if no object can be found with given name.
name
- The name of the CurveOnCurve
.CurveOnCurve
with this name.NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.