Changing hole diameter in a BRep object

Was this article helpful?
2 out of 2 found this helpful

Comments

6 comments
Date Votes
  • Nice example!
    Would be great, if the indices weren't used directly, and there were code that actually makes the connection between the TabulatedSurf directrix and the Brep elements, that need to be updated, afterwards...

    That would give people a better understanding of how the Eyeshot Brep works :)

    0
  • Hello Martin,

    Are you referring to this statement? 

     if (i == 8 || i == 9)
    0
  • Hi Alberto,
    yes, and the

    edge.StartPointIndex == 8

     aswell...

    0
  • You can find the geometry in the way you like, if you have a selected face you can find its loops and edges using Face.Loops property. In this specific case, you can try using Edge.GetStartPointIndex() or GetEndPointIndex().

     

    0
  • Exactly, that's what I'm talking about :)

    0
  • Hi Martin,

    We have updated the source code for the case on which the only information needed is the index of the face you want to change.

    1

Please sign in to leave a comment.

Articles in this section