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

AVS.TrimLine3D Method

Creates a segment contained in a box in 3D from a line in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimLine3D
(
	AvlNet.Line3D inLine3D,
	AvlNet.Box3D inBox3D,
	INullable<AvlNet.Segment3D> outSegment3D
)

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inBox3DAvlNet.Box3D
outSegment3DAvlNet.INullable<AvlNet.Segment3D> This parameter cannot be null.

See also