*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
General Program Information
Basics - Layout
layoutnew(title) - A function that creates a new paper space of the objects drawn in the model space
layoutnew(title) :=
- concat("-layout",sp,"n",sp,title)
layoutset(title) - A function that sets the layout named "title" as the current page.
layoutset(title) :=
- concat("-layout",sp,"s",sp,title)