Theoretical question
@ivelin.peychev wrote: Hi @DavidRutten, Theoretically, is it possible one component (one single container) to have separately updating parts? Whatever I try I just cannot avoid recursive errors of...
View ArticleDeleting Rhino objects during solution time
@Will_Wang wrote: How would I delete objects in RhinoDoc and not break GH? I have pipeline components getting objects on layers and I’d like to use GhPy rs.ObjectsByLayer() rs.DeleteObjects() to...
View ArticleHow to detect an update/change of a number?
@kaspar-ehrhardt wrote: Hey together, Im looking for a fast way to get a component which checks whether a number has been updated/changed. As long the number hasnt changed the output should be...
View ArticleWhat is GhCanvasViewport?
@ivelin.peychev wrote: Hi @stevebaer, Could you please give more information about what is GhCanvasViewport? GitHub mcneel/GhCanvasViewport GhCanvasViewport - Rhino viewport control embedded in the...
View ArticleC#_BeesAttractor_Algorithm
@obhagwat29 wrote: Hello, Idea of this code is that, few spheres(bees) would come to a common point from different location and will keep hovering over it. I am able to create behavior for one single...
View ArticleComponent coordinates on GH canvas
@ivelin.peychev wrote: How can I get the location of a component on GH canvas? Can I do that? Posts: 5 Participants: 3 Read full topic
View ArticleObject attribute assignment
@Nader_Belal wrote: Hi there, A noobs question about objects attributes, I intend to create a reusable component (for re-usability) that takes users’ input to assign an object before its creation with...
View ArticleIGH_PreviewData vs IGH_PreviewObject?
@lionpeloux wrote: Hello, I think I don’t properly understand the difference between previewing a GH data type (that implements IGH_PreviewData) and its corresponding GH parameter (that implements...
View ArticleC#_Curves Offset
@obhagwat29 wrote: I have list of closed planar curves and want to offset them on XY plane. But they are not getting offset and script runs fine, No error! Any help would be great! Here’s the code!...
View ArticleDrawLineArrow with fixed screen size?
@lionpeloux wrote: args.Display.DrawPoint(point, PointStyle.Circle, radius, color) draws a circle that always have the same size on screen, independently to the zoom level. I would like to achieve the...
View ArticleC#_ Class(Method error)
@obhagwat29 wrote: I made a custom class and created method. On using the method it is throwing me an error. when i am using it just as a method not inside a class, its working fine. Anything I am...
View ArticleFillet Edge of Solid
@jjc wrote: Does anyone have any idea what tool / components are being used here? Posts: 4 Participants: 2 Read full topic
View ArticleHow to suppress "Server Busy" warning in Rh6
@timkado wrote: Hi - I have a custom compiled C# component in Grasshopper that starts a longer process using process.Start(); In Rhino5 I used Rhino.Runtime.HostUtils.DisplayOleAlerts(false); to...
View ArticleSetting a DataTree type as output
@a.ai wrote: Hi, I (still) seem to have a problem with a custom component I made, that should output a datatree (storing block - parcel relationships). I get a Null Exception at DA.SetData(0,...
View ArticleWhich component class should I use to change the behavior of a number_slider?
@ivelin.peychev wrote: Is it special class or simply GH_Component with custom attributes? Here as far as I understand ghpython is derived from a special type. Is there something special for sliders...
View ArticleIs there a way to make Galapagos work with Domains instead of sliders?
@ivelin.peychev wrote: Alternative to this: Which component class should I use to change the behavior of a number_slider? Grasshopper Developer Is it special class or simply GH_Component with custom...
View ArticleGet brep Interior curves
@youssef_aboualghar wrote: Hello guys. I’m developping a grasshopper component using c#. I’m I have this brep that has naked edges and interior edges. I can easily get naked edges. but cannot get...
View ArticleFlange/Extrusion with Draft Angle in Grasshopper
@Cadworx wrote: Rhino offers the functionality of extruding an edge, curve or profile along a vector with an additional draft angle or taper. Found this this pic in the forum : Why isnt this available...
View ArticleHow to call rhino6 devloft command in python?
@thomas.sicouri wrote: Hello, i am currently developing a method to create complex geometries out of a developable surface. In that purpose, I am trying to test some of my resulting curves geometries...
View ArticleC#_CurveTransform_VisualStudio
@obhagwat29 wrote: Hello, I am successfully able to scale the curves as I wanted in C# grasshopper, but when I use same code in VS after build solution succeeded, in Grasshopper it is showing me...
View Article