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

FIS.CreateRingRegion Method

Creates a ring-shaped region with given parameters.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateRingRegion
(
	FilNet.Circle2D inCircle,
	FilNet.CoordinateSystem2D? inCircleAlignment,
	float inRingWidth,
	FilNet.BorderPosition inBorderPosition,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inCircleFilNet.Circle2DInput circle.
inCircleAlignmentFilNet.CoordinateSystem2D?Adjusts the circle to the position of the inspected object. Default value: ftl::NIL.
inRingWidthfloat<0.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionFilNet.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFilNet.RegionOutput region.

Function Overrides

See also