2009
Table Of Contents
- Autodesk NavisWorks Simulate 2009
- Contents
- Part 1. Welcome to Autodesk NavisWorks Simulate 2009
- Part 2. Installation
- Chapter 3. Quick Start to Stand-Alone Installation
- Chapter 4. Move to NavisWorks from a Previous Release
- Chapter 5. Install NavisWorks for an Individual User
- Chapter 6. Install NavisWorks for Multiple Users
- Quick Start to Network Installation
- System Requirements for a Deployment
- Creating Network Deployments
- Preliminary Tasks for a Network Deployment
- Use the Installation Wizard to Set Up a Deployment
- Start the Deployment Process
- Create a Deployment
- Enter Product and User Information
- Specify Log File Locations
- What Is Silent Mode?
- Customer Involvement Program (CIP)
- Select a License Type (optional)
- Select the Installation Type (optional)
- Final Review and Complete Setup
- Register the Product
- Modify a Deployment (optional)
- Point Users to the Administrative Image
- Uninstall the Program
- Chapter 7. Installation Troubleshooting
- What are the minimum system requirements?
- How can I check my graphics card driver to see if it needs to be updated?
- What is the difference between a stand-alone license and a network license?
- What is the benefit to using a network licensed version of the software?
- When performing a Typical installation, what gets installed?
- Where are my product manuals?
- Deployment Issues
- Networking Issues
- Maintenance Issues
- Part 3. Basic NavisWorks Functionality
- Chapter 8. Overview
- Chapter 9. File Management
- Chapter 10. Converting Files
- File Readers
- NWF Files
- NWD Files
- NWC Files
- DWG and DXF Files
- DWF Files
- Bentley AutoPLANT Files
- 3DS Files
- DGN and PRP Files
- MAN Files
- PDS Files
- IGES Files
- STEP Files
- Inventor Files
- VRML world files
- Riegl Scan Files
- Faro Scan Files
- Leica Scan Files
- Z+F Scan Files
- ASCII Laser Scan Files
- STL Stereolithography files
- AVEVA Review RVM and RVS files
- IFC files
- Sketchup SKP files
- File Exporters
- CAD Previewing
- File Readers
- Chapter 11. Publishing
- Chapter 12. Navigating
- Chapter 13. Selecting Items
- Chapter 14. Finding
- Chapter 15. Editing
- Chapter 16. Display Modes
- Chapter 17. Viewpoints
- Chapter 18. Sectioning
- Chapter 19. Animation
- Chapter 20. Reviewing
- Chapter 21. Object Manipulation
- Chapter 22. Interface
- Chapter 23. Tools
- Chapter 24. Options
- Chapter 25. DataTools
- Chapter 26. Getting Help
- Part 4. Using Presenter
- Part 5. Object Animation
- Part 6. Using TimeLiner
- Glossary
- Index
Full Tag List ”.
For example, if you want to select a database with a certain name (say, test.mdb) that is
always next to the model file (as in the resultant NWD/NWF not the original), type in:
DBQ=%pushpath(%poppath(%currentpath),"test.mdb");
DRIVER={Microsoft Access Driver (*.mdb)};
If you want to select a database with the same name as the original model file (say,
AutoPlant), type in:
DBQ=%join(%removeext(%removepath(%sourcepath)),".mdb");
DRIVER={Microsoft Access Driver (*.mdb)};
4. Select the Hold Open for Application Lifetime check box, if you want to keep the database link
open until you exit NavisWorks.
5. Specify which table in the database to query:
In the SQL String field, click after SELECT, and enter the selection statement, for
example: SELECT * FROM tblBoilerData WHERE "NWUniqueID" =
%prop("Entity Handle", "Value");
This statement instructs NavisWorks to select all columns from the tblBoilerData table,
whilst requiring that the column called NWUniqueID matches a category/property pair
called Entity Handle/Value. For the list of tags you can use in the SQL statement, see “
Full Tag List ”.
6. Select which columns you want to display as link categories on the Properties control box:
Double-click the Fields Name field, type the exact name of the database column, for
example: "PartName", and press Enter.
The Display Name is automatically completed for you, but you can click it, and enter a
different name, if you want. The text entered here is the category name shown on the link
tab of the Properties control bar.
Repeat the above process to list all required categories in the Fields area of the dialog
box.
DataTools
309