CADability dotNET
Gets or sets an actuator or drive that defines the mechanical constraint or degree of freedom for this object Used for animation, static objects dont have an actuator (null)

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

Syntax

C#
IDrive Actuator { get; set; }
Visual Basic
Property Actuator As IDrive
	Get
	Set
Visual C++
property IDrive^ Actuator {
	IDrive^ get ();
	void set (IDrive^ value);
}

See Also