You are here: Start » FIL.NET » FIS.RegionMoment Method

FIS.RegionMoment Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionMoment
(
	FilNet.Region inRegion,
	FilNet.RegionMomentType inMomentType,
	bool inCentral,
	out float outMoment,
	out float outNormMoment
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inMomentTypeFilNet.RegionMomentType
inCentralbool
outMomentfloat
outNormMomentfloat

See also