Click or drag to resize

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
)

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: LengthMassProperties
The LengthMassProperties for the given enumeration of curves, or null on failure.
See Also