Click or drag to resize

ConveyorVisualSimulationPreferredPhysicsMode Property

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: 15.0.2.11458
Syntax
C#
public PhysicsMode SimulationPreferredPhysicsMode { get; set; }

Property Value

Type: PhysicsMode
See Also