Click or drag to resize

FrictionConfigurationAdd Method (String, String, Double)

Add a new friction combination if it doesn't exist already. If it does exist set the coefficient of the existing combination.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Add(
	string m1,
	string m2,
	double coefficient
)

Parameters

m1
Type: SystemString

[Missing <param name="m1"/> documentation for "M:Demo3D.Visuals.FrictionConfiguration.Add(System.String,System.String,System.Double)"]

m2
Type: SystemString

[Missing <param name="m2"/> documentation for "M:Demo3D.Visuals.FrictionConfiguration.Add(System.String,System.String,System.Double)"]

coefficient
Type: SystemDouble

[Missing <param name="coefficient"/> documentation for "M:Demo3D.Visuals.FrictionConfiguration.Add(System.String,System.String,System.Double)"]

See Also