ScriptEditor
Inheritance
The ScriptEditor object is derived from the Object object.
Usage locations
The ScriptEditor object can be accessed from the following locations:
- Properties
- Application object has property ScriptEditorWindow.
Usage locations
The ScriptEditor object can be accessed from the following locations:
- Properties
- MockApplication object has property ScriptEditorWindow.
- MockApplicationForSchematics object has property ScriptEditorWindow.
- MockApplicationForCables object has property ScriptEditorWindow.
- MockMeshApplication object has property ScriptEditorWindow.
- MockApplicationForOptimisation object has property ScriptEditorWindow.
- MockVoxelsApplication object has property ScriptEditorWindow.
Property List
Property List (internal only)
- ActiveScript
- (Read only AbstractScript)
- HasOpenScripts
- (Read only boolean)
- HasScriptFailed
- (Read/Write boolean)
- IsAScriptRunning
- (Read/Write boolean)
- IsScriptPaused
- (Read/Write boolean)
- Path
- (Read only string)
Method List
- Delete ()
- Deletes the entity.
- Duplicate ()
- Duplicates the entity. (Returns a Object object.)
- GetProperties ()
- Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step. (Returns a table object.)
- SetProperties (properties Object)
- Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
Method List (internal only)
- Activate ( AbstractScript)
- Close ( AbstractScript)
- Exit ()
- Open ( AbstractScript)
- (Returns a AbstractScript object.)
- OpenFiles ( string)
- (Returns a AbstractScript object.)
- Pause ( AbstractScript)
- Run ( AbstractScript)
- RunWithoutEditor ( AbstractScript)
- Save ( AbstractScript)
- Step ( AbstractScript)
- Stop ( AbstractScript)
- TakeOwnership ( AbstractScript)
Static Function List
- GetDefaultProperties ()
- Creates a table containing the default settings to create an object. (Returns a table object.)
Property Details
Property Details (internal only)
Method Details
- Delete ()
- Deletes the entity.
- Duplicate ()
- Duplicates the entity.
- Return
- Object
- The new (duplicated) entity.
- GetProperties ()
- Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step.
- Return
- table
- A table defining the properties.
- SetProperties (properties Object)
- Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
- Input Parameters
- properties(Object)
- A table of properties defining the new state of the object.
Method Details (internal only)
- Activate ( AbstractScript)
- Input Parameters
- Close ( AbstractScript)
- Input Parameters
- Exit ()
- Open ( AbstractScript)
- Input Parameters
- Return
- OpenFiles ( string)
- Input Parameters
- (string)
- Return
- Pause ( AbstractScript)
- Input Parameters
- Run ( AbstractScript)
- Input Parameters
- RunWithoutEditor ( AbstractScript)
- Input Parameters
- Save ( AbstractScript)
- Input Parameters
- Step ( AbstractScript)
- Input Parameters
- Stop ( AbstractScript)
- Input Parameters
- TakeOwnership ( AbstractScript)
- Input Parameters
Static Function Details
- GetDefaultProperties ()
- Creates a table containing the default settings to create an object.
- Return
- table
- A table containing the default properties.