Enum PhysicsMaterialCombine
Defines how two deterministic scalar material coefficients are combined for one contact pair.
public enum PhysicsMaterialCombine
Fields
Average = 2Uses the arithmetic mean of the two contacting surfaces.
GeometricMean = 4Uses the square root of the product of the two contacting surfaces.
Maximum = 1Uses the higher coefficient from the two contacting surfaces.
Minimum = 0Uses the lower coefficient from the two contacting surfaces.
Multiply = 3Multiplies the two contacting surface coefficients.