STEP Import/Export Methods
Methods have been added for importing and exporting STEP files.
Basic | Standard | Professional |
---|---|---|
- | - | O |
Usage
The methods can be entered in the Script Window or loaded as Python Script (*.py) files.
The full path of the STEP file should be used. Using a double quotation mark (") will open a file dialog.
- Loading a STEP file
xshade.scene().load_STEP(path)
- Saving a STEP file
xshade.scene().save_STEP(path)
Note Available in Shade3D Professional.