Package GEOM_Partition5


Variables

 geom = geompy.geom
tuple p0 = geompy.MakeVertex(0.,0.,0.)
tuple vy = geompy.MakeVectorDXDYDZ(0.,1.,0.)
tuple symPlane = geompy.MakePlane(p0, vy, 10.0)
tuple bo = geompy.MakeBoxDXDYDZ(LX, LY, LZ)
tuple bo = geompy.MakeTranslation(bo, 0.0, -LY/2, -LZ/2)
float gal_diam = 80.0
 gal_lony = LY
float gal_x = 20.0
tuple gal = geompy.MakeCylinder(p0, vy, gal_diam/2, gal_lony)
tuple gal = geompy.MakeTranslation(gal, gal_x, -gal_lony/2, 0.0)
 gpe_x = gal_x
tuple gpe
tuple gpe = geompy.MakeTranslation(gpe, gpe_x, 0, 0)
tuple alv01 = geompy.MakeCylinder(p0, vy, alv_diam/2, alv_long)
tuple alv02 = geompy.MakeMirrorByPlane(alv01, symPlane)
tuple alv0 = geompy.MakeCompound([alv01, alv02])
tuple alv1 = geompy.MakeTranslation(alv0, gal_x-gal_diam/2-alv_sep, 0.0, 0.0)
tuple alv2 = geompy.MakeTranslation(alv1, -alv_del, 0.0, 0.0 )
tuple alv3 = geompy.MakeTranslation(alv2, -alv_del, 0.0, 0.0 )
tuple alv = geompy.MakeCompound([alv1, alv2, alv3])
tuple gallery = geompy.MakePartition([alv, bo], [], [], [gal, gpe])
tuple subshapes = geompy.SubShapeAll(gallery, geompy.ShapeType["SHAPE"])
list alvGOs = []
tuple alvcomp = geompy.MakeCompound(alvGOs)
list boGO = subshapes[6]
list galGO = subshapes[7]
list gpeGO = subshapes[8]
tuple gallery = geompy.MakeCompound([boGO, alvcomp, gpeGO, galGO])
 geom = geompy.geom
tuple p0 = geompy.MakeVertex(0.,0.,0.)
tuple vy = geompy.MakeVectorDXDYDZ(0.,1.,0.)
tuple symPlane = geompy.MakePlane(p0, vy, 10.0)
tuple bo = geompy.MakeBoxDXDYDZ(LX, LY, LZ)
tuple bo = geompy.MakeTranslation(bo, 0.0, -LY/2, -LZ/2)
float gal_diam = 80.0
 gal_lony = LY
float gal_x = 20.0
tuple gal = geompy.MakeCylinder(p0, vy, gal_diam/2, gal_lony)
tuple gal = geompy.MakeTranslation(gal, gal_x, -gal_lony/2, 0.0)
 gpe_x = gal_x
tuple gpe
tuple gpe = geompy.MakeTranslation(gpe, gpe_x, 0, 0)
tuple alv01 = geompy.MakeCylinder(p0, vy, alv_diam/2, alv_long)
tuple alv02 = geompy.MakeMirrorByPlane(alv01, symPlane)
tuple alv0 = geompy.MakeCompound([alv01, alv02])
tuple alv1 = geompy.MakeTranslation(alv0, gal_x-gal_diam/2-alv_sep, 0.0, 0.0)
tuple alv2 = geompy.MakeTranslation(alv1, -alv_del, 0.0, 0.0 )
tuple alv3 = geompy.MakeTranslation(alv2, -alv_del, 0.0, 0.0 )
tuple alv = geompy.MakeCompound([alv1, alv2, alv3])
tuple gallery = geompy.MakePartition([alv, bo], [], [], [gal, gpe])
tuple subshapes = geompy.SubShapeAll(gallery, geompy.ShapeType["SHAPE"])
list alvGOs = []
tuple alvcomp = geompy.MakeCompound(alvGOs)
list boGO = subshapes[6]
list galGO = subshapes[7]
list gpeGO = subshapes[8]
tuple gallery = geompy.MakeCompound([boGO, alvcomp, gpeGO, galGO])


Variable Documentation

GEOM_Partition5.geom = geompy.geom [static]
 

tuple GEOM_Partition5.p0 = geompy.MakeVertex(0.,0.,0.) [static]
 

tuple GEOM_Partition5.vy = geompy.MakeVectorDXDYDZ(0.,1.,0.) [static]
 

tuple GEOM_Partition5.symPlane = geompy.MakePlane(p0, vy, 10.0) [static]
 

tuple GEOM_Partition5.bo = geompy.MakeBoxDXDYDZ(LX, LY, LZ) [static]
 

tuple GEOM_Partition5.bo = geompy.MakeTranslation(bo, 0.0, -LY/2, -LZ/2) [static]
 

float GEOM_Partition5.gal_diam = 80.0 [static]
 

GEOM_Partition5.gal_lony = LY [static]
 

float GEOM_Partition5.gal_x = 20.0 [static]
 

tuple GEOM_Partition5.gal = geompy.MakeCylinder(p0, vy, gal_diam/2, gal_lony) [static]
 

tuple GEOM_Partition5.gal = geompy.MakeTranslation(gal, gal_x, -gal_lony/2, 0.0) [static]
 

GEOM_Partition5.gpe_x = gal_x [static]
 

tuple GEOM_Partition5.gpe [static]
 

Initial value:

geompy.MakeCylinder(
    p0,
    geompy.MakeVectorDXDYDZ(-1.,0.,0.),
    gpe_diam/2,gpe_long)

tuple GEOM_Partition5.gpe = geompy.MakeTranslation(gpe, gpe_x, 0, 0) [static]
 

tuple GEOM_Partition5.alv01 = geompy.MakeCylinder(p0, vy, alv_diam/2, alv_long) [static]
 

tuple GEOM_Partition5.alv02 = geompy.MakeMirrorByPlane(alv01, symPlane) [static]
 

tuple GEOM_Partition5.alv0 = geompy.MakeCompound([alv01, alv02]) [static]
 

tuple GEOM_Partition5.alv1 = geompy.MakeTranslation(alv0, gal_x-gal_diam/2-alv_sep, 0.0, 0.0) [static]
 

tuple GEOM_Partition5.alv2 = geompy.MakeTranslation(alv1, -alv_del, 0.0, 0.0 ) [static]
 

tuple GEOM_Partition5.alv3 = geompy.MakeTranslation(alv2, -alv_del, 0.0, 0.0 ) [static]
 

tuple GEOM_Partition5.alv = geompy.MakeCompound([alv1, alv2, alv3]) [static]
 

tuple GEOM_Partition5.gallery = geompy.MakePartition([alv, bo], [], [], [gal, gpe]) [static]
 

tuple GEOM_Partition5.subshapes = geompy.SubShapeAll(gallery, geompy.ShapeType["SHAPE"]) [static]
 

list GEOM_Partition5.alvGOs = [] [static]
 

tuple GEOM_Partition5.alvcomp = geompy.MakeCompound(alvGOs) [static]
 

list GEOM_Partition5.boGO = subshapes[6] [static]
 

list GEOM_Partition5.galGO = subshapes[7] [static]
 

list GEOM_Partition5.gpeGO = subshapes[8] [static]
 

tuple GEOM_Partition5.gallery = geompy.MakeCompound([boGO, alvcomp, gpeGO, galGO]) [static]
 

GEOM_Partition5.geom = geompy.geom [static]
 

tuple GEOM_Partition5.p0 = geompy.MakeVertex(0.,0.,0.) [static]
 

tuple GEOM_Partition5.vy = geompy.MakeVectorDXDYDZ(0.,1.,0.) [static]
 

tuple GEOM_Partition5.symPlane = geompy.MakePlane(p0, vy, 10.0) [static]
 

tuple GEOM_Partition5.bo = geompy.MakeBoxDXDYDZ(LX, LY, LZ) [static]
 

tuple GEOM_Partition5.bo = geompy.MakeTranslation(bo, 0.0, -LY/2, -LZ/2) [static]
 

float GEOM_Partition5.gal_diam = 80.0 [static]
 

GEOM_Partition5.gal_lony = LY [static]
 

float GEOM_Partition5.gal_x = 20.0 [static]
 

tuple GEOM_Partition5.gal = geompy.MakeCylinder(p0, vy, gal_diam/2, gal_lony) [static]
 

tuple GEOM_Partition5.gal = geompy.MakeTranslation(gal, gal_x, -gal_lony/2, 0.0) [static]
 

GEOM_Partition5.gpe_x = gal_x [static]
 

tuple GEOM_Partition5.gpe [static]
 

Initial value:

geompy.MakeCylinder(
    p0,
    geompy.MakeVectorDXDYDZ(-1.,0.,0.),
    gpe_diam/2,gpe_long)

tuple GEOM_Partition5.gpe = geompy.MakeTranslation(gpe, gpe_x, 0, 0) [static]
 

tuple GEOM_Partition5.alv01 = geompy.MakeCylinder(p0, vy, alv_diam/2, alv_long) [static]
 

tuple GEOM_Partition5.alv02 = geompy.MakeMirrorByPlane(alv01, symPlane) [static]
 

tuple GEOM_Partition5.alv0 = geompy.MakeCompound([alv01, alv02]) [static]
 

tuple GEOM_Partition5.alv1 = geompy.MakeTranslation(alv0, gal_x-gal_diam/2-alv_sep, 0.0, 0.0) [static]
 

tuple GEOM_Partition5.alv2 = geompy.MakeTranslation(alv1, -alv_del, 0.0, 0.0 ) [static]
 

tuple GEOM_Partition5.alv3 = geompy.MakeTranslation(alv2, -alv_del, 0.0, 0.0 ) [static]
 

tuple GEOM_Partition5.alv = geompy.MakeCompound([alv1, alv2, alv3]) [static]
 

tuple GEOM_Partition5.gallery = geompy.MakePartition([alv, bo], [], [], [gal, gpe]) [static]
 

tuple GEOM_Partition5.subshapes = geompy.SubShapeAll(gallery, geompy.ShapeType["SHAPE"]) [static]
 

list GEOM_Partition5.alvGOs = [] [static]
 

tuple GEOM_Partition5.alvcomp = geompy.MakeCompound(alvGOs) [static]
 

list GEOM_Partition5.boGO = subshapes[6] [static]
 

list GEOM_Partition5.galGO = subshapes[7] [static]
 

list GEOM_Partition5.gpeGO = subshapes[8] [static]
 

tuple GEOM_Partition5.gallery = geompy.MakeCompound([boGO, alvcomp, gpeGO, galGO]) [static]