You are here: Start » AVL.NET » AVL.CropSegment

AVL.CropSegment

Creates a segment contained in a box from another segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CropSegment
(
	AvlNet.Segment2D inSegment,
	AvlNet.Box inBox,
	out AvlNet.Segment2D? outSegment
)

Parameters

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

Examples

CropSegment performed on the sample box and segment.

See also