Octant(Point3D, Point3D, Octree, Int32) Constructor

Public Sub New( _ 
ByVal boxMin As Point3D, _ 
ByVal boxMax As Point3D, _ 
ByVal root As Octree, _ 
ByVal elementCount As Integer
)
This language is not supported or no code example is available.
public Octant( 
Point3D boxMin
Point3D boxMax
Octree root
int elementCount 
)
This language is not supported or no code example is available.

Parameters

boxMin
Point3D

boxMax
Point3D

root
Octree

elementCount
int

.NET Framework

Supported in: 4.8

In this article

Definition