Glyph Version 7.22.2 Mode Types - - - - ReExtrusionSolver |
pw:: ReExtrusionSolverThe re-extrusion solver mode type Derives Frompw::Object pw::Mode pw::Solver pw::ExtrusionSolver NotesThis mode is used to re-extrude an entity that was previously extruded using the pw::ExtrusionSolver mode. To create a mode of this type, use the pw::Application.begin command with the mode ReExtrusionSolver specified, like this: set solver [pw::Application begin ReExtrusionSolver $entities] Summary
run
This action runs the reextrusion solver. Parameters
ReturnsThis action returns nothing. InformationThis command supports progress updates. Unlike most commands that support progress updates, if the user aborts this command, instead of reverting to the previous state the entities being solved will be left as is. ExampleCode $solver run ;# extrude 1 step See also pw.Solver |
This action runs the reextrusion solver.
$solver run ?-entities ents? ?Restart | steps?
This action begins a mode in the application.
pw::Application begin ?-mode_specific_flags? mode ?entities?