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

AVS.AvsFilter_AccessRing Method

Returns individual fields of a ring.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessRing
(
	AvlNet.Ring2D inRing,
	out AvlNet.Point2D outCenter,
	out float outRadius1,
	out float outRadius2
)

Parameters

Name Type Range Default Description
inRingAvlNet.Ring2D
outCenterAvlNet.Point2D
outRadius1float
outRadius2float

See also