geom1 is a tag for a geometry object and
r1 is a tag for a rectangle object. The following sections contain multiple examples of using tags to create and edit parts of a model object.
The option Name, available in the
Model Tree Node Text menu in the Model Builder toolbar, represents the name used for scoping. The scope names are used to access the different parts of the model object. This is important, for example, when working with global variables for defining the constraints and objective functions for an optimization study. In the figure below, the variables
mass and
maxStress are referenced by scope names:
comp1.mass and
comp1.maxStress, respectively.
