Model.maskreverse#
- Model.maskreverse(entity_type)#
Reverses the masking state of a specific entity type. For collected entities, only entities in displayed collectors are affected. The valid entities are components (points, lines, surfaces, solids, elements, connectors), points, lines, surfaces, solids, elements (both in components and groups), connectors, groups (elements), multibodies (ellipsoids, mbjoints, mbplanes), ellipsoids, mbjoints, mbplanes, loadcols (loads), loads, equations, systemcols (systems), systems, vectorcols (vectors), vectors, tags, domains, handles, morphconstraints, morphvolumes, shapes and symmetries.
- Parameters:
entity_type (EntityFullType) – The entity type of the selected of entities.
Example#
Reverse the masking of all vectors in the displayed vector collectors#import hm import hm.entities as ent model = hm.Model() model.maskreverse(ent.Vectorcol)