Hi Taz,
I was told there is no access to this in v4 sdk (I haven't checked v5). I don't achieve tangency in my adjacent arcs (although could extend it to do so), it's a recursive method, fits an arc to start, end and mid…
doens't seems to be very complicated...
1 surface in rhino
2 serie of lines (sdl lines)
3 measuring the distance from the beginning of the line to the surface (either surface cp or intersection )
4 connecting the rotation of the direction…
i assume it should function in a similar way as the old sdk
but let's see what will be the answers... i'll be following the newsgroup post as well
it's a very helpful function especially when it comes to structural / production…
This is my understanding (Steve, David or Giulio might correct me).
The options seem to be inverse how you would expect, ie RebuildArcs will "not" rebuild or combine adjacent arcs that have radii within tolerance.
No results means no…
i'm just trying with this one...
Private Sub RunScript(ByVal curve As Curve, ByVal distance As Double, ByVal angle As Double, ByVal options As Object, ByRef A As Object)
'your code goes here…
Dim curve1 As PolyCurve
curve1 =…
Hi Jon,
thanks for the reply
i still didn't manage to solve the problem and i'm getting quite confused between the old sdk and the new one.... especially with this function and my poor programming skills
so i tried to stick to the old…
Hi Svetlin,
Uncanny timing as I'm just back on this topic myself. Did you manage to resolve this?
If you're wishing to achieve the same thing using Rhinocommon curves, there is a Simplify method that takes the equivalent arguments.…
Hi to all,i'm trying to simplify and convert a nurbs curve to a series of arcs in order to be able to measure their radiusi found this function in the SDK "RhUtil::RhinoConvertCurveToPolyline" but the things is that it converts teh curve into series of lines and not arcsDoes any have an idea of how it could be made ?SvetlinSee More
gHowl is a set of components which extend Grasshopper's ability to communicate and exchange information with other applications and physical devices.See More
Hi to all,i'm looking for a way to implement the "RhinoExtendSurface" function into a componnent...does anyone have already done it by the way ?thanks in advancebestSvetlinSee More