Package GEOM_tube_geom


Variables

int L_base = 300
int l_base = 150
int h_base = 75
int e_base = 6
tuple base_bot = MakeBox(0.,0.,0.,L_base,l_base,e_base)
tuple base_top = MakeTranslation(base_bot,0.,0.,h_base-e_base)
tuple base_front = MakeBox(0,0,0,L_base,e_base,h_base)
tuple base_rear = MakeTranslation(base_front,0.,l_base,0.)
tuple tmp = MakeBoolean(base_top,base_rear,3)
tuple tmp = MakeBoolean(tmp,base_bot,3)
tuple base = MakeBoolean(tmp,base_front,3)
int L_trav = 60
int h_trav = 300
int e_trav = 7
int marge = 15
tuple flange_left = MakeBox(0.,0.,0,e_trav,L_trav,h_trav)
tuple flange_right = MakeTranslation(flange_left,L_trav-e_trav,0.,0.)
tuple flange_front = MakeBox(0.,0.,0,L_trav,e_trav,h_trav)
tuple flange_rear = MakeTranslation(flange_front,0.,L_trav-e_trav,0.)
tuple tmp = MakeBoolean(flange_left,flange_rear,3)
tuple tmp = MakeBoolean(tmp,flange_right,3)
tuple flange = MakeBoolean(tmp,flange_front,3)
tuple length = e_trav/math.sin(math.pi/4.)
tuple p1 = MakeVertex(0,0,0)
tuple p2 = MakeVertex(0,1,0)
tuple yaxis = MakeVector(p1, p2)
tuple cut_left = MakeBox(0.,-marge,0.,-length,L_trav+marge,length)
tuple cut_left = MakeRotation(cut_left,yaxis,-math.pi/4.)
tuple cut_left = MakeTranslation(cut_left,e_trav,0.,0.)
tuple symPlaneYZ
tuple cut_right = MakeMirrorByPlane(cut_left,symPlaneYZ)
tuple xaxis = MakeVector(p1,MakeVertex(1.,0.,0.))
tuple cut_front = MakeBox(-marge,0.,0.,L_trav+marge,length,length)
tuple cut_front = MakeRotation(cut_front,xaxis,3.*math.pi/4.)
tuple cut_front = MakeTranslation(cut_front,0.,e_trav,0.)
tuple symPlaneXZ
tuple cut_rear = MakeMirrorByPlane(cut_front,symPlaneXZ)
tuple trav = MakeBoolean(flange,cut_left,2)
tuple trav = MakeBoolean(trav,cut_right,2)
tuple trav = MakeBoolean(trav,cut_front,2)
tuple trav = MakeBoolean(trav,cut_rear,2)
tuple trav
tuple ground = MakeBox(-1000.,-1000.,0.,1000.,1000.,-1000.)
tuple weld_left = MakeBoolean(cut_left,ground,2)
tuple weld_right = MakeBoolean(cut_right,ground,2)
tuple weld_front = MakeBoolean(cut_front,ground,2)
tuple weld_rear = MakeBoolean(cut_rear,ground,2)
tuple coarse_weld = MakeBoolean(weld_left,weld_rear,3)
tuple coarse_weld = MakeBoolean(coarse_weld,weld_right,3)
tuple coarse_weld = MakeBoolean(coarse_weld,weld_front,3)
tuple left_cleaner = MakeBox(0.,-10*marge,0.,-10.*marge,10.*marge,10.*marge)
tuple left_cleaner = MakeRotation(left_cleaner,yaxis,math.pi/4.)
tuple left_cleaner = MakeTranslation(left_cleaner,-e_trav-2.*marge,0.,-2.*marge)
tuple right_cleaner = MakeMirrorByPlane(left_cleaner,symPlaneYZ)
tuple front_cleaner = MakeBox(-10*marge,0.,0.,10.*marge,10.*marge,10.*marge)
tuple front_cleaner = MakeRotation(front_cleaner,xaxis,3.*math.pi/4.)
tuple front_cleaner = MakeTranslation(front_cleaner,0.,2.*marge-e_trav,2.*marge)
tuple rear_cleaner = MakeMirrorByPlane(front_cleaner,symPlaneXZ)
tuple weld = MakeBoolean(coarse_weld,left_cleaner,2)
tuple weld = MakeBoolean(weld,rear_cleaner,2)
tuple weld = MakeBoolean(weld,right_cleaner,2)
tuple weld = MakeBoolean(weld,front_cleaner,2)
tuple weld
tuple weldId = addToStudy(weld,"weld")
tuple assemblage = Partition([base ,weld ,trav])
tuple assemblageId = addToStudy(assemblage, "assemblage")
int L_base = 300
int l_base = 150
int h_base = 75
int e_base = 6
tuple base_bot = MakeBox(0.,0.,0.,L_base,l_base,e_base)
tuple base_top = MakeTranslation(base_bot,0.,0.,h_base-e_base)
tuple base_front = MakeBox(0,0,0,L_base,e_base,h_base)
tuple base_rear = MakeTranslation(base_front,0.,l_base,0.)
tuple tmp = MakeBoolean(base_top,base_rear,3)
tuple tmp = MakeBoolean(tmp,base_bot,3)
tuple base = MakeBoolean(tmp,base_front,3)
int L_trav = 60
int h_trav = 300
int e_trav = 7
int marge = 15
tuple flange_left = MakeBox(0.,0.,0,e_trav,L_trav,h_trav)
tuple flange_right = MakeTranslation(flange_left,L_trav-e_trav,0.,0.)
tuple flange_front = MakeBox(0.,0.,0,L_trav,e_trav,h_trav)
tuple flange_rear = MakeTranslation(flange_front,0.,L_trav-e_trav,0.)
tuple tmp = MakeBoolean(flange_left,flange_rear,3)
tuple tmp = MakeBoolean(tmp,flange_right,3)
tuple flange = MakeBoolean(tmp,flange_front,3)
tuple length = e_trav/math.sin(math.pi/4.)
tuple p1 = MakeVertex(0,0,0)
tuple p2 = MakeVertex(0,1,0)
tuple yaxis = MakeVector(p1, p2)
tuple cut_left = MakeBox(0.,-marge,0.,-length,L_trav+marge,length)
tuple cut_left = MakeRotation(cut_left,yaxis,-math.pi/4.)
tuple cut_left = MakeTranslation(cut_left,e_trav,0.,0.)
tuple symPlaneYZ
tuple cut_right = MakeMirrorByPlane(cut_left,symPlaneYZ)
tuple xaxis = MakeVector(p1,MakeVertex(1.,0.,0.))
tuple cut_front = MakeBox(-marge,0.,0.,L_trav+marge,length,length)
tuple cut_front = MakeRotation(cut_front,xaxis,3.*math.pi/4.)
tuple cut_front = MakeTranslation(cut_front,0.,e_trav,0.)
tuple symPlaneXZ
tuple cut_rear = MakeMirrorByPlane(cut_front,symPlaneXZ)
tuple trav = MakeBoolean(flange,cut_left,2)
tuple trav = MakeBoolean(trav,cut_right,2)
tuple trav = MakeBoolean(trav,cut_front,2)
tuple trav = MakeBoolean(trav,cut_rear,2)
tuple trav
tuple ground = MakeBox(-1000.,-1000.,0.,1000.,1000.,-1000.)
tuple weld_left = MakeBoolean(cut_left,ground,2)
tuple weld_right = MakeBoolean(cut_right,ground,2)
tuple weld_front = MakeBoolean(cut_front,ground,2)
tuple weld_rear = MakeBoolean(cut_rear,ground,2)
tuple coarse_weld = MakeBoolean(weld_left,weld_rear,3)
tuple coarse_weld = MakeBoolean(coarse_weld,weld_right,3)
tuple coarse_weld = MakeBoolean(coarse_weld,weld_front,3)
tuple left_cleaner = MakeBox(0.,-10*marge,0.,-10.*marge,10.*marge,10.*marge)
tuple left_cleaner = MakeRotation(left_cleaner,yaxis,math.pi/4.)
tuple left_cleaner = MakeTranslation(left_cleaner,-e_trav-2.*marge,0.,-2.*marge)
tuple right_cleaner = MakeMirrorByPlane(left_cleaner,symPlaneYZ)
tuple front_cleaner = MakeBox(-10*marge,0.,0.,10.*marge,10.*marge,10.*marge)
tuple front_cleaner = MakeRotation(front_cleaner,xaxis,3.*math.pi/4.)
tuple front_cleaner = MakeTranslation(front_cleaner,0.,2.*marge-e_trav,2.*marge)
tuple rear_cleaner = MakeMirrorByPlane(front_cleaner,symPlaneXZ)
tuple weld = MakeBoolean(coarse_weld,left_cleaner,2)
tuple weld = MakeBoolean(weld,rear_cleaner,2)
tuple weld = MakeBoolean(weld,right_cleaner,2)
tuple weld = MakeBoolean(weld,front_cleaner,2)
tuple weld
tuple weldId = addToStudy(weld,"weld")
tuple assemblage = Partition([base ,weld ,trav])
tuple assemblageId = addToStudy(assemblage, "assemblage")


Variable Documentation

int GEOM_tube_geom.L_base = 300 [static]
 

int GEOM_tube_geom.l_base = 150 [static]
 

int GEOM_tube_geom.h_base = 75 [static]
 

int GEOM_tube_geom.e_base = 6 [static]
 

tuple GEOM_tube_geom.base_bot = MakeBox(0.,0.,0.,L_base,l_base,e_base) [static]
 

tuple GEOM_tube_geom.base_top = MakeTranslation(base_bot,0.,0.,h_base-e_base) [static]
 

tuple GEOM_tube_geom.base_front = MakeBox(0,0,0,L_base,e_base,h_base) [static]
 

tuple GEOM_tube_geom.base_rear = MakeTranslation(base_front,0.,l_base,0.) [static]
 

tuple GEOM_tube_geom.tmp = MakeBoolean(base_top,base_rear,3) [static]
 

tuple GEOM_tube_geom.tmp = MakeBoolean(tmp,base_bot,3) [static]
 

tuple GEOM_tube_geom.base = MakeBoolean(tmp,base_front,3) [static]
 

int GEOM_tube_geom.L_trav = 60 [static]
 

int GEOM_tube_geom.h_trav = 300 [static]
 

int GEOM_tube_geom.e_trav = 7 [static]
 

int GEOM_tube_geom.marge = 15 [static]
 

tuple GEOM_tube_geom.flange_left = MakeBox(0.,0.,0,e_trav,L_trav,h_trav) [static]
 

tuple GEOM_tube_geom.flange_right = MakeTranslation(flange_left,L_trav-e_trav,0.,0.) [static]
 

tuple GEOM_tube_geom.flange_front = MakeBox(0.,0.,0,L_trav,e_trav,h_trav) [static]
 

tuple GEOM_tube_geom.flange_rear = MakeTranslation(flange_front,0.,L_trav-e_trav,0.) [static]
 

tuple GEOM_tube_geom.tmp = MakeBoolean(flange_left,flange_rear,3) [static]
 

tuple GEOM_tube_geom.tmp = MakeBoolean(tmp,flange_right,3) [static]
 

tuple GEOM_tube_geom.flange = MakeBoolean(tmp,flange_front,3) [static]
 

tuple GEOM_tube_geom.length = e_trav/math.sin(math.pi/4.) [static]
 

tuple GEOM_tube_geom.p1 = MakeVertex(0,0,0) [static]
 

tuple GEOM_tube_geom.p2 = MakeVertex(0,1,0) [static]
 

tuple GEOM_tube_geom.yaxis = MakeVector(p1, p2) [static]
 

tuple GEOM_tube_geom.cut_left = MakeBox(0.,-marge,0.,-length,L_trav+marge,length) [static]
 

tuple GEOM_tube_geom.cut_left = MakeRotation(cut_left,yaxis,-math.pi/4.) [static]
 

tuple GEOM_tube_geom.cut_left = MakeTranslation(cut_left,e_trav,0.,0.) [static]
 

tuple GEOM_tube_geom.symPlaneYZ [static]
 

Initial value:

MakePlane(
     MakeVertex(L_trav/2.,0.,0.),
     MakeVector(p1,MakeVertex(1.,0.,0.)), 10000. )

tuple GEOM_tube_geom.cut_right = MakeMirrorByPlane(cut_left,symPlaneYZ) [static]
 

tuple GEOM_tube_geom.xaxis = MakeVector(p1,MakeVertex(1.,0.,0.)) [static]
 

tuple GEOM_tube_geom.cut_front = MakeBox(-marge,0.,0.,L_trav+marge,length,length) [static]
 

tuple GEOM_tube_geom.cut_front = MakeRotation(cut_front,xaxis,3.*math.pi/4.) [static]
 

tuple GEOM_tube_geom.cut_front = MakeTranslation(cut_front,0.,e_trav,0.) [static]
 

tuple GEOM_tube_geom.symPlaneXZ [static]
 

Initial value:

MakePlane(
     MakeVertex(0.,L_trav/2.,0.),
     MakeVector(p1,MakeVertex(0.,1.,0.)), 10000. )

tuple GEOM_tube_geom.cut_rear = MakeMirrorByPlane(cut_front,symPlaneXZ) [static]
 

tuple GEOM_tube_geom.trav = MakeBoolean(flange,cut_left,2) [static]
 

tuple GEOM_tube_geom.trav = MakeBoolean(trav,cut_right,2) [static]
 

tuple GEOM_tube_geom.trav = MakeBoolean(trav,cut_front,2) [static]
 

tuple GEOM_tube_geom.trav = MakeBoolean(trav,cut_rear,2) [static]
 

tuple GEOM_tube_geom.trav [static]
 

Initial value:

MakeTranslation(trav,
                       L_base/2.-L_trav/2.,
                       l_base/2.-L_trav/2.,
                       h_base)

tuple GEOM_tube_geom.ground = MakeBox(-1000.,-1000.,0.,1000.,1000.,-1000.) [static]
 

tuple GEOM_tube_geom.weld_left = MakeBoolean(cut_left,ground,2) [static]
 

tuple GEOM_tube_geom.weld_right = MakeBoolean(cut_right,ground,2) [static]
 

tuple GEOM_tube_geom.weld_front = MakeBoolean(cut_front,ground,2) [static]
 

tuple GEOM_tube_geom.weld_rear = MakeBoolean(cut_rear,ground,2) [static]
 

tuple GEOM_tube_geom.coarse_weld = MakeBoolean(weld_left,weld_rear,3) [static]
 

tuple GEOM_tube_geom.coarse_weld = MakeBoolean(coarse_weld,weld_right,3) [static]
 

tuple GEOM_tube_geom.coarse_weld = MakeBoolean(coarse_weld,weld_front,3) [static]
 

tuple GEOM_tube_geom.left_cleaner = MakeBox(0.,-10*marge,0.,-10.*marge,10.*marge,10.*marge) [static]
 

tuple GEOM_tube_geom.left_cleaner = MakeRotation(left_cleaner,yaxis,math.pi/4.) [static]
 

tuple GEOM_tube_geom.left_cleaner = MakeTranslation(left_cleaner,-e_trav-2.*marge,0.,-2.*marge) [static]
 

tuple GEOM_tube_geom.right_cleaner = MakeMirrorByPlane(left_cleaner,symPlaneYZ) [static]
 

tuple GEOM_tube_geom.front_cleaner = MakeBox(-10*marge,0.,0.,10.*marge,10.*marge,10.*marge) [static]
 

tuple GEOM_tube_geom.front_cleaner = MakeRotation(front_cleaner,xaxis,3.*math.pi/4.) [static]
 

tuple GEOM_tube_geom.front_cleaner = MakeTranslation(front_cleaner,0.,2.*marge-e_trav,2.*marge) [static]
 

tuple GEOM_tube_geom.rear_cleaner = MakeMirrorByPlane(front_cleaner,symPlaneXZ) [static]
 

tuple GEOM_tube_geom.weld = MakeBoolean(coarse_weld,left_cleaner,2) [static]
 

tuple GEOM_tube_geom.weld = MakeBoolean(weld,rear_cleaner,2) [static]
 

tuple GEOM_tube_geom.weld = MakeBoolean(weld,right_cleaner,2) [static]
 

tuple GEOM_tube_geom.weld = MakeBoolean(weld,front_cleaner,2) [static]
 

tuple GEOM_tube_geom.weld [static]
 

Initial value:

MakeTranslation(weld,
                       L_base/2.-L_trav/2.,
                       l_base/2.-L_trav/2.,
                       h_base)

tuple GEOM_tube_geom.weldId = addToStudy(weld,"weld") [static]
 

tuple GEOM_tube_geom.assemblage = Partition([base ,weld ,trav]) [static]
 

tuple GEOM_tube_geom.assemblageId = addToStudy(assemblage, "assemblage") [static]
 

int GEOM_tube_geom.L_base = 300 [static]
 

int GEOM_tube_geom.l_base = 150 [static]
 

int GEOM_tube_geom.h_base = 75 [static]
 

int GEOM_tube_geom.e_base = 6 [static]
 

tuple GEOM_tube_geom.base_bot = MakeBox(0.,0.,0.,L_base,l_base,e_base) [static]
 

tuple GEOM_tube_geom.base_top = MakeTranslation(base_bot,0.,0.,h_base-e_base) [static]
 

tuple GEOM_tube_geom.base_front = MakeBox(0,0,0,L_base,e_base,h_base) [static]
 

tuple GEOM_tube_geom.base_rear = MakeTranslation(base_front,0.,l_base,0.) [static]
 

tuple GEOM_tube_geom.tmp = MakeBoolean(base_top,base_rear,3) [static]
 

tuple GEOM_tube_geom.tmp = MakeBoolean(tmp,base_bot,3) [static]
 

tuple GEOM_tube_geom.base = MakeBoolean(tmp,base_front,3) [static]
 

int GEOM_tube_geom.L_trav = 60 [static]
 

int GEOM_tube_geom.h_trav = 300 [static]
 

int GEOM_tube_geom.e_trav = 7 [static]
 

int GEOM_tube_geom.marge = 15 [static]