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
    IntPolyh_Edge Class Reference

    The class represents the edge built between the two IntPolyh points. It is linked to two IntPolyh triangles. More...

    #include <IntPolyh_Edge.hxx>

    Public Member Functions

     IntPolyh_Edge ()
     Constructor.
     IntPolyh_Edge (const int thePoint1, const int thePoint2, const int theTriangle1, const int theTriangle2)
     Constructor.
    int FirstPoint () const
     Returns the first point.
    int SecondPoint () const
     Returns the second point.
    int FirstTriangle () const
     Returns the first triangle.
    int SecondTriangle () const
     Returns the second triangle.
    void SetFirstPoint (const int thePoint)
     Sets the first point.
    void SetSecondPoint (const int thePoint)
     Sets the second point.
    void SetFirstTriangle (const int theTriangle)
     Sets the first triangle.
    void SetSecondTriangle (const int theTriangle)
     Sets the second triangle.
    void Dump (const int vv) const

    Detailed Description

    The class represents the edge built between the two IntPolyh points. It is linked to two IntPolyh triangles.

    Constructor & Destructor Documentation

    ◆ IntPolyh_Edge() [1/2]

    IntPolyh_Edge::IntPolyh_Edge ( )
    inline

    Constructor.

    ◆ IntPolyh_Edge() [2/2]

    IntPolyh_Edge::IntPolyh_Edge ( const int thePoint1,
    const int thePoint2,
    const int theTriangle1,
    const int theTriangle2 )
    inline

    Constructor.

    Member Function Documentation

    ◆ Dump()

    void IntPolyh_Edge::Dump ( const int v) const

    ◆ FirstPoint()

    int IntPolyh_Edge::FirstPoint ( ) const
    inline

    Returns the first point.

    ◆ FirstTriangle()

    int IntPolyh_Edge::FirstTriangle ( ) const
    inline

    Returns the first triangle.

    ◆ SecondPoint()

    int IntPolyh_Edge::SecondPoint ( ) const
    inline

    Returns the second point.

    ◆ SecondTriangle()

    int IntPolyh_Edge::SecondTriangle ( ) const
    inline

    Returns the second triangle.

    ◆ SetFirstPoint()

    void IntPolyh_Edge::SetFirstPoint ( const int thePoint)
    inline

    Sets the first point.

    ◆ SetFirstTriangle()

    void IntPolyh_Edge::SetFirstTriangle ( const int theTriangle)
    inline

    Sets the first triangle.

    ◆ SetSecondPoint()

    void IntPolyh_Edge::SetSecondPoint ( const int thePoint)
    inline

    Sets the second point.

    ◆ SetSecondTriangle()

    void IntPolyh_Edge::SetSecondTriangle ( const int theTriangle)
    inline

    Sets the second triangle.


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