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

AVL.Segment3DCenter

Computes the center point of a segment in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
outCenterPointAvlNet.Point3D

See also