Computes the angle between two planar faces or two edges, and the angle defined by three points. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| Angle (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
Static Public Member Functions | |
| static double | Compute (cadex.ModelData.Face theFirstFace, cadex.ModelData.Face theSecondFace) |
| Computes the angle between two faces. | |
| static double | Compute (cadex.ModelData.Edge theFirstEdge, cadex.ModelData.Edge theSecondEdge) |
| Computes the angle between two edges. | |
| static double | Compute (cadex.ModelData.Vertex theFirstVertex, cadex.ModelData.Vertex theSecondVertex, cadex.ModelData.Vertex theThirdVertex) |
| Computes the angle defined by three vertices. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Computes the angle between two planar faces or two edges, and the angle defined by three points.
|
inlinestatic |
Computes the angle between two edges.
|
inlinestatic |
Computes the angle between two faces.
|
inlinestatic |
Computes the angle defined by three vertices.