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

AVS.ResizeArc Method

Changes radius of an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ResizeArc
(
	AvlNet.Arc2D inArc,
	float inNewSize,
	out AvlNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
inNewSizefloat<0.0f, INF>1.0fDefault value: 1.0f.
outArcAvlNet.Arc2D

See also