Fixed gradient color bar
@Davilin_hit wrote: Hello,everyone Now I’am writing a FEM plugin in Rhino. And I have some problem on post-processing. I have asked some question about: how to make a make face color map before. Now,...
View ArticleOutdated "Creating and Deploying Plugin Toolbars" documentation
@sw.enscape wrote: developer.rhino3d.com Creating and Deploying Plugin Toolbars This guide covers the creation and deployment of plugin toolbars. It seems like the directory has changed to...
View ArticleCauses of errors in reading plugin data?
@Max_Eskin wrote: I’m seeing an error reading from the plugin’s binary archive. Normally my code works but for this document it doesn’t. I am storing the data as a string in YAML format. The writer...
View ArticleMissing contact data
@karol_wierzbicki wrote: Hi, I’ve noticed, that if the plugin fails to install, than there are no data for contact, despite they are written in the AssemblyInfo Posts: 1 Participants: 1 Read full topic
View ArticleDuplicate end points - rs.ExtendCurve
@onrender wrote: Hi, Nowadays I started using rs.ExtendCurve and many times I have to use this function twice because we need to specify the which end (side that can be 0 or 1) of the curve has to be...
View ArticleSelBox in Python
@onrender wrote: Hi, Is the SelBox available in Python? Do we need to use rh.command ? Posts: 1 Participants: 1 Read full topic
View ArticleUnity + Rhino + Grasshopper
@Antonio_Cersosimo wrote: Hi, has someone try this before (Unity + Rhino+ Grasshopper + ArchiCAD )?,an I’m not going to even ask about Unreal, I would need the fire extinguisher near . It would be...
View ArticleMissing links eto examples
@Willem wrote: Hi on this page: developer.rhino3d.com Eto Controls in Python Using the Eto dialog framework to create interface controls. the links to samples are incorrect urls Thanks -Willem Posts:...
View ArticleMouseWheelEventArgs delta?
@SpunkyDeadcat wrote: Noob here. is it possible to use the MouseWheelEventArgs delta for a scale input? Posts: 3 Participants: 2 Read full topic
View ArticleMenu Bar in Eto
@Tim_Williams wrote: Trying to create a dialog with a menu bar using Eto. I’m stuck with just the basic menu items at the top, cannot figure out how to get the drop down once they are clicked. working...
View ArticleGet BrepLoops without overlapping curves
@Felix1 wrote: I try to get BrepLoops.To3dCurves without curves with are overlapping completly. As example i have this image: ukahviui.png1920x1080 I have Brep “1” and with BrepLoops.To3dCurves i get...
View ArticleRhino Python Editor Questions
@nathancoatney wrote: Is the current python editor a plugin? If so, is it c#? Is it possible for one to author an editor using ironpython+eto and: image.png253x545 7.55 KB I seem to be able to run...
View ArticleMorphing does not work fine in Rhino 6 but in Rhino 5 works perfectly
@Eliseo wrote: Hi @Dale @will , When the size of the mesh that you are going to morph is large then it gives this error: The code that generates this error during execution is: Mesh m2d; GeometryBase...
View ArticleIs there a way to read .3dm file embedded preview image with Rhino3dmIO
@expandable wrote: Hello, I’m writing a simple .NET file browser application and I want to display the embedded preview in .3dm files. Is this possible with Rhino3dmIO? Posts: 1 Participants: 1 Read...
View ArticleCurve.GetPerpendicularFrames Method not working in Rhino 6.2
@raphael_crespin wrote: hi, it seems that Curve.GetPerpendicularFrames Method is not working in Rhino 6.2. No returned value…...
View ArticleBrep.CreateBooleanUnion() fails on two simple solids while the Rhino6 command...
@lungenstrudel wrote: I’m puzzled by Brep.CreateBooleanUnion() not working on two solid/closed breps and returning NULL. I’m using Rhino’s GlobalTolerance as a parameter, and the two solids are...
View ArticleHow to invoke "SrfSeam" command in c#?
@andrealu2012 wrote: the old question There is no API for SrfSeam,how to do “SrfSeam” in c# visual studio? Thanyou! Posts: 2 Participants: 2 Read full topic
View ArticleClosest polyline segment index
@Petras_Vestartas wrote: Hi, What would be the shortest way to get following: I have a point I have a polyline I need to know the closest line segment in polyline. Is there something similar in...
View ArticleRC: Evaluate Surface
@Dmitriy wrote: Hi, I need to evaluate normal at (u,v) coordinates for surface. I am using Surface.NormalAt(). However I noticed that direction of the Normal is not changing when ‘flipping’ surface...
View ArticleClosing a trimmed brep (similar to boolean split command)
@lungenstrudel wrote: Hi, i wrote a method that trims a simple brep (grey) by another brep (cyan) that is open and contains several faces. a.jpg655x717 110 KB Similar to the Boolean Split command, i...
View Article