Click or drag to resize

FrictionConfigurationAdd(String, String, Double) Method

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: 19.00.00
Syntax
C#
public void Add(
	string m1,
	string m2,
	double coefficient
)

Parameters

m1  String

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

m2  String

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

coefficient  Double

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

See Also