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

FIS.Segment3DCenter Method

Computes the center point of a segment in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Segment3DCenter
(
	FilNet.Segment3D inSegment3D,
	out FilNet.Point3D outCenterPoint
)

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
outCenterPointFilNet.Point3D

See also