You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » AVL.Segment3DLine

AVL.Segment3DLine

Computes the line in 3D passing through a segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Segment3DLine
(
	AvlNet.Segment3D inSegment3D,
	out AvlNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3DInput segment in 3D.
outLine3DAvlNet.Line3DThe resulting line.

See also