Grasshopper

algorithmic modeling for Rhino

Hello,

I have a brep as a surface and I need the edge.
How can I script that in .vb.net?

Regards

Views: 282

Replies to This Discussion

Hi,

I find:

Dim l_e As New list(Of curve)

For i As Integer = 0 To b.edges.Count - 1
l_e.Add(b.Edges(i))
Next



a = L_e

But I get a list of plan?!?!? How can I get a liste of edge and after join them for get the border of a coplanar surface?

Thanks
Ans How can I use Public "Function AdjacentFaces As Integer()"

if I understand I need the edge of my Brep:


Dim l_i As New list(Of integer)

L_i=edge.AdjacentFaces(List_Brep) ?

with L_i: the list of the indice in List_Brep

Thanks for help
may be more with

L_i = edge.AdjacentEdges(List_Brep)
'my List_Brep are coplanar surface

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service