Click or drag to resize

ConveyorVisualSimulationPreferredPhysicsMode Property

Property Value

Type: PhysicsMode
The preferred physics mode to be used for this conveyor. The default is linear but if this isn't support by the edition it will default back to planar physics. The document level physics mode sets the overall default. Volumetric will override everything. Planar will override everything except for where the preference is for Volumetric.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public PhysicsMode SimulationPreferredPhysicsMode { get; set; }

Property Value

Type: PhysicsMode
See Also