You are here: Start » FIL.NET » FIS.Segment3DBisector Method

FIS.Segment3DBisector Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
outBisectorFilNet.Plane3D

See also