You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolution of issue #4010 makes some keyword arguments for primitives obsolete. For example, app.modeler.create_rectangle(matname="Copper") can be replaced by app.modeler.create_rectangle(material_name).
Steps for implementing the feature
The method GeometryModeler._create_object() will map variable keyword arguments to their corresponding properties.
Useful links and references
No response
The text was updated successfully, but these errors were encountered:
Description of the feature
Resolution of issue #4010 makes some keyword arguments for primitives obsolete. For example,
app.modeler.create_rectangle(matname="Copper")
can be replaced byapp.modeler.create_rectangle(material_name)
.Steps for implementing the feature
The method
GeometryModeler._create_object()
will map variable keyword arguments to their corresponding properties.Useful links and references
No response
The text was updated successfully, but these errors were encountered: