Back to Adaptive Vision Library website

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

CreateBox3D


Header:AVL.h
Namespace:avl

Creates a box in 3D.

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Invalid Anchor3D in CreateBox3D.