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

Invoke.Segment3DLine

Computes the line in 3D passing through a segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3DInput segment in 3D.
outLine3DAvl.Line3DThe resulting line.

See also