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

AVS.TrimLine Method

Creates a segment contained in a box from a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimLine
(
	AvlNet.Line2D inLine,
	AvlNet.Box inBox,
	out AvlNet.Segment2D? outSegment
)

Parameters

Name Type Range Default Description
inLineAvlNet.Line2D
inBoxAvlNet.BoxBox defining a region the input line will be cropped to.
outSegmentAvlNet.Segment2D?

See also