  | ConvexDecompositionAllowedConcavity Property  | 
            Gets or sets the allowed concavity.
            
 
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntaxpublic float AllowedConcavity { get; set; }Public Property AllowedConcavity As Single
	Get
	Set
public:
property float AllowedConcavity {
	float get ();
	void set (float value);
}member AllowedConcavity : float32 with get, set
Property Value
Type: 
SingleThe allowed concavity; must be greater than 0.
Exceptions
Remarks
            The default value is 0.1 which means the normal surface distance from a concave part to the 
            convex hull should not be larger than 0.1 units.
            
See Also