BoxToBox3D


Converts a box in 2D to a box in 3D.

Syntax

C++
C#
Python
 
def BoxToBox3D(
	inBox2D: Box,
	/
)
-> outBox3D: Box3D

Parameters

Name Type Default Description
Input value inBox2D Box
Output value outBox3D Box3D