Model.maskreverseall#
- Model.maskreverseall()#
Reverses the masking state of all supported entities. 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#
Reverse the masking of all supported entities in the displayed collectors#import hm import hm.entities as ent model = hm.Model() model.maskreverseall()