  | ConvexDecompositionVertexLimit Property  | 
            Gets or sets the maximal number of vertices per convex part in the final result.
            
 
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntaxpublic int VertexLimit { get; set; }Public Property VertexLimit As Integer
	Get
	Set
public:
property int VertexLimit {
	int get ();
	void set (int value);
}member VertexLimit : int with get, set
Property Value
Type: 
Int32
            The maximal number of vertices per convex part in the final result. The default value is 32.
            
Exceptions
RemarksVertexLimit defines the max number of vertices per convex part of the final
            decomposition. 
IntermediateVertexLimit defines the max number of vertices
            during the decomposition process. 
            
 
See Also