Package GEOM_example


Variables

int ind = 0
list boxlist = []
int x1 = 10
int y1 = 0
int z1 = 0
int x2 = 10
int y2 = 20
int z2 = 30
tuple point1 = geompy.MakeVertex(x1, y1, z1)
string name1 = "point1_%d"
tuple id_pt1 = geompy.addToStudy(point1, name1)
tuple point2 = geompy.MakeVertex(x2, y2, z2)
string name2 = "point2_%d"
tuple id_pt2 = geompy.addToStudy(point2, name2)
string name = "box%d"
tuple box = geompy.MakeBoxTwoPnt(point1, point2)
tuple id_box = geompy.addToStudy(box, name)
int ind = 1
int ind = 0
list boxlist = []
int x1 = 10
int y1 = 0
int z1 = 0
int x2 = 10
int y2 = 20
int z2 = 30
tuple point1 = geompy.MakeVertex(x1, y1, z1)
string name1 = "point1_%d"
tuple id_pt1 = geompy.addToStudy(point1, name1)
tuple point2 = geompy.MakeVertex(x2, y2, z2)
string name2 = "point2_%d"
tuple id_pt2 = geompy.addToStudy(point2, name2)
string name = "box%d"
tuple box = geompy.MakeBoxTwoPnt(point1, point2)
tuple id_box = geompy.addToStudy(box, name)
int ind = 1


Variable Documentation

int GEOM_example.ind = 0 [static]
 

list GEOM_example.boxlist = [] [static]
 

int GEOM_example.x1 = 10 [static]
 

int GEOM_example.y1 = 0 [static]
 

int GEOM_example.z1 = 0 [static]
 

int GEOM_example.x2 = 10 [static]
 

int GEOM_example.y2 = 20 [static]
 

int GEOM_example.z2 = 30 [static]
 

tuple GEOM_example.point1 = geompy.MakeVertex(x1, y1, z1) [static]
 

string GEOM_example.name1 = "point1_%d" [static]
 

tuple GEOM_example.id_pt1 = geompy.addToStudy(point1, name1) [static]
 

tuple GEOM_example.point2 = geompy.MakeVertex(x2, y2, z2) [static]
 

string GEOM_example.name2 = "point2_%d" [static]
 

tuple GEOM_example.id_pt2 = geompy.addToStudy(point2, name2) [static]
 

string GEOM_example.name = "box%d" [static]
 

tuple GEOM_example.box = geompy.MakeBoxTwoPnt(point1, point2) [static]
 

tuple GEOM_example.id_box = geompy.addToStudy(box, name) [static]
 

int GEOM_example.ind = 1 [static]
 

int GEOM_example.ind = 0 [static]
 

list GEOM_example.boxlist = [] [static]
 

int GEOM_example.x1 = 10 [static]
 

int GEOM_example.y1 = 0 [static]
 

int GEOM_example.z1 = 0 [static]
 

int GEOM_example.x2 = 10 [static]
 

int GEOM_example.y2 = 20 [static]
 

int GEOM_example.z2 = 30 [static]
 

tuple GEOM_example.point1 = geompy.MakeVertex(x1, y1, z1) [static]
 

string GEOM_example.name1 = "point1_%d" [static]
 

tuple GEOM_example.id_pt1 = geompy.addToStudy(point1, name1) [static]
 

tuple GEOM_example.point2 = geompy.MakeVertex(x2, y2, z2) [static]
 

string GEOM_example.name2 = "point2_%d" [static]
 

tuple GEOM_example.id_pt2 = geompy.addToStudy(point2, name2) [static]
 

string GEOM_example.name = "box%d" [static]
 

tuple GEOM_example.box = geompy.MakeBoxTwoPnt(point1, point2) [static]
 

tuple GEOM_example.id_box = geompy.addToStudy(box, name) [static]
 

int GEOM_example.ind = 1 [static]