Class ConvexHullDecompositionParameters
[ContentSerializer(typeof(DataContentSerializer<ConvexHullDecompositionParameters>))]
[DataContract("DecompositionParameters")]
[Display("DecompositionParameters", null)]
public class ConvexHullDecompositionParameters
- Inheritance
-
ConvexHullDecompositionParameters
Properties
Alpha
[DataMember(110)]
public float Alpha { get; set; }
Property Value
AngleRefine
[DataMember(100)]
public int AngleRefine { get; set; }
Property Value
AngleSampling
[DataMember(80)]
public int AngleSampling { get; set; }
Property Value
Depth
[DataMember(60)]
public int Depth { get; set; }
Property Value
Enabled
public bool Enabled { get; set; }
Property Value
PosRefine
[DataMember(90)]
public int PosRefine { get; set; }
Property Value
PosSampling
[DataMember(70)]
public int PosSampling { get; set; }
Property Value
Threshold
[DataMember(120)]
public float Threshold { get; set; }
Property Value
Methods
Match(object)
public bool Match(object obj)
Parameters
obj
object