Package SMESH_test3


Variables

 pi = math.pi
tuple xa = math.sin(pi/12)
int ya = 0
tuple za = math.cos(pi/12)
int xb = 0
tuple yb = math.sin(pi/18)
tuple zb = math.cos(pi/18)
tuple xc = math.cos(-pi/18)
int yc = 0
tuple zc = math.sin(-pi/18)
int rc1 = 150
int rc2 = 150
int rc3 = 150
int rc4 = 300
int hc1 = 300
int hc2 = 2
int hc3 = 2
int hc4 = 2
tuple point_0 = geompy.MakeVertex(0, 0, 0)
tuple point_z = geompy.MakeVertex(0, 0, 1)
tuple point_a = geompy.MakeVertex(xa, ya, za)
tuple point_b = geompy.MakeVertex(xb, yb, zb)
tuple point_c = geompy.MakeVertex(xc, yc, zc)
tuple dir_z = geompy.MakeVector(point_0, point_z)
tuple dir_a = geompy.MakeVector(point_0, point_a)
tuple dir_b = geompy.MakeVector(point_0, point_b)
tuple dir_c = geompy.MakeVector(point_0, point_c)
 axe_z = dir_z
 axe_a = dir_a
 axe_b = dir_b
 axe_c = dir_c
tuple cyl_1 = geompy.MakeCylinder(point_0, dir_z, rc1, hc1)
tuple cyl_t = geompy.MakeCylinder(point_0, dir_a, rc2, hc2)
tuple cyl_a = geompy.MakeTranslation(cyl_t, 1.2*rc1, 0.1*rc1, -0.5*hc1)
tuple cyl_t = geompy.MakeCylinder(point_0, dir_b, rc3, hc3)
tuple cyl_b = geompy.MakeTranslation(cyl_t, -1.2*rc1, -0.1*rc1, -0.5*hc1)
tuple cyl_t = geompy.MakeCylinder(point_0, dir_c, rc4, hc4)
tuple cyl_t = geompy.MakeRotation(cyl_t, axe_c, pi/2)
tuple cyl_c = geompy.MakeTranslation(cyl_t, -hc1, 0, 0)
tuple cyl_d = geompy.MakeTranslation(cyl_t, -hc1, 0, 1.3*rc4)
tuple inter_t = geompy.MakeBoolean(cyl_c,cyl_d, 1)
tuple blob_t = geompy.MakeBoolean(cyl_1, cyl_a, 2)
tuple blob_t = geompy.MakeBoolean(blob_t, cyl_b, 2)
tuple blob = geompy.MakeBoolean(blob_t, inter_t, 1)
tuple idblob = geompy.addToStudy(blob,"blob")


Variable Documentation

SMESH_test3.pi = math.pi [static]
 

tuple SMESH_test3.xa = math.sin(pi/12) [static]
 

int SMESH_test3.ya = 0 [static]
 

tuple SMESH_test3.za = math.cos(pi/12) [static]
 

int SMESH_test3.xb = 0 [static]
 

tuple SMESH_test3.yb = math.sin(pi/18) [static]
 

tuple SMESH_test3.zb = math.cos(pi/18) [static]
 

tuple SMESH_test3.xc = math.cos(-pi/18) [static]
 

int SMESH_test3.yc = 0 [static]
 

tuple SMESH_test3.zc = math.sin(-pi/18) [static]
 

int SMESH_test3.rc1 = 150 [static]
 

int SMESH_test3.rc2 = 150 [static]
 

int SMESH_test3.rc3 = 150 [static]
 

int SMESH_test3.rc4 = 300 [static]
 

int SMESH_test3.hc1 = 300 [static]
 

int SMESH_test3.hc2 = 2 [static]
 

int SMESH_test3.hc3 = 2 [static]
 

int SMESH_test3.hc4 = 2 [static]
 

tuple SMESH_test3.point_0 = geompy.MakeVertex(0, 0, 0) [static]
 

tuple SMESH_test3.point_z = geompy.MakeVertex(0, 0, 1) [static]
 

tuple SMESH_test3.point_a = geompy.MakeVertex(xa, ya, za) [static]
 

tuple SMESH_test3.point_b = geompy.MakeVertex(xb, yb, zb) [static]
 

tuple SMESH_test3.point_c = geompy.MakeVertex(xc, yc, zc) [static]
 

tuple SMESH_test3.dir_z = geompy.MakeVector(point_0, point_z) [static]
 

tuple SMESH_test3.dir_a = geompy.MakeVector(point_0, point_a) [static]
 

tuple SMESH_test3.dir_b = geompy.MakeVector(point_0, point_b) [static]
 

tuple SMESH_test3.dir_c = geompy.MakeVector(point_0, point_c) [static]
 

SMESH_test3.axe_z = dir_z [static]
 

SMESH_test3.axe_a = dir_a [static]
 

SMESH_test3.axe_b = dir_b [static]
 

SMESH_test3.axe_c = dir_c [static]
 

tuple SMESH_test3.cyl_1 = geompy.MakeCylinder(point_0, dir_z, rc1, hc1) [static]
 

tuple SMESH_test3.cyl_t = geompy.MakeCylinder(point_0, dir_a, rc2, hc2) [static]
 

tuple SMESH_test3.cyl_a = geompy.MakeTranslation(cyl_t, 1.2*rc1, 0.1*rc1, -0.5*hc1) [static]
 

tuple SMESH_test3.cyl_t = geompy.MakeCylinder(point_0, dir_b, rc3, hc3) [static]
 

tuple SMESH_test3.cyl_b = geompy.MakeTranslation(cyl_t, -1.2*rc1, -0.1*rc1, -0.5*hc1) [static]
 

tuple SMESH_test3.cyl_t = geompy.MakeCylinder(point_0, dir_c, rc4, hc4) [static]
 

tuple SMESH_test3.cyl_t = geompy.MakeRotation(cyl_t, axe_c, pi/2) [static]
 

tuple SMESH_test3.cyl_c = geompy.MakeTranslation(cyl_t, -hc1, 0, 0) [static]
 

tuple SMESH_test3.cyl_d = geompy.MakeTranslation(cyl_t, -hc1, 0, 1.3*rc4) [static]
 

tuple SMESH_test3.inter_t = geompy.MakeBoolean(cyl_c,cyl_d, 1) [static]
 

tuple SMESH_test3.blob_t = geompy.MakeBoolean(cyl_1, cyl_a, 2) [static]
 

tuple SMESH_test3.blob_t = geompy.MakeBoolean(blob_t, cyl_b, 2) [static]
 

tuple SMESH_test3.blob = geompy.MakeBoolean(blob_t, inter_t, 1) [static]
 

tuple SMESH_test3.idblob = geompy.addToStudy(blob,"blob") [static]