Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use non-deprecated methods to access OpenCascade Triangulation elements #1155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 4, 2022

  1. Use non-deprecated methods to access OpenCascade Triangulation elements

    The Triangles() and Nodes() accessors have been deprecated in favor
    of the Triangle(index) and Node(index) methods, available since OCC 7.2.0,
    i.e. for over 5 years.
    
    The Nodes() method has been removed with OCC 7.6.0, and Triangles() is
    also slated for removal (currently). Use the non-deprecated methods,
    and also fix the types of the index variables to Standard_Integer.
    StefanBruens committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    54a2d77 View commit details
    Browse the repository at this point in the history