Computes the surface area of objects. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| SurfaceArea (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
Static Public Member Functions | |
| static double | Compute (cadex.ModelData.Model theModel) |
| Computes the surface area of the model. | |
| static double | Compute (cadex.ModelData.ModelElement theModelElement) |
| Computes the surface area of the model element. | |
| static double | Compute (cadex.ModelData.Body theBody) |
| Computes the surface area of a solid or sheet body. | |
| static double | Compute (cadex.ModelData.Shape theShape) |
| Computes the surface area of the shape. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Computes the surface area of objects.
Surface area can be computed for an entire model, a model graph element (assembly/part/instance), a solid or sheet body, or a shape.
Depending on the object contents, the surface area may not be computable. For instance, surface area cannot be computed for wireframe bodies.
|
inlinestatic |
Computes the surface area of a solid or sheet body.
|
inlinestatic |
Computes the surface area of the model.
|
inlinestatic |
Computes the surface area of the model element.
|
inlinestatic |
Computes the surface area of the shape.