Variables | |
| geom = geompy.geom | |
| tuple | vecx = geompy.MakeVectorDXDYDZ(1.,0.,0.) |
| tuple | vecy = geompy.MakeVectorDXDYDZ(0.,1.,0.) |
| float | colis_xmin = 05.76 |
| float | colis_xmax = 19.83 |
| float | colis_radius = 0.3 |
| tuple | colis |
| float | bo_xmin = 04.83 |
| bo_xmax = colis_xmax | |
| float | bo_radius = 1.23 |
| tuple | bo |
| float | alvRup_xmin = 04.46 |
| alvRup_xmax = colis_xmax | |
| float | alvRup_radius = 1.6 |
| tuple | alvRup |
| bouchon_xmin = colis_xmax | |
| float | bouchon_xmax = 22.83 |
| bouchon_radius = alvRup_radius | |
| tuple | bouchon |
| float | galerie_xmax = 25.0 |
| float | galerie_radius = 3.0 |
| float | box_y = 30.0 |
| tuple | pnt_galerie_xmax = geompy.MakeVertex(galerie_xmax,0.,0.) |
| tuple | galerie |
| tuple | box = geompy.MakeBox(0., 0., 0., galerie_xmax, box_y, box_y) |
| galRup_xmax = galerie_xmax | |
| float | galRup_radius = 3.9 |
| tuple | galRup |
| galEnd_xmax = galerie_xmax | |
| float | galEnd_radius = 4.6 |
| tuple | galEnd = geompy.MakeCylinder(pnt_galerie_xmax, vecy, galEnd_radius, box_y) |
| float | alvEnd_xmin = 03.6 |
| alvEnd_xmax = galerie_xmax | |
| float | alvEnd_radius = 2.46 |
| tuple | alvEnd |
| tuple | galEnd_alvEnd = geompy.MakePartition([alvEnd], [], [], [galEnd]) |
| list | GOList = [colis] |
| tuple | callovo = geompy.MakePartition(GOList, [], [box], [galerie, bouchon]) |
| GEOM_Partition2.geom = geompy.geom |
| tuple GEOM_Partition2.vecx = geompy.MakeVectorDXDYDZ(1.,0.,0.) |
| tuple GEOM_Partition2.vecy = geompy.MakeVectorDXDYDZ(0.,1.,0.) |
| float GEOM_Partition2.colis_xmin = 05.76 |
| float GEOM_Partition2.colis_xmax = 19.83 |
| float GEOM_Partition2.colis_radius = 0.3 |
| tuple GEOM_Partition2.colis |
00001 geompy.MakeCylinder( 00002 geompy.MakeVertex(colis_xmin,0.,0.), 00003 vecx, 00004 colis_radius, 00005 colis_xmax-colis_xmin)
| float GEOM_Partition2.bo_xmin = 04.83 |
| float GEOM_Partition2.bo_radius = 1.23 |
| tuple GEOM_Partition2.bo |
00001 geompy.MakeCylinder( 00002 geompy.MakeVertex(bo_xmin,0.,0.), 00003 vecx, 00004 bo_radius, 00005 bo_xmax-bo_xmin)
| float GEOM_Partition2.alvRup_xmin = 04.46 |
| float GEOM_Partition2.alvRup_radius = 1.6 |
| tuple GEOM_Partition2.alvRup |
00001 geompy.MakeCylinder( 00002 geompy.MakeVertex(alvRup_xmin,0.,0.), 00003 vecx, 00004 alvRup_radius, 00005 alvRup_xmax-alvRup_xmin)
| float GEOM_Partition2.bouchon_xmax = 22.83 |
| tuple GEOM_Partition2.bouchon |
00001 geompy.MakeCylinder( 00002 geompy.MakeVertex(bouchon_xmin,0.,0.), 00003 vecx, 00004 bouchon_radius, 00005 bouchon_xmax-bouchon_xmin)
| float GEOM_Partition2.galerie_xmax = 25.0 |
| float GEOM_Partition2.galerie_radius = 3.0 |
| float GEOM_Partition2.box_y = 30.0 |
| tuple GEOM_Partition2.pnt_galerie_xmax = geompy.MakeVertex(galerie_xmax,0.,0.) |
| tuple GEOM_Partition2::galerie |
00001 geompy.MakeCylinder( 00002 pnt_galerie_xmax, 00003 vecy, 00004 galerie_radius, 00005 box_y)
| tuple GEOM_Partition2::box = geompy.MakeBox(0., 0., 0., galerie_xmax, box_y, box_y) |
| float GEOM_Partition2.galRup_radius = 3.9 |
| tuple GEOM_Partition2::galRup |
00001 geompy.MakeCylinder( 00002 pnt_galerie_xmax, 00003 vecy, 00004 galRup_radius, 00005 box_y)
| float GEOM_Partition2.galEnd_radius = 4.6 |
| tuple GEOM_Partition2::galEnd = geompy.MakeCylinder(pnt_galerie_xmax, vecy, galEnd_radius, box_y) |
| float GEOM_Partition2.alvEnd_xmin = 03.6 |
| float GEOM_Partition2.alvEnd_radius = 2.46 |
| tuple GEOM_Partition2.alvEnd |
00001 geompy.MakeCylinder( 00002 geompy.MakeVertex(alvEnd_xmin,0.,0.), 00003 vecx, 00004 alvEnd_radius, 00005 alvEnd_xmax-alvEnd_xmin)
| tuple GEOM_Partition2.galEnd_alvEnd = geompy.MakePartition([alvEnd], [], [], [galEnd]) |
| list GEOM_Partition2.GOList = [colis] |
| tuple GEOM_Partition2.callovo = geompy.MakePartition(GOList, [], [box], [galerie, bouchon]) |