LengthMassPropertiesCompute Method (IEnumerableCurve) |
Calculates the length mass properties of an enumeration of curves.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax public static LengthMassProperties Compute(
IEnumerable<Curve> curves
)
Public Shared Function Compute (
curves As IEnumerable(Of Curve)
) As LengthMassProperties
Parameters
- curves
- Type: System.Collections.GenericIEnumerableCurve
[Missing <param name="curves"/> documentation for "M:Rhino.Geometry.LengthMassProperties.Compute(System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve})"]
Return Value
Type:
LengthMassPropertiesThe LengthMassProperties for the given enumeration of curves, or null on failure.
See Also