Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GEOM::IIGESOperations Interface Reference

Interface for IGESPlugin modeling functions.

import "IGESPlugin.idl";

Inheritance diagram for GEOM::IIGESOperations:
Inheritance graph

Public Member Functions

void ExportIGES (in GEOM::GEOM_Object theObject, in string theFileName, in string theVersion)
 Export the given shape into a file with given name in IGES format. More...
 
GEOM::ListOfGO ImportIGES (in string theFileName, in boolean theIsIgnoreUnits)
 Import a shape from the IGES file. More...
 
string ReadValue (in string theFileName, in string theParameterName)
 Read a value of parameter from a file, containing a shape. More...
 
- Public Member Functions inherited from GEOM::GEOM_IOperations
boolean IsDone ()
 To know, if the operation was successfully performed. More...
 
void SetErrorCode (in string theErrorID)
 Set the operation error code. More...
 
string GetErrorCode ()
 Get the operation error code. More...
 
long GetStudyID ()
 Get ID of study, where the operation is defined. More...
 
void StartOperation ()
 Opens a new transaction. More...
 
void FinishOperation ()
 Closes the previously opened trasaction. More...
 
void AbortOperation ()
 Aborts the previously opened transaction. More...
 

Member Function Documentation

void GEOM::IIGESOperations::ExportIGES ( in GEOM::GEOM_Object  theObject,
in string  theFileName,
in string  theVersion 
)
Parameters
theObjectShape to be stored in the file.
theFileNameName of the file to store the given shape in.
theVersionVersion 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
theFileNameThe file, containing the shape.
theIsIgnoreUnitsIf 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
theFileNameThe file, containing the shape.
theParameterNameSpecify 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: