Back to FabImage Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » CreateBox3D

CreateBox3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Creates a box in 3D.

Syntax

C++
C#
 
void fil::CreateBox3D
(
	const fil::Point3D& inPoint3D,
	const fil::Anchor3D& inPoint3DAnchor3D,
	float inXLength,
	float inYLength,
	float inZLength,
	fil::Box3D& outBox3D
)

Parameters

Name Type Range Default Description
Input value
inPoint3D const Point3D&
Input value
inPoint3DAnchor3D const Anchor3D&
Input value
inXLength float 0.0 -
Input value
inYLength float 0.0 -
Input value
inZLength float 0.0 -
Output value
outBox3D Box3D&

Errors

List of possible exceptions:

Error type Description
DomainError Invalid Anchor3D in CreateBox3D.