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

AVS.AvsFilter_AccessArc Method

Returns individual fields of an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessArc
(
	AvlNet.Arc2D inArc,
	out AvlNet.Point2D outCenter,
	out float outRadius,
	out float outStartAngle,
	out float outSweepAngle
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
outCenterAvlNet.Point2D
outRadiusfloat
outStartAnglefloat
outSweepAnglefloat

See also