Click or drag to resize

ConveyorVisualUseFrictionMaterial2 Property

Whether to enable anisotropic friction or not. Defaults to False. An example usage of this is with a gravity roller where FrictionMaterial has a very low coefficient of friction and FrictionMaterial2 is something like Steel to represent a spinning roller.

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

Property Value

Type: Boolean
See Also