You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.ResizeArc_Delta

AVL.ResizeArc_Delta

Changes radius of an arc by adding a value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ResizeArc_Delta
(
	AvlNet.Arc2D inArc,
	float inDelta,
	out AvlNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
inDeltafloat0.0fValue added to arc radius. Default value: 0.0f.
outArcAvlNet.Arc2D

Errors

List of possible exceptions:

Error type Description
DomainError Negative arc radius in ResizeArc_Delta.

See also