Package GEOM_Partition3


Variables

 geom = geompy.geom
tuple vecx = geompy.MakeVectorDXDYDZ(1.,0.,0.)
float colis_xmin = 05.76
float colis_xmax = 19.83
float colis_radius = 0.3
tuple colis
list GOList = [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 alvEnd_xmin = 03.6
float alvEnd_xmax = 20.66
float alvEnd_radius = 2.46
tuple alvEnd
 galerie_xmin = bouchon_xmax
float galerie_xmax = 25.0
float galerie_radius = 2.17
tuple galerie
float galRup_xmin = 22.18
 galRup_xmax = galerie_xmax
float galRup_radius = 2.82
tuple galRup
 galEnd_xmin = alvEnd_xmax
 galEnd_xmax = galerie_xmax
float galEnd_radius = 4.34
tuple galEnd
float box_y = 30.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)
tuple callovo = geompy.MakePartition(GOList, [], [], [bouchon])


Variable Documentation

GEOM_Partition3.geom = geompy.geom [static]
 

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

float GEOM_Partition3.colis_xmin = 05.76 [static]
 

float GEOM_Partition3.colis_xmax = 19.83 [static]
 

float GEOM_Partition3.colis_radius = 0.3 [static]
 

tuple GEOM_Partition3.colis [static]
 

Initial value:

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

list GEOM_Partition3.GOList = [colis] [static]
 

float GEOM_Partition3.bo_xmin = 04.83 [static]
 

GEOM_Partition3.bo_xmax = colis_xmax [static]
 

float GEOM_Partition3.bo_radius = 1.23 [static]
 

tuple GEOM_Partition3.bo [static]
 

Initial value:

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

float GEOM_Partition3.alvRup_xmin = 04.46 [static]
 

GEOM_Partition3.alvRup_xmax = colis_xmax [static]
 

float GEOM_Partition3.alvRup_radius = 1.6 [static]
 

tuple GEOM_Partition3.alvRup [static]
 

Initial value:

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

GEOM_Partition3.bouchon_xmin = colis_xmax [static]
 

float GEOM_Partition3.bouchon_xmax = 22.83 [static]
 

GEOM_Partition3.bouchon_radius = alvRup_radius [static]
 

tuple GEOM_Partition3.bouchon [static]
 

Initial value:

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

float GEOM_Partition3.alvEnd_xmin = 03.6 [static]
 

float GEOM_Partition3.alvEnd_xmax = 20.66 [static]
 

float GEOM_Partition3.alvEnd_radius = 2.46 [static]
 

tuple GEOM_Partition3.alvEnd [static]
 

Initial value:

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

GEOM_Partition3.galerie_xmin = bouchon_xmax [static]
 

float GEOM_Partition3.galerie_xmax = 25.0 [static]
 

float GEOM_Partition3.galerie_radius = 2.17 [static]
 

tuple GEOM_Partition3.galerie [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(galerie_xmin,0.,0.),
    vecx,
    galerie_radius,
    galerie_xmax-galerie_xmin)

float GEOM_Partition3.galRup_xmin = 22.18 [static]
 

GEOM_Partition3.galRup_xmax = galerie_xmax [static]
 

float GEOM_Partition3.galRup_radius = 2.82 [static]
 

tuple GEOM_Partition3.galRup [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(galRup_xmin,0.,0.),
    vecx,
    galRup_radius,
    galRup_xmax-galRup_xmin)

GEOM_Partition3.galEnd_xmin = alvEnd_xmax [static]
 

GEOM_Partition3.galEnd_xmax = galerie_xmax [static]
 

float GEOM_Partition3.galEnd_radius = 4.34 [static]
 

tuple GEOM_Partition3.galEnd [static]
 

Initial value:

geompy.MakeCylinder(
    geompy.MakeVertex(galEnd_xmin,0.,0.),
    vecx,
    galEnd_radius,
    galEnd_xmax-galEnd_xmin)

float GEOM_Partition3.box_y = 30.0 [static]
 

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

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

tuple GEOM_Partition3.callovo = geompy.MakePartition(GOList, [], [], [bouchon]) [static]