update_geometry_property#
- Modeler2D.update_geometry_property(assignment, name=None, value=None)#
Update property of assigned geometry objects.
- Parameters:
- assignment
str,orlist Object name or list of object names to be updated.
- name
str,optional Property name to change. The default is
None, in which case no property is updated. Available options are:"display_wireframe", “material”`, and “solve_inside”`.- valuebool or
str,optional Property value. The default is
Nonein which case no value is assigned.
- assignment
- Returns:
- bool
Truewhen successful,Falsewhen failed.