Click or drag to resize
PhysicsSimulationProperties Structure
Specifies global properties of the physics simulation.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct PhysicsSimulationProperties

The PhysicsSimulationProperties type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldFloor
Enable or disable the global floor that prevent objects from falling infinitely.
Public fieldFloorHeight
Specifies the position of the floor in the global z coordinate.
Public fieldGravity
Specifies the gravity used by the physics simulation. Default is 9.81 m/s2.
Top
Version Information

Supported in: 1.0.0.0
See Also