Example #1
0
 def add_attribute(self, v):
     v = VtableElement.add_attribute(self, v) 
     v['use_face_parallel'] = False
     v['face_parallel_txt1'] = ''
     v['face_parallel_txt2'] = ''                
     v['use_3_points'] = False
     v['by_3_points_txt1'] = ''
     v['by_3_points_txt2'] = ''
     v['by_3_points_txt3'] = ''
     
     return v
Example #2
0
 def add_attribute(self, v):
     v = VtableElement.add_attribute(self, v) 
     v['use_normal'] = False
     v['use_fromto_points'] = False
     v['fromto_points_txt1'] = ''
     v['fromto_points_txt2'] = ''
     v['fromto_points_use_dist'] = False
     v['reverse_dir_normal'] = False
     v['reverse_dir_fromto'] = False
     v['use_normalp'] = False
     v['normalp_dest'] = ''
     v['reverse_dir_normalp'] = False        
     
     return v