bounds

open override fun bounds(x1: Int, x2: Int, y1: Int, y2: Int, z1: Int, z2: Int)

Sets the boundaries of this entity.

Parameters

x1

min x

x2

max x

y1

min y

y2

max y

z1

min z

z2

max z

fun bounds(): Polygon

Represents the model bounds as a Polygon

Return

A Polygon

val bounds: Polygon

Return

value of .bounds