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