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

AVS.TrimSegment Method

Creates a segment contained in a box from another segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimSegment
(
	AvlNet.Segment2D inSegment,
	AvlNet.Box inBox,
	out AvlNet.Segment2D? outSegment
)

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment2D
inBoxAvlNet.Box
outSegmentAvlNet.Segment2D?

See also