Jump to content
Jörg

Typing Commands into the Console

Recommended Posts

Here are some basic things to know about typing commands into the console:

  • Use auto-completion CTRL + SPACE in order to complete your commands (you do not have to memorize all commands!).
  • Previously called console commands can be retrieved by using the arrow key (cursor needs to be set in the console widget).
  • There is also a command
    clearConsole()
    

    to remove all console output - just type it into the console. It is also available via the context menu of the console (right mouse click on the title bar of the console).

  • You can create any object by using the console instead of using the menu entries. For instance, a point with name "start" gets created by entering
    point start(1,1,0)
    

    post-8-0-14292700-1357897409_thumb.png

    • The documentation browser gives you all creator commands for any type.

     

    post-8-0-89783000-1357897270_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...