Click or drag to resize

LengthMassPropertiesCompute Method (Curve)

Calculates the length mass properties of a curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public static LengthMassProperties Compute(
	Curve curve
)

Parameters

curve
Type: Rhino.GeometryCurve
The curve to measure.

Return Value

Type: LengthMassProperties
The LengthMassProperties for the given curve, or null on failure.
See Also