Click or drag to resize

SceneVisualFrictionConfiguration Property

A matrix/table used to lookup friction coefficients from pairs of friction materials. The matrix/table is symmetric, so that the friction coefficient for material pair (a, b) is equal to the friction coefficient for material pair (b, a). It is possible to change the friction coefficients for pairs of friction materials.

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

Property Value

Type: FrictionConfiguration
See Also