box

class granoo3.lib.box

Bases: granoo3.lib.shape3D

a box shape defined by 3 values (lx, ly, lz)

Methods Summary

get_lx(arg1)

get the x length

get_ly(arg1)

get the y length

get_lz(arg1)

get the z length

set_length(arg1, arg2, arg3, arg4)

set the x,y,z length of the box

set_lx(arg1, arg2)

set x length

set_ly(arg1, arg2)

set y length

set_lz(arg1, arg2)

set z length

Methods Documentation

get_lx((box)arg1) float[STATIC]

get the x length

get_ly((box)arg1) float[STATIC]

get the y length

get_lz((box)arg1) float[STATIC]

get the z length

set_length((box)arg1, (float)arg2, (float)arg3, (float)arg4) None[STATIC]

set the x,y,z length of the box

set_lx((box)arg1, (float)arg2) None[STATIC]

set x length

set_ly((box)arg1, (float)arg2) None[STATIC]

set y length

set_lz((box)arg1, (float)arg2) None[STATIC]

set z length