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

AVL.CreateBox3D

Creates a box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateBox3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Anchor3D inPoint3DAnchor3D,
	float inXLength,
	float inYLength,
	float inZLength,
	out AvlNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inPoint3DAnchor3DAvlNet.Anchor3D
inXLengthfloat<0.0f, INF>
inYLengthfloat<0.0f, INF>
inZLengthfloat<0.0f, INF>
outBox3DAvlNet.Box3D

Errors

List of possible exceptions:

Error type Description
DomainError Invalid Anchor3D in CreateBox3D.

See also