You are here: Start » AVL.NET » AVL.CropLine3D Method

AVL.CropLine3D Method

Computes the intersection segment of a line in 3D and a box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropLine3D(
	AvlNet.Line3D inLine3D,
	AvlNet.Box3D inBox3D,
	out AvlNet.Segment3D? outIntersectionSegment
)

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inBox3DAvlNet.Box3D
outIntersectionSegmentAvlNet.Segment3D?

See also