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

FIS.SegmentBisector Method

Computes a line passing through the center of a segment at a right angle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentBisector
(
	FilNet.Segment2D inSegment,
	out FilNet.Line2D outBisector
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
outBisectorFilNet.Line2D

See also