Grasshopper

algorithmic modeling for Rhino

Mesh To Nurb / and Mesh From Closed Polyline / in Rhinocommon?

Aren´t available? will they be available in the future? Are there any similar functionality? I tried "Brep.TryConvertBrep" and "Mesh.CreateFromPlanarBoundary" but no success...

Thanks in advance

Views: 3284

Replies to This Discussion

Meshtonurb all it does is create a surface for each face and then join them together, this should be easy enough to reproduce.

You can do something similar to MeshFromClosedPolyline by using CreateFromPlanarBoundary with really coarse settings, but only if the polyline is planar.

If it's not planar, depending on the shape, you could use the curve Planar component to find the average plane of the polyline, project the polyline to that plane, create a planar mesh with the projected polyline and finally use the faces from this mesh with the vertices of the non planar polyline to create the final mesh.

sure, I was wondering why that functionalities weren´t available by script.

(thanks vicente, thanks david for the last replies)

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