You are here: Start » AVL.NET » AVS.Segment3DBisector Method

AVS.Segment3DBisector Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
outBisectorAvlNet.Plane3D

See also