You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Features » FIL.Segment3DCenter

FIL.Segment3DCenter

Computes the center point of a segment in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
outCenterPointFilNet.Point3D

See also