Dynamic Relaxation Clash Plugin

DynamicRelaxationSolver..::..BoundaryDamping Property

The damping for the boundary. It is used to increase the damping of the validation object when clashing. It is set to: 2 * Math.Sqr(Mass * Sum(All Stiffnesses)) * 2

Namespace:  DynamicRelaxationClashVerification.Models
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


private double BoundaryDamping { get; set; }
Private Property BoundaryDamping As Double
	Get
	Set
private:
property double^ BoundaryDamping {
	double^ get ();
	void set (double^ value);
}

Field Value

The boundary damping.