You are here: Start » AVL.NET » AVL.Segment3DBisector Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inSegment3D | AvlNet.Segment3D | |||
![]() | outBisector | AvlNet.Plane3D |


