Model.maskall#
- Model.maskall()#
Masks all supported entities.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#import hm import hm.entities as ent model = hm.Model() model.maskall()