Click or drag to resize
PhysicsMotionControl Enumeration
Specifies the physical behavior of a GraphicComponent

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum PhysicsMotionControl
Members
  Member nameValueDescription
None0 The object does not take part in the physics simulation.
Static1 The object interacts with other objects in the physics simulation, but its position is fixed.
Kinematic2 The object interacts with other objects in the physics simulation, but its motion is not affected.
Dynamic3 The motion of the object is controlled by the physics simulation.
Version Information

Supported in: 1.0.0.0
See Also