algorithmic modeling for Rhino
Tags:
Sub RunScript(ByVal x As List(Of OnCurve), ByVal y As OnBrep)
a = rhutil.RhinoSplitBrepFace(y, 0, x.ToArray, _
doc.AbsoluteTolerance)
End Sub
Sub RunScript(ByVal x As List(Of OnCurve), ByVal y As OnBrep)
Dim crv() As OnCurve
crv = x.ToArray
a = rhutil.RhinoSplitBrepFace(y, 0, crv, doc.AbsoluteTolerance)
End Sub
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