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

Invoke.TrimLine3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimLine3D
(
	Avl.Line3D inLine3D,
	Avl.Box3D inBox3D,
	Conditional<Avl.Segment3D> outSegment3D
)

Parameters

Name Type Range Default Description
inLine3DAvl.Line3D
inBox3DAvl.Box3D
outSegment3DAtl.Conditional<Avl.Segment3D>

See also