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

AVS.CreateCircleRegion Method

Creates a circular region corresponding to a given circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateCircleRegion
(
	AvlNet.Circle2D inCircle,
	AvlNet.CoordinateSystem2D? inCircleAlignment,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion,
	out AvlNet.Circle2D outAlignedCircle
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
inCircleAlignmentAvlNet.CoordinateSystem2D?Adjusts the circle to the position of the inspected object. Default value: atl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame (not to be confused with the size of the circle!).
inFrameHeightint<0, 65535>Height of the created region's frame (not to be confused with the size of the circle!).
outRegionAvlNet.RegionOutput region.
outAlignedCircleAvlNet.Circle2DThe input circle transformed to the absolute coordinate system.

Function Overrides

See also