Interface for STEPPlugin modeling functions.
import "STEPPlugin.idl";
- Parameters
-
theObject | Shape to be stored in the file. |
theFileName | Name of the file to store the given shape in. |
theUnit | the length unit. |
GEOM::ListOfGO GEOM::ISTEPOperations::ImportSTEP |
( |
in string |
theFileName, |
|
|
in boolean |
theIsIgnoreUnits, |
|
|
in boolean |
IsCreateAssemblies |
|
) |
| |
- Parameters
-
theFileName | The file, containing the shape. |
theIsIgnoreUnits | If True, file length units will be ignored (set to 'meter') and result model will be scaled, if its units are not meters. If False (default), file length units will be taken into account. |
IsCreateAssemblies | If True, for each assembly compound is created in the result. If False Compounds that contain a single shape are eliminated from the result. |
- Returns
- List of GEOM_Objects, containing the created shape and propagation groups.
string GEOM::ISTEPOperations::ReadValue |
( |
in string |
theFileName, |
|
|
in string |
theParameterName |
|
) |
| |
- Parameters
-
theFileName | The file, containing the shape. |
theParameterName | Specify the parameter. For example, pass "LEN_UNITS" to obtain length units, in which the file is written. |
- Returns
- Value of requested parameter in form of text string.
The documentation for this interface was generated from the following file: