Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Octant Class / Octant Constructor / Octant Constructor(Point3D,Point3D,Octree,Int32)

In This Topic
    Octant Constructor(Point3D,Point3D,Octree,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal boxMin As Point3D, _
       ByVal boxMax As Point3D, _
       ByVal root As Octree, _
       ByVal elementCount As Integer _
    )
    public Octant( 
       Point3D boxMin,
       Point3D boxMax,
       Octree root,
       int elementCount
    )

    Parameters

    boxMin
    boxMax
    root
    elementCount
    See Also