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

AVL.Segment3DBisector

Computes a plane passing through the center of a segment in 3D at a right angle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Segment3DBisector
(
	AvlNet.Segment3D inSegment3D,
	out AvlNet.Plane3D outBisector
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
outBisectorAvlNet.Plane3D

See also