M_Rhino_Geometry_AreaMassProperties_Compute_3 - mcneel/rhinocommon-api-docs GitHub Wiki

AreaMassProperties.Compute Method (Hatch)

Computes an AreaMassProperties for a hatch.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static AreaMassProperties Compute(
	Hatch hatch
)

VB

Public Shared Function Compute ( 
	hatch As Hatch
) As AreaMassProperties

Parameters

 

hatch
Type: Rhino.Geometry.Hatch
Hatch to measure.

Return Value

Type: AreaMassProperties
The AreaMassProperties for the given hatch or null on failure.

Exceptions

 

Exception Condition
ArgumentNullException When hatch is null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

AreaMassProperties Class
Compute Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️