Source Settings Function
- Last UpdatedFeb 25, 2025
- 1 minute read
A Native license allows the simplification of any supported format, while a Basic license only allows simplification of STEP files.
Note:
Some of the functions described behave differently depending on the installation and
license.

|
NAME |
RESULT |
ACTION |
|---|---|---|
|
setCadFormat(STRING) |
||
|
NO RESULT |
Set the format of the input CAD file. This string parameter must be one of the following string values (case is significant):
|
|
|
getCadFormat() |
||
|
STRING |
Returns one of the above strings for the currently selected CAD Format. |
|
|
setInputFilePath(STRING) |
||
|
NO RESULT |
Set the path of the input CAD file as a string. The path cannot contain environment variable references or wild cards. (The PathName() function of a PML File object may be useful to expand these) default is ''. |
|
|
getInputFilePath() |
||
|
STRING |
Returns the path of the most recent input file. |
|