LoadInventorFile¶
- MacroModule¶
author
package
definition
Purpose¶
The LoadInventorFile module allows for loading an Open Inventor (.iv) file. It is similar to SoFile but provides more control on the update behavior and directly outputs the loaded scene on its output, while SoFile hides its children.
Parameter Fields¶
Visible Fields¶
Load¶
- name: load, type: Trigger¶
When pressed, the file is loaded.
Clear¶
- name: clear, type: Trigger¶
When pressed, the output is cleared.
Filename¶
- name: filename, type: String¶
Sets the filename of the .iv file to load.
Update Mode¶
- name: updateMode, type: Enum, default: AutoUpdate¶
Defines the update behavior.
Values:
Title |
Name |
|---|---|
Auto Clear |
AutoClear |
Auto Update |
AutoUpdate |
Off |
Off |