2010
Table Of Contents
- Contents
- Welcome to Autodesk Navisworks Simulate 2010
- Installation
- Quick Start to Stand-Alone Installation
- Prepare for Installation
- Install and Run Autodesk Navisworks Simulate 2010
- 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 disk 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
- 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
- CIS2 File Reader
- DWG/DXF/SAT File Reader
- DWF File Reader
- DGN File Reader
- Faro Scan File Reader
- IFC File Reader
- IGES File Reader
- Inventor File Reader
- JTOpen File Reader
- Leica Scan File Reader
- MAN File Reader
- PDS File Reader
- Riegl Scan File Reader
- RVM 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
- 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
- File Options Dialog Box
- File Units and Transform Dialog Box
- New Link Dialog Box
- Edit Link Dialog Box
- Edit Viewpoint Dialog Box
- Options Editor
- Default Collision Dialog Box
- Collision Dialog Box
- Convert Object Properties Dialog Box
- Culling Options Dialog Box
- Customize Dialog Box
- Customize Keyboard Dialog Box
- Edit Key Frame Dialog Box
- Publish Dialog Box
- Background Settings Dialog Box
- QTVR Object Movie Settings Dialog Box
- Export Rendered Image Dialog Box
- Image Export Dialog Box
- Animation Export Dialog Box
- Glossary
- Index
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.
Event Conditions
Events can be combined with a simple Boolean logic. To create an event condition you can use a combination
of brackets and AND/OR operators.
296 | Chapter 13 Animate Objects