Class Extension
Inheritance
System.Object
Extension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public static class Extension
Methods
| Improve this Doc View SourceContainsSameFace(Dictionary<Face, Set<Face>>, Face, Double)
Declaration
public static bool ContainsSameFace(this Dictionary<Face, Set<Face>> dict, Face face, double precision)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Dictionary<Face, Set<Face>> | dict | |
| Face | face | |
| System.Double | precision |
Returns
| Type | Description |
|---|---|
| System.Boolean |