OrientedBoundingBox(Point3D, Double, Double, Double) Constructor

Defines an OrientedBoundingBox with World-Axis-Aligned transformation.
Public Sub New( _ 
ByVal origin As Point3D, _ 
ByVal width As Double, _ 
ByVal depth As Double, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public OrientedBoundingBox( 
Point3D origin
double width
double depth
double height 
)
This language is not supported or no code example is available.

Parameters

origin
Point3D

The position of the origin of the oriented box

width
double

The width of the box along axis-X

depth
double

The depth of the box along axis-Y

height
double

The height of the box along axis-Z

.NET Framework

Supported in: 4.8

In this article

Definition