setunassigned_mats#
- Modeler2D.setunassigned_mats() bool#
Find unassagned objects and set them to non-model.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.SetPropertyValue
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.setunassigned_mats()