Model.masknotshown#
- Model.masknotshown()#
Masks all supported entities not in the current view window. For collected entities, only entities in displayed collectors are affected. The valid entities are points, lines, surfaces, solids, elements (both in components and groups), connectors, ellipsoids, mbjoints, mbplanes, loads, equations, systems, vectors, tags, domains, handles, morphconstraints, morphvolumes, shapes and symmetries.
Example#
Mask all supported entities in the displayed collectors that are not in the current view window#import hm import hm.entities as ent model = hm.Model() model.masknotshown()