Model.maskreverseall2#

Model.maskreverseall2()#

Reverses the masking state of all supported 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 and vectors.

Example#

Reverse the masking of all supported entities in the displayed collectors#
import hm
import hm.entities as ent

model = hm.Model()

model.maskreverseall2()