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