Version: 6.3.1
Variables

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 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])

Variable Documentation

GEOM_Partition2.geom = geompy.geom
tuple GEOM_Partition2.vecx = geompy.MakeVectorDXDYDZ(1.,0.,0.)
tuple GEOM_Partition2.vecy = geompy.MakeVectorDXDYDZ(0.,1.,0.)
Initial value:
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
Initial value:
00001 geompy.MakeCylinder(
00002     geompy.MakeVertex(bo_xmin,0.,0.),
00003     vecx,
00004     bo_radius,
00005     bo_xmax-bo_xmin)
Initial value:
00001 geompy.MakeCylinder(
00002     geompy.MakeVertex(alvRup_xmin,0.,0.),
00003     vecx,
00004     alvRup_radius,
00005     alvRup_xmax-alvRup_xmin)
Initial value:
00001 geompy.MakeCylinder(
00002     geompy.MakeVertex(bouchon_xmin,0.,0.),
00003     vecx,
00004     bouchon_radius,
00005     bouchon_xmax-bouchon_xmin)
float GEOM_Partition2.box_y = 30.0
tuple GEOM_Partition2.pnt_galerie_xmax = geompy.MakeVertex(galerie_xmax,0.,0.)
Initial value:
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)
Initial value:
00001 geompy.MakeCylinder(
00002     pnt_galerie_xmax,
00003     vecy,
00004     galRup_radius,
00005     box_y)
Initial value:
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])
tuple GEOM_Partition2.callovo = geompy.MakePartition(GOList, [], [box], [galerie, bouchon])
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS