Class ConvexHullDecompositionParameters
[ContentSerializer(typeof(DataContentSerializer<ConvexHullDecompositionParameters>))]
[DataContract("DecompositionParameters")]
[Display("DecompositionParameters", null)]
public class ConvexHullDecompositionParameters
- Inheritance
-
objectConvexHullDecompositionParameters
- Extension Methods
Properties
Enabled
public bool Enabled { get; set; }
Property Value
FillMode
[DataMember(110)]
public VhacdFillMode FillMode { get; set; }
Property Value
MaxConvexHulls
[DataMember(60)]
public int MaxConvexHulls { get; set; }
Property Value
MaxNumVerticesPerConvexHull
[DataMember(65)]
public int MaxNumVerticesPerConvexHull { get; set; }
Property Value
MaxRecursionDepth
[DataMember(80)]
public int MaxRecursionDepth { get; set; }
Property Value
MinimumVolumePercentErrorAllowed
[DataMember(90)]
public double MinimumVolumePercentErrorAllowed { get; set; }
Property Value
Resolution
[DataMember(70)]
public int Resolution { get; set; }
Property Value
ShrinkWrap
[DataMember(100)]
public bool ShrinkWrap { get; set; }
Property Value
Methods
Match(object)
public bool Match(object obj)
Parameters
objobject