#include <BRepToIGES_BREntity.hxx>
Inheritance diagram for BRepToIGES_BREntity:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepToIGES_BREntity () |
Creates a tool BREntity . | |
Standard_EXPORT void | Init () |
Initializes the field of the tool BREntity with default creating values. . | |
Standard_EXPORT void | SetModel (const Handle(IGESData_IGESModel)&model) |
Set the value of "TheModel" . | |
Standard_EXPORT Handle_IGESData_IGESModel | GetModel () const |
Returns the value of "TheModel" . | |
Standard_EXPORT Standard_Real | GetUnit () const |
Returns the value of the UnitFlag of the header of the model in meters. . | |
Standard_EXPORT void | SetTransferProcess (const Handle(Transfer_FinderProcess)&TP) |
Set the value of "TheMap" . | |
Standard_EXPORT Handle_Transfer_FinderProcess | GetTransferProcess () const |
Returns the value of "TheMap" . | |
virtual Standard_EXPORT Handle_IGESData_IGESEntity | TransferShape (const TopoDS_Shape &start) |
Returns the result of the transfert of any Shape If the transfer has failed, this member return a NullEntity. . | |
Standard_EXPORT void | AddFail (const TopoDS_Shape &start, const Standard_CString amess) |
Records a new Fail message . | |
Standard_EXPORT void | AddWarning (const TopoDS_Shape &start, const Standard_CString amess) |
Records a new Warning message . | |
Standard_EXPORT void | AddFail (const Handle(Standard_Transient)&start, const Standard_CString amess) |
Records a new Fail message . | |
Standard_EXPORT void | AddWarning (const Handle(Standard_Transient)&start, const Standard_CString amess) |
Records a new Warning message . | |
Standard_EXPORT Standard_Boolean | HasShapeResult (const TopoDS_Shape &start) const |
Returns True if start was already treated and has a result in "TheMap" else returns False. . | |
Standard_EXPORT Handle_Standard_Transient | GetShapeResult (const TopoDS_Shape &start) const |
Returns the result of the transfer of the Shape "start" contained in "TheMap" . (if HasShapeResult is True). . | |
Standard_EXPORT void | SetShapeResult (const TopoDS_Shape &start, const Handle(Standard_Transient)&result) |
set in "TheMap" the result of the transfer of the Shape "start". | |
Standard_EXPORT Standard_Boolean | HasShapeResult (const Handle(Standard_Transient)&start) const |
Returns True if start was already treated and has a result in "TheMap" else returns False. . | |
Standard_EXPORT Handle_Standard_Transient | GetShapeResult (const Handle(Standard_Transient)&start) const |
Returns the result of the transfer of the Transient "start" contained in "TheMap" . (if HasShapeResult is True). . | |
Standard_EXPORT void | SetShapeResult (const Handle(Standard_Transient)&start, const Handle(Standard_Transient)&result) |
set in "TheMap" the result of the transfer of the Transient "start". | |
Standard_EXPORT Standard_Boolean | GetConvertSurfaceMode () const |
Returns mode for conversion of surfaces (value of parameter write.convertsurface.mode) . | |
Standard_EXPORT Standard_Boolean | GetPCurveMode () const |
Returns mode for writing pcurves (value of parameter write.surfacecurve.mode) . | |
virtual Standard_EXPORT void | Delete () |
virtual Standard_EXPORT | ~BRepToIGES_BREntity () |
Private Attributes | |
Handle_IGESData_IGESModel | TheModel |
Standard_Real | TheUnitFactor |
Standard_Boolean | myConvSurface |
Standard_Boolean | myPCurveMode |
Handle_Transfer_FinderProcess | TheMap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in BRepToIGES_BRShell, BRepToIGES_BRSolid, BRepToIGES_BRWire, and BRepToIGESBRep_Entity. |
|
Reimplemented in BRepToIGES_BRShell, BRepToIGES_BRSolid, BRepToIGES_BRWire, and BRepToIGESBRep_Entity. |
|
Reimplemented in BRepToIGES_BRShell, BRepToIGES_BRSolid, BRepToIGES_BRWire, and BRepToIGESBRep_Entity. |
|
|
|
|
|
|
|
|
|
Reimplemented in BRepToIGESBRep_Entity. |
|
|
|
|
|
|
|
|
|
|