You are viewing the documentation for an older COMSOL version. The latest version is available here.
Automatic Rebuild
The autoRebuild setting controls if the geometry sequence is automatically rebuilt when clicking a node in the model tree outside the geometry sequence. You can change it by entering:
model.component(<ctag>).geom(<tag>).autoRebuild(<newAutoRebuild>);
where <newAutoRebuild> is on or off.
The default geometry representation is controlled by the preference setting Geometry>Automatic rebuild when leaving geometry>Default in new geometries.
The autoBuildNew setting controls if certain geometry operations will be built automatically when you add them, provided that you have preselected a sufficient number of entities or objects. You can change it by entering:
model.component(<ctag>).geom(<tag>).autoBuildNew(<AutoBuildNew>);
where <AutoBuildNew> is true or false.
The default for building geometry operations automatically is controlled by the preference setting Geometry>Build new operations automatically>Default in new geometries.