Octant(Point3D, Point3D, Octree) Constructor

Bounding box min/max constructor.
Public Sub New( _ 
ByVal boxMin As Point3D, _ 
ByVal boxMax As Point3D, _ 
ByVal root As Octree
)
This language is not supported or no code example is available.
public Octant( 
Point3D boxMin
Point3D boxMax
Octree root 
)
This language is not supported or no code example is available.

Parameters

boxMin
Point3D

Bounding box min corner

boxMax
Point3D

Bounding box max corner

root
Octree

.NET Framework

Supported in: 4.8

In this article

Definition