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

Invoke.TrimSegment3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimSegment3D
(
	Avl.Segment3D inSegment3D,
	Avl.Box3D inBox3D,
	Conditional<Avl.Segment3D> outSegment3D
)

Parameters

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

See also