Version: 9.12.0
GEOM::IBREPOperations Interface Reference

Interface for BREPPlugin modeling functions.

import"BREPPlugin.idl";

Inheritance diagram for GEOM::IBREPOperations:
Inheritance graph

Public Member Functions

void ExportBREP (in GEOM::GEOM_Object theObject, in string theFileName)
 Export the given shape into a file with given name in BREP format. More...
 
GEOM::ListOfGO ImportBREP (in string theFileName)
 Import a shape from the BREP file. 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...
 
void StartOperation ()
 Opens a new transaction. More...
 
void FinishOperation ()
 Closes the previously opened transaction. More...
 
void AbortOperation ()
 Aborts the previously opened transaction. More...
 

Member Function Documentation

◆ ExportBREP()

void GEOM::IBREPOperations::ExportBREP ( in GEOM::GEOM_Object  theObject,
in string  theFileName 
)
Parameters
theObjectShape to be stored in the file.
theFileNameName of the file to store the given shape in.

◆ ImportBREP()

GEOM::ListOfGO GEOM::IBREPOperations::ImportBREP ( in string  theFileName)
Parameters
theFileNameThe 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: