M_Rhino_Geometry_AreaMassProperties_Compute_6 - mcneel/rhinocommon-api-docs GitHub Wiki
Computes the Area properties for a collection of geometric objects. At present only Breps, Surfaces, Meshes and Planar Closed Curves are supported.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static AreaMassProperties Compute(
IEnumerable<GeometryBase> geometry
)
VB
Public Shared Function Compute (
geometry As IEnumerable(Of GeometryBase)
) As AreaMassProperties
- geometry
- Type: System.Collections.Generic.IEnumerable(GeometryBase)
Objects to include in the area computation.
Type: AreaMassProperties
The Area properties for the entire collection or null on failure.
Supported in: 6.0.16224.21491, 5D58w
AreaMassProperties Class
Compute Overload
Rhino.Geometry Namespace