FrictionConfiguration Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.FrictionConfiguration"]
Namespace: Demo3D.Visuals
[SerializableAttribute] public class FrictionConfiguration : List<FrictionMaterialCombination>, ICloneable
The FrictionConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| FrictionConfiguration | Initializes a new instance of the FrictionConfiguration class |
| Name | Description | |
|---|---|---|
| Add(FrictionMaterialCombination) |
Override default Add to ensure uniqueness of combinations.
| |
| Add(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.
| |
| Clear | ||
| ClearCache |
Allow scripting users to have control over cleaing the cache in
case they manage to circumvent it.
| |
| Clone | ||
| Combine | ||
| Construct | ||
| Copy | ||
| CreateDefaults |
Create Friction Combination Defaults.
Based on the following sources form the web:
http://www.carbidedepot.com/formulas-frictioncoefficient.htm
| |
| Equals | (Overrides ObjectEquals(Object).) | |
| FindCombination(FrictionMaterialReference, FrictionMaterialReference) | ||
| FindCombination(String, String) | ||
| GetMaterialsInUse | ||
| Read | ||
| Remove |
Remove a friction combination.
| |
| RemoveMaterial |
Remove all combinations for a given material name.
| |
| RenameMaterial | ||
| ResetToDefaults | ||
| ToString | (Overrides ObjectToString.) | |
| Write |