OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    TransferBRep_BinderOfShape.hxx File Reference
    #include <Standard.hxx>
    #include <TopoDS_Shape.hxx>
    #include <Transfer_Binder.hxx>
    #include <Standard_Type.hxx>
    #include <Standard_CString.hxx>

    Data Structures

    class  TransferBRep_BinderOfShape
     Allows direct binding between a starting Object and the Result of its transfer when it is Unique. The Result itself is defined as a formal parameter <Shape from TopoDS> Warning : While it is possible to instantiate BinderOfShape with any Type for the Result, it is not advisable to instantiate it with Transient Classes, because such Results are directly known and managed by TransferProcess & Co, through SimpleBinderOfTransient : this class looks like instantiation of BinderOfShape, but its method ResultType is adapted (reads DynamicType of the Result). More...