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

Invoke.TrimSegment

Creates a segment contained in a box from another segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimSegment
(
	Avl.Segment2D inSegment,
	Avl.Box inBox,
	Conditional<Avl.Segment2D> outSegment
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
inBoxAvl.Box
outSegmentAtl.Conditional<Avl.Segment2D>

See also