Model.unmaskshown2#

Model.unmaskshown2()#

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

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