Back to Aurora Vision Library website

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

CreateBox3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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
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.