algorithmic modeling for Rhino
I'm using a script to get the mesh edges out; you can get a script that does this with uto's mesh tools or with weaverbird, or you can copy mine:
private void RunScript(Mesh m, object y, ref object A)
{
List<Line> lines = new List<Line>();
for(int i = 0;i < m.TopologyEdges.Count;i++){
lines.Add(m.TopologyEdges.EdgeLine(i));
}
A = lines;
}
thanks a lot.
i will try it out.
It not work out right direction.I think the meshs topology is not equal to their one.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by