Click or drag to resize

DiverterRollerConveyorShowDivertAngle Property

Property Value

Type: Boolean
Whether or not to show the divert angle or not. When false the graphic of the divert won't reflect the divert angle. Simulation performance will be higher with this set to false as the mesh will not need to be recalculated when the angle changes.

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

Property Value

Type: Boolean
See Also