setunassigned_mats#

Modeler2D.setunassigned_mats() bool#

Find unassagned objects and set them to non-model.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.SetPropertyValue

Examples

>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler
>>> obj = GeometryModeler()
>>> obj.setunassigned_mats()