Les variables sont décrites dans La zone.
CreateZone(zone_name, zone_type)
|
|
|
SetBox(Xmin, Xmax, Ymin, Ymax, Zmin, Zmax)
|
SetSphere(Xcen, Ycen, Zcen, R)
|
La création de l’objet zone_1 se fait ainsi :
zone_1 = homard.CreateZone("Zone_2", 4)
zone_1.SetSphere(12.3, 3.4, .56, 6.5)