Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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)

layoutnew(title) - A function that sets a current page to the layout space named "title".
layoutset(title) :=

  • concat("-layout",sp,"s",sp,title)