Package GEOM_Partition2


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 galerie = geompy.MakeTranslation(galerie, 0, -box_y/2, 0)
tuple box = geompy.MakeBox(0., 0., 0., galerie_xmax, box_y, box_y)
tuple box = geompy.MakeTranslation(box, 0.0, -box_y/2, -box_y/2)
 galRup_xmax = galerie_xmax
float galRup_radius = 3.9
tuple galRup
tuple galRup = geompy.MakeTranslation(galRup, 0, -box_y/2, 0)
 galEnd_xmax = galerie_xmax
float galEnd_radius = 4.6
tuple galEnd = geompy.MakeCylinder(pnt_galerie_xmax, vecy, galEnd_radius, box_y)
tuple galEnd = geompy.MakeTranslation(galEnd, 0, -box_y/2, 0)
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 = 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 galerie = geompy.MakeTranslation(galerie, 0, -box_y/2, 0)
tuple box = geompy.MakeBox(0., 0., 0., galerie_xmax, box_y, box_y)
tuple box = geompy.MakeTranslation(box, 0.0, -box_y/2, -box_y/2)
 galRup_xmax = galerie_xmax
float galRup_radius = 3.9
tuple galRup
tuple galRup = geompy.MakeTranslation(galRup, 0, -box_y/2, 0)
 galEnd_xmax = galerie_xmax
float galEnd_radius = 4.6
tuple galEnd = geompy.MakeCylinder(pnt_galerie_xmax, vecy, galEnd_radius, box_y)
tuple galEnd = geompy.MakeTranslation(galEnd, 0, -box_y/2, 0)
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])


Variable Documentation

GEOM_Partition2.geom = geompy.geom [static]
 

tuple GEOM_Partition2.vecx = geompy.MakeVectorDXDYDZ(1.,0.,0.) [static]
 

tuple GEOM_Partition2.vecy = geompy.MakeVectorDXDYDZ(0.,1.,0.) [static]
 

float GEOM_Partition2.colis_xmin = 05.76 [static]
 

float GEOM_Partition2.colis_xmax = 19.83 [static]
 

float GEOM_Partition2.colis_radius = 0.3 [static]
 

tuple GEOM_Partition2.colis [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(colis_xmin,0.,0.),
    vecx,
    colis_radius,
    colis_xmax-colis_xmin)

float GEOM_Partition2.bo_xmin = 04.83 [static]
 

GEOM_Partition2.bo_xmax = colis_xmax [static]
 

float GEOM_Partition2.bo_radius = 1.23 [static]
 

tuple GEOM_Partition2.bo [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(bo_xmin,0.,0.),
    vecx,
    bo_radius,
    bo_xmax-bo_xmin)

float GEOM_Partition2.alvRup_xmin = 04.46 [static]
 

GEOM_Partition2.alvRup_xmax = colis_xmax [static]
 

float GEOM_Partition2.alvRup_radius = 1.6 [static]
 

tuple GEOM_Partition2.alvRup [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(alvRup_xmin,0.,0.),
    vecx,
    alvRup_radius,
    alvRup_xmax-alvRup_xmin)

GEOM_Partition2.bouchon_xmin = colis_xmax [static]
 

float GEOM_Partition2.bouchon_xmax = 22.83 [static]
 

GEOM_Partition2.bouchon_radius = alvRup_radius [static]
 

tuple GEOM_Partition2.bouchon [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(bouchon_xmin,0.,0.),
    vecx,
    bouchon_radius,
    bouchon_xmax-bouchon_xmin)

float GEOM_Partition2.galerie_xmax = 25.0 [static]
 

float GEOM_Partition2.galerie_radius = 3.0 [static]
 

float GEOM_Partition2.box_y = 30.0 [static]
 

tuple GEOM_Partition2.pnt_galerie_xmax = geompy.MakeVertex(galerie_xmax,0.,0.) [static]
 

tuple GEOM_Partition2.galerie [static]
 

Initial value:

geompy.MakeCylinder(
    pnt_galerie_xmax,
    vecy,
    galerie_radius,
    box_y)

tuple GEOM_Partition2.galerie = geompy.MakeTranslation(galerie, 0, -box_y/2, 0) [static]
 

tuple GEOM_Partition2.box = geompy.MakeBox(0., 0., 0., galerie_xmax, box_y, box_y) [static]
 

tuple GEOM_Partition2.box = geompy.MakeTranslation(box, 0.0, -box_y/2, -box_y/2) [static]
 

GEOM_Partition2.galRup_xmax = galerie_xmax [static]
 

float GEOM_Partition2.galRup_radius = 3.9 [static]
 

tuple GEOM_Partition2.galRup [static]
 

Initial value:

geompy.MakeCylinder(
    pnt_galerie_xmax,
    vecy,
    galRup_radius,
    box_y)

tuple GEOM_Partition2.galRup = geompy.MakeTranslation(galRup, 0, -box_y/2, 0) [static]
 

GEOM_Partition2.galEnd_xmax = galerie_xmax [static]
 

float GEOM_Partition2.galEnd_radius = 4.6 [static]
 

tuple GEOM_Partition2.galEnd = geompy.MakeCylinder(pnt_galerie_xmax, vecy, galEnd_radius, box_y) [static]
 

tuple GEOM_Partition2.galEnd = geompy.MakeTranslation(galEnd, 0, -box_y/2, 0) [static]
 

float GEOM_Partition2.alvEnd_xmin = 03.6 [static]
 

GEOM_Partition2.alvEnd_xmax = galerie_xmax [static]
 

float GEOM_Partition2.alvEnd_radius = 2.46 [static]
 

tuple GEOM_Partition2.alvEnd [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(alvEnd_xmin,0.,0.),
    vecx,
    alvEnd_radius,
    alvEnd_xmax-alvEnd_xmin)

tuple GEOM_Partition2.galEnd_alvEnd = geompy.MakePartition([alvEnd], [], [], [galEnd]) [static]
 

list GEOM_Partition2.GOList = [colis] [static]
 

tuple GEOM_Partition2.callovo = geompy.MakePartition(GOList, [], [box], [galerie, bouchon]) [static]
 

GEOM_Partition2.geom = geompy.geom [static]
 

tuple GEOM_Partition2.vecx = geompy.MakeVectorDXDYDZ(1.,0.,0.) [static]
 

tuple GEOM_Partition2.vecy = geompy.MakeVectorDXDYDZ(0.,1.,0.) [static]
 

float GEOM_Partition2.colis_xmin = 05.76 [static]
 

float GEOM_Partition2.colis_xmax = 19.83 [static]
 

float GEOM_Partition2.colis_radius = 0.3 [static]
 

tuple GEOM_Partition2.colis [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(colis_xmin,0.,0.),
    vecx,
    colis_radius,
    colis_xmax-colis_xmin)

float GEOM_Partition2.bo_xmin = 04.83 [static]
 

GEOM_Partition2.bo_xmax = colis_xmax [static]
 

float GEOM_Partition2.bo_radius = 1.23 [static]
 

tuple GEOM_Partition2.bo [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(bo_xmin,0.,0.),
    vecx,
    bo_radius,
    bo_xmax-bo_xmin)

float GEOM_Partition2.alvRup_xmin = 04.46 [static]
 

GEOM_Partition2.alvRup_xmax = colis_xmax [static]
 

float GEOM_Partition2.alvRup_radius = 1.6 [static]
 

tuple GEOM_Partition2.alvRup [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(alvRup_xmin,0.,0.),
    vecx,
    alvRup_radius,
    alvRup_xmax-alvRup_xmin)

GEOM_Partition2.bouchon_xmin = colis_xmax [static]
 

float GEOM_Partition2.bouchon_xmax = 22.83 [static]
 

GEOM_Partition2.bouchon_radius = alvRup_radius [static]
 

tuple GEOM_Partition2.bouchon [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(bouchon_xmin,0.,0.),
    vecx,
    bouchon_radius,
    bouchon_xmax-bouchon_xmin)

float GEOM_Partition2.galerie_xmax = 25.0 [static]
 

float GEOM_Partition2.galerie_radius = 3.0 [static]
 

float GEOM_Partition2.box_y = 30.0 [static]
 

tuple GEOM_Partition2.pnt_galerie_xmax = geompy.MakeVertex(galerie_xmax,0.,0.) [static]
 

tuple GEOM_Partition2.galerie [static]
 

Initial value:

geompy.MakeCylinder(
    pnt_galerie_xmax,
    vecy,
    galerie_radius,
    box_y)

tuple GEOM_Partition2.galerie = geompy.MakeTranslation(galerie, 0, -box_y/2, 0) [static]
 

tuple GEOM_Partition2.box = geompy.MakeBox(0., 0., 0., galerie_xmax, box_y, box_y) [static]
 

tuple GEOM_Partition2.box = geompy.MakeTranslation(box, 0.0, -box_y/2, -box_y/2) [static]
 

GEOM_Partition2.galRup_xmax = galerie_xmax [static]
 

float GEOM_Partition2.galRup_radius = 3.9 [static]
 

tuple GEOM_Partition2.galRup [static]
 

Initial value:

geompy.MakeCylinder(
    pnt_galerie_xmax,
    vecy,
    galRup_radius,
    box_y)

tuple GEOM_Partition2.galRup = geompy.MakeTranslation(galRup, 0, -box_y/2, 0) [static]
 

GEOM_Partition2.galEnd_xmax = galerie_xmax [static]
 

float GEOM_Partition2.galEnd_radius = 4.6 [static]
 

tuple GEOM_Partition2.galEnd = geompy.MakeCylinder(pnt_galerie_xmax, vecy, galEnd_radius, box_y) [static]
 

tuple GEOM_Partition2.galEnd = geompy.MakeTranslation(galEnd, 0, -box_y/2, 0) [static]
 

float GEOM_Partition2.alvEnd_xmin = 03.6 [static]
 

GEOM_Partition2.alvEnd_xmax = galerie_xmax [static]
 

float GEOM_Partition2.alvEnd_radius = 2.46 [static]
 

tuple GEOM_Partition2.alvEnd [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(alvEnd_xmin,0.,0.),
    vecx,
    alvEnd_radius,
    alvEnd_xmax-alvEnd_xmin)

tuple GEOM_Partition2.galEnd_alvEnd = geompy.MakePartition([alvEnd], [], [], [galEnd]) [static]
 

list GEOM_Partition2.GOList = [colis] [static]
 

tuple GEOM_Partition2.callovo = geompy.MakePartition(GOList, [], [box], [galerie, bouchon]) [static]