2011
Table Of Contents
- Contents
- Welcome to Autodesk Navisworks Simulate 2011
- What Is New in This Release?
- How to Get Assistance
- Finding Information Using the InfoCenter
- Get More Help
- Learn the Product
- View the Product Readme
- Join the Customer Involvement Program
- Installation
- Quick Start to Stand-Alone Installation
- Prepare for Installation
- Install and Run Autodesk Navisworks Simulate 2011
- Move to Autodesk Navisworks from a Previous Release
- Install Autodesk Navisworks for Multiple Users
- Quick Start to Network Administration and Deployment
- Set Up a Deployment
- Installation Troubleshooting
- General Installation Issues
- How can I check my graphics card driver to see if it needs to be updated?
- When performing a Typical installation, what gets installed?
- Why should I specify the Project Folder and Site Folder?
- How do I share the Autodesk Navisworks settings on a site and project basis?
- Where are my product manuals?
- How do I register and activate Autodesk Navisworks?
- Deployment Issues
- Licensing Issues
- Networking Issues
- Uninstall and Maintenance Issues
- When adding or removing features, how can I tell what features get installed by default?
- Is it possible to change the installation folder when adding or removing features?
- When should I reinstall the product instead of a repair?
- Do I need my original DVD to reinstall my software?
- When I uninstall my software, what files are left on my system?
- General Installation Issues
- Quick Start to Stand-Alone Installation
- Quick Start
- Start and Quit Autodesk Navisworks
- Automatically Save and Recover Navisworks Files
- Command Line Options
- The User Interface
- Navigation with the Wheel Button
- Autodesk Navisworks Options
- Location Options
- Display Units
- Profiles
- Search Directories
- Gizmos
- Get a Whole-Project View
- Work with Files
- Native File Formats
- Compatible CAD Applications
- Use File Readers
- 3DS File Reader
- ASCII Laser Scan File Reader
- Bentley AutoPLANT File Reader
- CIS/2 File Reader
- DWG/DXF File Reader
- DWF File Reader
- DGN File Reader
- Faro Scan File Reader
- FBX File Reader
- IFC File Reader
- IGES File Reader
- Inventor File Reader
- JTOpen File Reader
- Leica Scan File Reader
- MAN File Reader
- Parasolid File Reader
- PDS File Reader
- Riegl Scan File Reader
- RVM File Reader
- SAT File Reader
- SketchUp SKP File Reader
- STEP File Reader
- STL File Reader
- VRML File Reader
- Z+F Scan File Reader
- Use File Exporters
- Manage Files
- View Scene Statistics
- Explore Your Model
- Control Model Appearance and Render Quality
- Review Your Model
- Use Viewpoints and Sectioning Modes
- Record and Play Animations
- Work Within a Team
- Share Data
- Work with Files
- Animate Objects
- Create Photorealistic Visualizations
- Simulate Construction Scheduling
- Autodesk Navisworks Reference
- Animation Export Dialog Box
- Background Settings Dialog Box
- Collision Dialog Box
- Convert Object Properties Dialog Box
- Culling Options Dialog Box
- Customize Dialog Box
- Default Collision Dialog Box
- Edit Key Frame Dialog Box
- Edit Link Dialog Box
- Edit Viewpoint Dialog Box
- Export Rendered Image Dialog Box
- File Options Dialog Box
- File Units and Transform Dialog Box
- Image Export Dialog Box
- InfoCenter Settings Dialog Box
- New Link Dialog Box
- Options Editor Dialog Box
- Publish Dialog Box
- Piranesi EPix Dialog Box
- QTVR Object Movie Settings Dialog Box
- Section Plane Settings Dialog Box
- Glossary
- Index
2 Right-click in the tree view, and click Add New Folder on the shortcut menu.
3 Click the default folder name, and type in a new name.
TIP Use names that can help you to identify your scripts in future.
4 Select a script you want to add to your new folder. Hold down the left mouse button, and drag the mouse
to the folder name. When the mouse pointer changes to an arrow, release the mouse button to drop the
script into the folder.
Alternatively, select the script, and hold down the right mouse button. Drag the mouse to the folder name.
When the mouse pointer changes to an arrow, release the right mouse button, and click Move Here on the
shortcut menu.
Work with Events
An event is the occurrence of an incident or a situation, such as a mouse click, key press, or collision, which
determines whether your script is run or not.
Your script can have more than one event in it. However, the way you combine all event conditions in the script
becomes very important. That is you need to ensure the Boolean logic makes sense, the brackets are closed
properly, and so on.
NOTE Until the combination of all event conditions in the script is satisfied, your script will not be executed.
Event Types
The following event types are available in Navisworks:
■ On Start - event triggers a script as soon as scripting is enabled. If scripting is enabled when a file is loaded,
then any start events in the file will be triggered immediately. This is useful for setting up the initial conditions
of your script, such as giving initial values to variables, or moving the camera to a defined start point.
■ On Timer - event triggers a script at predefined time intervals.
■ On Key Press - event triggers a script with a specific button on the keyboard.
■ On Collision - event triggers a script when the camera collides with a specific object.
■ On Hotspot - event triggers a script when the camera is within a specific range of a hotspot.
■ On Variable - event triggers a script when a variable meets a predefined criterion.
■ On Animation - event triggers a script when a specific animation starts or stops.
346 | Chapter 13 Animate Objects