Interface for STLPlugin modeling functions.
import "STLPlugin.idl";
| void GEOM::ISTLOperations::ExportSTL |
( |
in GEOM::GEOM_Object |
theObject, |
|
|
in string |
theFileName, |
|
|
in boolean |
theIsASCII, |
|
|
in double |
theDeflection, |
|
|
in boolean |
theIsRelative |
|
) |
| |
- Parameters
-
| theObject | Shape to be stored in the file. |
| theFileName | Name of the file to store the given shape in. |
| theIsASCII | The format of the exported file (ASCII or Binary). |
| theDeflection | Deflection of the given shape. |
| theIsRelative | Mode for writing the file. If True (default value), the deflection is calculated from the relative size of the shape; if False, the user defined deflection is used. |
| GEOM::ListOfGO GEOM::ISTLOperations::ImportSTL |
( |
in string |
theFileName | ) |
|
- Parameters
-
| theFileName | The file, containing the shape. |
- Returns
- List of GEOM_Objects, containing the created shape and propagation groups.
The documentation for this interface was generated from the following file: