IMotionPath class

IMotionPath class

Represent motion path.

The IMotionPath type exposes the following members:

Properties

PropertyDescription
countReturns the number of paths in the collection.
Read-only int.

Returns a command at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
add(self, type, pts, pts_type, b_relative_coord)Add new command to path
insert(self, index, type, pts, pts_type, b_relative_coord)Insert new command to path
clear(self)Removes all commands from the collection.
remove(self, item)Removes specified commans from the collection.
remove_at(self, index)Removes a command at the specified index.

See Also