You are here: Start » AVL.NET » AVS.ShapeMoment Method

AVS.ShapeMoment Method

Computes the selected second-order moment of a shape in regular and normalized ( divided by shape area ) variant.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ShapeMoment
(
	AvlNet.Path inShape,
	AvlNet.ShapeMomentType inMomentType,
	bool inCentral,
	out float outMoment,
	out float outNormMoment
)

Parameters

Name Type Range Default Description
inShapeAvlNet.Path
inMomentTypeAvlNet.ShapeMomentType
inCentralbool
outMomentfloat
outNormMomentfloat

See also