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
    Poly_MakeLoops::Link Struct Reference

    The Link structure. More...

    #include <Poly_MakeLoops.hxx>

    Public Member Functions

     Link ()
     Link (int theNode1, int theNode2)
    void Reverse ()
    bool IsReversed () const
    void Nullify ()
    bool IsNull () const
    bool operator== (const Link &theOther) const

    Data Fields

    int node1
    int node2
    int flags

    Detailed Description

    The Link structure.

    Constructor & Destructor Documentation

    ◆ Link() [1/2]

    Poly_MakeLoops::Link::Link ( )
    inline

    ◆ Link() [2/2]

    Poly_MakeLoops::Link::Link ( int theNode1,
    int theNode2 )
    inline

    Member Function Documentation

    ◆ IsNull()

    bool Poly_MakeLoops::Link::IsNull ( ) const
    inline

    ◆ IsReversed()

    bool Poly_MakeLoops::Link::IsReversed ( ) const
    inline

    ◆ Nullify()

    void Poly_MakeLoops::Link::Nullify ( )
    inline

    ◆ operator==()

    bool Poly_MakeLoops::Link::operator== ( const Link & theOther) const
    inline

    ◆ Reverse()

    void Poly_MakeLoops::Link::Reverse ( )
    inline

    Field Documentation

    ◆ flags

    int Poly_MakeLoops::Link::flags

    ◆ node1

    int Poly_MakeLoops::Link::node1

    ◆ node2

    int Poly_MakeLoops::Link::node2

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