OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    BRepToIGES_BRSolid Class Reference

    This class implements the transfer of Shape Entities from Geom To IGES. These can be: . Vertex . Edge . Wire. More...

    #include <BRepToIGES_BRSolid.hxx>

    Inheritance diagram for BRepToIGES_BRSolid:

    Public Member Functions

     BRepToIGES_BRSolid ()
     BRepToIGES_BRSolid (const BRepToIGES_BREntity &BR)
    occ::handle< IGESData_IGESEntityTransferSolid (const TopoDS_Shape &startstart, const Message_ProgressRange &theProgress=Message_ProgressRange())
     Transfer a Shape entity from TopoDS to IGES this entity must be a Solid or a CompSolid or a Compound. If this Entity could not be converted, this member returns a NullEntity.
    occ::handle< IGESData_IGESEntityTransferSolid (const TopoDS_Solid &startstart, const Message_ProgressRange &theProgress=Message_ProgressRange())
     Transfer a Solid entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity.
    occ::handle< IGESData_IGESEntityTransferCompSolid (const TopoDS_CompSolid &startstart, const Message_ProgressRange &theProgress=Message_ProgressRange())
     Transfer an CompSolid entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity.
    occ::handle< IGESData_IGESEntityTransferCompound (const TopoDS_Compound &startstart, const Message_ProgressRange &theProgress=Message_ProgressRange())
     Transfer a Compound entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity.
    Public Member Functions inherited from BRepToIGES_BREntity
     BRepToIGES_BREntity ()
     Creates a tool BREntity.
    void Init ()
     Initializes the field of the tool BREntity with default creating values.
    void SetModel (const occ::handle< IGESData_IGESModel > &model)
     Set the value of "TheModel".
    occ::handle< IGESData_IGESModelGetModel () const
     Returns the value of "TheModel".
    double GetUnit () const
     Returns the value of the UnitFlag of the header of the model in meters.
    void SetTransferProcess (const occ::handle< Transfer_FinderProcess > &TP)
     Set the value of "TheMap".
    occ::handle< Transfer_FinderProcessGetTransferProcess () const
     Returns the value of "TheMap".
    virtual occ::handle< IGESData_IGESEntityTransferShape (const TopoDS_Shape &startstart, const Message_ProgressRange &theProgress=Message_ProgressRange())
     Returns the result of the transfert of any Shape If the transfer has failed, this member return a NullEntity.
    void AddFail (const TopoDS_Shape &startstart, const char *const amess)
     Records a new Fail message.
    void AddWarning (const TopoDS_Shape &startstart, const char *const amess)
     Records a new Warning message.
    void AddFail (const occ::handle< Standard_Transient > &startstart, const char *const amess)
     Records a new Fail message.
    void AddWarning (const occ::handle< Standard_Transient > &startstart, const char *const amess)
     Records a new Warning message.
    bool HasShapeResult (const TopoDS_Shape &startstart) const
     Returns True if start was already treated and has a result in "TheMap" else returns False.
    occ::handle< Standard_TransientGetShapeResult (const TopoDS_Shape &startstart) const
     Returns the result of the transfer of the Shape "start" contained in "TheMap". (if HasShapeResult is True).
    void SetShapeResult (const TopoDS_Shape &startstart, const occ::handle< Standard_Transient > &resultresult)
     set in "TheMap" the result of the transfer of the Shape "start".
    bool HasShapeResult (const occ::handle< Standard_Transient > &startstart) const
     Returns True if start was already treated and has a result in "TheMap" else returns False.
    occ::handle< Standard_TransientGetShapeResult (const occ::handle< Standard_Transient > &startstart) const
     Returns the result of the transfer of the Transient "start" contained in "TheMap". (if HasShapeResult is True).
    void SetShapeResult (const occ::handle< Standard_Transient > &startstart, const occ::handle< Standard_Transient > &resultresult)
     set in "TheMap" the result of the transfer of the Transient "start".
    bool GetConvertSurfaceMode () const
     Returns mode for conversion of surfaces (value of parameter write.convertsurface.mode).
    bool GetPCurveMode () const
     Returns mode for writing pcurves (value of parameter write.surfacecurve.mode).
    virtual ~BRepToIGES_BREntity ()

    Detailed Description

    This class implements the transfer of Shape Entities from Geom To IGES. These can be: . Vertex . Edge . Wire.

    Constructor & Destructor Documentation

    ◆ BRepToIGES_BRSolid() [1/2]

    BRepToIGES_BRSolid::BRepToIGES_BRSolid ( )

    ◆ BRepToIGES_BRSolid() [2/2]

    BRepToIGES_BRSolid::BRepToIGES_BRSolid ( const BRepToIGES_BREntity & BR)

    Member Function Documentation

    ◆ TransferCompound()

    occ::handle< IGESData_IGESEntity > BRepToIGES_BRSolid::TransferCompound ( const TopoDS_Compound & start,
    const Message_ProgressRange & theProgress = Message_ProgressRange() )

    Transfer a Compound entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity.

    ◆ TransferCompSolid()

    occ::handle< IGESData_IGESEntity > BRepToIGES_BRSolid::TransferCompSolid ( const TopoDS_CompSolid & start,
    const Message_ProgressRange & theProgress = Message_ProgressRange() )

    Transfer an CompSolid entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity.

    ◆ TransferSolid() [1/2]

    occ::handle< IGESData_IGESEntity > BRepToIGES_BRSolid::TransferSolid ( const TopoDS_Shape & start,
    const Message_ProgressRange & theProgress = Message_ProgressRange() )

    Transfer a Shape entity from TopoDS to IGES this entity must be a Solid or a CompSolid or a Compound. If this Entity could not be converted, this member returns a NullEntity.

    ◆ TransferSolid() [2/2]

    occ::handle< IGESData_IGESEntity > BRepToIGES_BRSolid::TransferSolid ( const TopoDS_Solid & start,
    const Message_ProgressRange & theProgress = Message_ProgressRange() )

    Transfer a Solid entity from TopoDS to IGES If this Entity could not be converted, this member returns a NullEntity.


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