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
4 Click OK to close the File Options dialog box.
Quick Reference
You can use the following Navisworks tags with SQL queries:
Property Tags
%prop("category","property") Property of the currently selected object. Category is the name of the tab in the
property windows (for example, Item or Entity Handle) and property is the name of the property in that tab (for
example, Value or Layer).
%intprop("category","property") Property of the currently selected object. This is the same as the previous tag
except instead of using the publicly visible category and property name use the internal Navisworks names. The
benefit of using internal names is that they are not language dependent. This is advanced tag suitable for users
familiar with the Autodesk Navisworks API.
File and Path Tags
%sourcepath This tag represents the full path and filename that the currently selected object comes from. Even
when a collection of model files have been combined into a single NWD file this tag still remembers the path
and filename of the original model file.
%currentpath This tag represents the full path and filename of the currently loaded model. If you currently
have an NWF or NWD loaded that contains many other models it will just return the path and filename of the
top level NWF/NWD.
File and Path Manipulation Tags
%removeext("text") If the provided text includes a filename with an extension, this tag removes the extension.
%removepath("text") If the provided text includes a path and filename, this tag remove the paths and just
returns the filename.
%poppath("text") If the provided text includes a path, this tag removes the top level. If it the text also includes
a filename, it counts as the top level and is removed. For example, %poppath(“c:\temp”) becomes c:\ and
%popath(c:\temp\readme.txt”) becomes c:\temp.
%pushpath("text1","text2") If text1 is a path and text2 is a file or folder name, then text2 is added onto the
path in text1. For example, %pushpath(“c:\test”,”model.nwd”) becomes c:\test\model.nwd.
String Manipulation Tags
%join("text","text") This tag simply joins the two pieces of text together. For example, %join(“c:\”,”model.nwd”)
returns c:\model.nwd.
External Database Links | 243