Model.masknotshown2#

Model.masknotshown2()#

Masks all supported entities not in the current view window. 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#

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.masknotshown2()