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
Query Examples
The examples below illustrate how tags could be used with SQL queries.
■ Selecting all columns from table Test whilst requiring that the column called Entity Handles matches a
category/property pair called Entity Handle/Value and the column called File Name matches the original
filename of the drawing:
SELECT * FROM Test WHERE "Entity Handle" = %prop("Entity Handle","Value") AND “File Name” =
$removeext(%removepath(%sourcepath));
Here the path and the extension of the file name are being stripped, so a file like c:\model\3rdFloorDucts.dwg
would come out as 3rdFloorDucts.
■ Selecting two columns from table Test whilst requiring that the column called Entity Handle matches a
category/property pair called Entity Handle/Value:
SELECT Name,Part FROM Test WHERE "Entity Handle" = %prop("Entity Handle","Value");
■ Selecting all columns from table Test whilst requiring that the column called Value is within a certain range
given by two category/property pairs:
SELECT * FROM Test WHERE Value BETWEEN %prop("Pressure","Minimum") AND
%prop("Pressure","Maximum");
NOTE Tags must not contain white space between the brackets (unless enclosed by quote marks), so
%prop("EntityHandle","Value") works, but %prop("EntityHandle", "Value") does not.
Manipulate Object Attributes
In Autodesk Navisworks, you can manipulate objects’ transforms (translation, rotation, and scale), and also
change appearance (color and transparency) of objects. All object manipulation is carried out in the Scene View.
Any changes that you make to object attributes are considered to be global, (as if they’d been changed in the
original CAD model), and can be saved with Navisworks files. You have an option of resetting object attributes
back to the state they were in when imported from the original CAD files.
Manipulating Object Attributes During Object Animation
You can temporarily modify position, rotation, size, and appearance of geometry objects for animation purposes.
These changes are not global, and can only be saved (or captured) as animation keyframes.
Transform Objects
To transform objects, you can use three visual manipulation tools, or gizmos, available from the Item Tools tab
➤ Transform panel. You can also transform objects numerically.
To get a clearer view of objects as you manipulate them, you can use the Options Editor to adjust the way in
which the current selection is highlighted. For more information, see “
Set Highlighting Method” on page 223.
Using Measure Tools to Transform Objects
You can use the
Measure Tools functionality to move and rotate the currently selected objects.
To move an object with gizmo
1 Select the object you want to move in the Scene View.
2 Click Item Tools tab ➤ Transform panel ➤ Move
.
3 Use the move gizmo to adjust the position of the currently selected object:
■ To move all currently selected objects, place the mouse over the square at the end of the desired axis.
When the cursor changes to
, drag the square on the screen to increase/decrease the translation along
that axis.
244 | Chapter 8 Review Your Model