Click or drag to resize

VolumeMassPropertiesCompute Method

Overload List
  NameDescription
Public methodStatic memberCompute(Brep)
Compute the VolumeMassProperties for a single Brep.
Public methodStatic memberCompute(IEnumerableGeometryBase)
Computes the VolumeMassProperties for a collection of geometric objects. At present only Breps, Surfaces, and Meshes are supported.
Public methodStatic memberCompute(Mesh)
Compute the VolumeMassProperties for a single Mesh.
Public methodStatic memberCompute(Surface)
Compute the VolumeMassProperties for a single Surface.
Public methodStatic memberCompute(Brep, Boolean, Boolean, Boolean, Boolean)
Compute the VolumeMassProperties for a single Brep.
Public methodStatic memberCompute(IEnumerableGeometryBase, Boolean, Boolean, Boolean, Boolean)
Computes the VolumeMassProperties for a collection of geometric objects. At present only Breps, Surfaces, Meshes and Planar Closed Curves are supported.
Public methodStatic memberCompute(Mesh, Boolean, Boolean, Boolean, Boolean)
Compute the VolumeMassProperties for a single Mesh.
Public methodStatic memberCompute(Surface, Boolean, Boolean, Boolean, Boolean)
Compute the VolumeMassProperties for a single Surface.
Public methodStatic memberCompute(Brep, Boolean, Boolean, Boolean, Boolean, Double, Double)
Compute the VolumeMassProperties for a single Brep.
Top
See Also