#include <BRepToIGES_BRShell.hxx>
Inheritance diagram for BRepToIGES_BRShell:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepToIGES_BRShell () |
Standard_EXPORT | BRepToIGES_BRShell (const BRepToIGES_BREntity &BR) |
Standard_EXPORT Handle_IGESData_IGESEntity | TransferShell (const TopoDS_Shape &start) |
Transfert an Shape entity from TopoDS to IGES This entity must be a Face or a Shell. If this Entity could not be converted, this member returns a NullEntity. . | |
Standard_EXPORT Handle_IGESData_IGESEntity | TransferShell (const TopoDS_Shell &start) |
Transfert an Shell entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity. . | |
Standard_EXPORT Handle_IGESData_IGESEntity | TransferFace (const TopoDS_Face &start) |
Transfert a Face entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity. . |
|
|
|
|
|
Reimplemented from BRepToIGES_BREntity. |
|
Reimplemented from BRepToIGES_BREntity. |
|
Reimplemented from BRepToIGES_BREntity. |
|
|
|
|
|
|