Changeset View
Changeset View
Standalone View
Standalone View
add_mesh_extra_objects/geodesic_domes/vefm_271.py
| Context not available. | |||||
| extra_DBG_info(name = "StrutMesh", info_text="vefm L1026\nstrut called: ", info_obj=[base, struttype, width, height, length, widthtog, heighttog, lengthtog, meshname, stretchflag, lift]) | extra_DBG_info(name = "StrutMesh", info_text="vefm L1026\nstrut called: ", info_obj=[base, struttype, width, height, length, widthtog, heighttog, lengthtog, meshname, stretchflag, lift]) | ||||
| mesh.__init__(self) | mesh.__init__(self) | ||||
| ## put in strut prep stuff here | ## put in strut prep stuff here | ||||
| if struttype==None: | if struttype is None: | ||||
| return | return | ||||
| total = 0 | total = 0 | ||||
| divvy = len(base.faces[0].edges) | divvy = len(base.faces[0].edges) | ||||
| Context not available. | |||||
| self.shrink = 1.0 | self.shrink = 1.0 | ||||
| ## put in strut prep stuff here | ## put in strut prep stuff here | ||||
| extra_DBG_info("vefm L1133 HubMesh","base is ", str(dir(base))+"\n and meshname = " + meshname) | extra_DBG_info("vefm L1133 HubMesh","base is ", str(dir(base))+"\n and meshname = " + meshname) | ||||
| if hubtype==None: | if hubtype is None: | ||||
| return | return | ||||
| total = 0 | total = 0 | ||||
| divvy = len(base.faces[0].edges) | divvy = len(base.faces[0].edges) | ||||
| Context not available. | |||||