Back to FabImage Library website

You are here: Start » Function Reference » Geometry 3D Features » Segment3DBoundingBox

Segment3DBoundingBox


Header:FIL.h
Namespace:fil

Computes the smallest box in 3D containing a segment in 3D.

Syntax

C++
C#
 
void fil::Segment3DBoundingBox
(
	const fil::Segment3D& inSegment3D,
	fil::Box3D& outBoundingBox3D
)

Parameters

Name Type Default Description
inSegment3D const Segment3D&
outBoundingBox3D Box3D&