You are here: Start » AVL.NET » Invoke.TrimLine

Invoke.TrimLine

Creates a segment contained in a box from a line.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimLine
(
	Avl.Line2D inLine,
	Avl.Box inBox,
	Conditional<Avl.Segment2D> outSegment
)

Parameters

Name Type Range Default Description
inLineAvl.Line2D
inBoxAvl.BoxBox defining a region the input line will be cropped to.
outSegmentAtl.Conditional<Avl.Segment2D>

See also