|
|
The NavisworksApplication type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
NavisworksApplication |
Attempts to start up an instance of Navisworks. This will not make it visible.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AddPluginAssembly |
Adds another assembly that plugins can be loaded from.
Assembly is loaded using the LoadFrom context and can be outside the Application root.
|
|
|
AppendFile |
Appends a Navisworks supported files to the currently loaded file
|
|
|
CreateCache |
Creates a corresponding nwc file for specified file.
|
|
|
DisableProgress |
Normal behavior is that Progress is displayed when performing long operations, even during Automated actions.
Calling this method changes behaviour such that Progress is not displayed in such cirmumstances.
|
|
|
Dispose()()()() | |
|
|
Dispose(Boolean) | |
|
|
EnableProgress |
Normal behavior is that Progress is displayed when performing long operations, even during Automated actions.
This may have been overriden by using DisableProgress,
If so then calling this method will reinstate normal behavior.
|
|
|
Equals | (Inherited from Object.) |
|
|
ExecuteAddInPlugin |
Executes an Addin Plugin whose full name is given by pluginId, passing in the paramaters given.
|
|
|
Finalize | (Overrides Object..::..Finalize()()()().) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetRunningInstance |
Gets hold of currently running instance of the Application.
|
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
OpenFile |
Loads one or more Navisworks supported files
|
|
|
Print()()()() |
Sends the current View to the Printer
|
|
|
Print(String) |
Sends the current View to the Printer
|
|
|
Print(String, String) |
Sends the current View to the Printer
|
|
|
Print(String, String, String) |
Sends the current View to the Printer
|
|
|
SaveFile |
Save the documents loaded using OpenFile to a single Navisworks Document
|
|
|
StayOpen |
Normal behaviour is that the instance of Navisworks closes when the NavisworksApplication is Disposed or Finalized.
|
|
|
ToString | (Inherited from Object.) |
|
|
TryGetRunningInstance |
Gets hold of currently running instance of the Application.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Visible |
Controls whether the Navisworks application GUI is visible
|