Interface for IGESPlugin modeling functions.
import "IGESPlugin.idl";
void GEOM::IIGESOperations::ExportIGES |
( |
in GEOM::GEOM_Object |
theObject, |
|
|
in string |
theFileName, |
|
|
in string |
theVersion |
|
) |
| |
- Parameters
-
theObject | Shape to be stored in the file. |
theFileName | Name of the file to store the given shape in. |
theVersion | Version of IGES format which defines, whether to write only faces (5.1 IGES format) or shells and solids also (5.3 IGES format). |
GEOM::ListOfGO GEOM::IIGESOperations::ImportIGES |
( |
in string |
theFileName, |
|
|
in boolean |
theIsIgnoreUnits |
|
) |
| |
- 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. |
- Returns
- List of GEOM_Objects, containing the created shape and propagation groups.
string GEOM::IIGESOperations::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: