MotionPath

MotionPath class

Represent motion path.

The MotionPath type exposes the following members:

Constructors

NameDescription
MotionPath()Initializes a new instance of the MotionPath class

Properties

NameDescription
countReturns the number of paths in the collection.
Read-only
as_i_enumerableAllows to get base IBehavior interface.
Read-only list.

Indexer

NameDescription
[index]Returns a command at the specified index.

Methods

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

See Also