#include <IGESSelect_WorkLibrary.hxx>
Inheritance diagram for IGESSelect_WorkLibrary:
Public Member Functions | |
Standard_EXPORT | IGESSelect_WorkLibrary (const Standard_Boolean modefnes=Standard_False) |
Creates a IGES WorkLibrary If <modefnes> is given as True, it will work for FNES . | |
Standard_EXPORT Standard_Integer | ReadFile (const Standard_CString name, Handle(Interface_InterfaceModel)&model, const Handle(Interface_Protocol)&protocol) const |
Reads a IGES File and returns a IGES Model (into <mod>), or lets <mod> "Null" in case of Error Returns 0 if OK, 1 if Read Error, -1 if File not opened . | |
Standard_EXPORT Standard_Boolean | WriteFile (IFSelect_ContextWrite &ctx) const |
Writes a File from a IGES Model (brought by <ctx>) Returns False (and writes no file) if <ctx> is not for IGES . | |
Standard_EXPORT void | DumpEntity (const Handle(Interface_InterfaceModel)&model, const Handle(Interface_Protocol)&protocol, const Handle(Standard_Transient)&entity, const Handle(Message_Messenger)&S, const Standard_Integer level) const |
Dumps an IGES Entity with an IGES Dumper. <level> is the one used by IGESDumper. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Static Public Member Functions | |
static Standard_EXPORT Handle_IGESData_Protocol | DefineProtocol () |
Defines a protocol to be adequate for IGES (encompasses ALL the IGES norm including IGESSolid, IGESAppli) . | |
Private Attributes | |
Standard_Boolean | themodefnes |
|
|
|
|
|
Implements IFSelect_WorkLibrary. |
|
Reimplemented from IFSelect_WorkLibrary. |
|
Implements IFSelect_WorkLibrary. |
|
Implements IFSelect_WorkLibrary. |
|
|