Exemple #1
0
 def active_layout_entities(self):
     # required for the drawing setup process
     es = EntitySpace(self.entitydb)
     es.extend(self._filter_entities(paper_space=1))
     return es
Exemple #2
0
 def model_space_entities(self):
     # required for the drawing setup process
     es = EntitySpace(self.entitydb)
     es.extend(self._filter_entities(paper_space=0))
     return es