You are here: Start » FIL.NET » Invoke.Segment3DCenter

Invoke.Segment3DCenter

Computes the center point of a segment in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3D
outCenterPointFil.Point3D

See also