Interfaces > Core Interfaces > visualMS |
The visualMS Core Interface exposes the Visual MAXScript editor.
Creates a VMS instance that is initially hidden. Call the Visual MAXScript form object’s .Open method to display it. See visualMSForm [Mixin Interface] below.
Creates a VMS instance from the given MAXScript file.
Mixin Interface: visualMS.createForm(...)
Opens the Visual MAXScript Form.
Closes the Visual MAXScript Form.
Generates a script from the Form. Writes the generated script into the by-reference variable. Returns true on success.