Import Operations
- Last UpdatedFeb 25, 2025
- 1 minute read
Use the functionality to simplify and/or import the input file and to query the file path and any associated messages.
|
NAME |
RESULT |
ACTION |
|---|---|---|
|
simplifyAndImport() |
||
|
NO RESULT |
This function is the equivalent of the Import button on the user interface
|
|
|
SimplifyOnly() |
||
|
NO RESULT |
This function separates out some of the functionality of simplifyAndImport(BOOLEAN) for flexibility.
|
|
|
getSimplifiedFilePath() |
||
|
STRING |
Returns the path of the last simplified .stp file, if saved, and an empty string otherwise. |
|
|
getSimplificationMessage() |
||
|
STRING |
Returns a string containing the messages similar to those sent to the progress window. |
|