Version: 9.12.0
GEOM::IVTKOperations Interface Reference

Interface for VTKPlugin modeling functions.

import"VTKPlugin.idl";

Inheritance diagram for GEOM::IVTKOperations:
Inheritance graph

Public Member Functions

void ExportVTK (in GEOM::GEOM_Object theObject, in string theFileName, in double theDeflection)
 Export the given shape into a file with given name in VTK format. 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

◆ ExportVTK()

void GEOM::IVTKOperations::ExportVTK ( in GEOM::GEOM_Object  theObject,
in string  theFileName,
in double  theDeflection 
)
Parameters
theObjectShape to be stored in the file.
theFileNameName of the file to store the given shape in.
theDeflectionDeflection of the given shape.

The documentation for this interface was generated from the following file: