Batch create SubD from File
From:
Michael Gibson
29 Mar 2021 (2 of 5)
10255.2
In reply to
10255.1
Hi Stan, so for opening a STEP file you were probably using moi.geometryDatabase.open() ?
For opening a sub-d file same as the SubD > Create > From file on the side pane, use this:
moi.geometryDatabase.fileImportSubD();
- Michael