algorithmic modeling for Rhino
import rhinoscriptsyntax as rs
rs.addpoints([0,0,0])
not sure this is what you mean but these people have courses in rhino.python
The issue with rhinoscipt library is that it does not have the "unweld" command to call - is there a different library to call to use "unweld"
You could use the RhinoCommon Unweld mesh method, see the attached file.
Thank You, that works perfect
Cool, glad it helped. If you ever do want to call a Rhino command you can use the rs.Command() function. This is not really something I would recommend though unless you absolutely have to (like say for importing files). It can be quite finicky constructing the string used as the argument..
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
© 2024 Created by Scott Davidson. Powered by