CADability dotNET
Returns the modification that has to be applied to the objects moved by this drive to calculate the current position of the objects. This depends on the Position that has been set before (the current position). The modification does not take into account that this drive depends on another drive.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
ModOp Movement { get; }
Visual Basic
ReadOnly Property Movement As ModOp
	Get
Visual C++
property ModOp Movement {
	ModOp get ();
}

See Also