Problem getting Rhino-stubs to work
@ivelin.peychev wrote: @stevebaer, How does Rhino-stubs work? In the example you give on your blog article I don’t see you importing rhino_stubs module. What interpreter is set for the project this...
View ArticlePlugin can't load "Rhino version not specified"
@ivelin.peychev wrote: What method defines the rhino version in a plugin? image.png504×633 34 KB Posts: 1 Participants: 1 Read full topic
View ArticleConnect Curves in Rhino common similar to the grasshopper node
@flokart wrote: In Grasshopper is a node called Connect Curves (Picture) is in rhino common a similar command? Any help is welcome. Thanks in adcanced Posts: 1 Participants: 1 Read full topic
View ArticleVisualAnalysisMode Draw-Methods vs UpdateVertexColors
@Tom_ wrote: Dear Everybode, and mostly @stevebaer I would love to write a custom CurvatureAnalysis Version. There is a nice example how to inherit VisualAnalysisMode: developer.rhino3d.com Visual...
View ArticleMouse position
@typerhack wrote: Greetings, I want to get the position of the mouse inside the rhino viewport as a Point3d without using the getpoint method. Actually, I want to track the mouse all the time. Would...
View ArticleSingle stroke
@yeye wrote: Hi: Rhino “TextObject” command can create single stroke text, how to use C++ to create single stroke text? Is there a function that can be created? Posts: 1 Participants: 1 Read full topic
View ArticleAvoid File Version Prompt
@don.sayler wrote: Hi All. I’m creating a PlugIn that automates processing a number of v4 and v5 files. When I call the Rhinoscript to save a V4 file, I’m telling the -Save command to save as V5. But,...
View ArticleCurveBoolean equivalent in RhinoCommon
@Petras_Vestartas wrote: Hi, Is there an equivalent to CurveBoolean Rhino command in RhinoCommon? Probably not, but what would be an approach to select bunch of curves and by point that is inside some...
View ArticleExport SVG without dialog box
@bobrovnich wrote: Hello! I’m trying to write a script for the automatic export to SVG. After the following combination of commands: import rhinoscriptsyntax as rs filename = “test” rs.Command(“All”)...
View ArticleOne noob question?
@ivelin.peychev wrote: When providing support for new file format, is it required that you do that with C++ or you also can do it with .net? Posts: 1 Participants: 1 Read full topic
View ArticleHow to create a custom filter to limit surface selection to specific solids
@jeremy5 wrote: When using a custom getObject class to select surfaces I would like to be able to restrict the available choice to the faces of polysurfaces or extrusions that are on a predefined...
View ArticleLayer UserDictionary cleared when property is changed
@menno wrote: When I create a layer, set an entry on its user dictionary and change a property (in this case IsVisible) everything is fine. However, if I add the layer, the get it from the layer...
View ArticleGive Object a Name with Rhino Common?
@flokart wrote: Hi all, I tried to Add a Name to a Object but it is not appearing in the Rhino UI but if i print it the object attribute.name exist. import Rhino as rh L =...
View ArticleBrep selection wires extraction
@gennaro wrote: Hi everybody, When I select a Brep Rhino shows yellow wires corrensponding to edges and mid isocurves of the object. I am doing this to get them : For edges: for (int ed = 0; ed <...
View ArticleWhat is the difference between : import rhinoscriptsyntax, Rhino, scriptcontext
@msgatrong wrote: Hello, I am a beginner in Ghpython, I have some questions to understand globally the functioning of Ghpython : I would like to know the difference when we import 3 libraries:...
View ArticleSurfaceRay, similar to MeshRay
@Petras_Vestartas wrote: Hi, Is there a similar function as MeshRay: https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Intersect_Intersection_MeshRay.htm But for breps or surfaces?...
View ArticleSweep1 - No Geometry
@mpcarlos87 wrote: Hi, Trying to use the SDK to generate a sweep1 if failed (using Sweep1 class and Brep.CreateFromSweep static method) so I tried to execute Sweep1 command but it still fails and...
View ArticleCalculating control point directions
@dale wrote: I’ve received a few questions lately on how to calculate the U, V, and N directions of a NURBS curve control point. Perhaps developers are wanting to mimic the behavior of Rhino’s MoveUVN...
View ArticleUpdate issue // SR 13 // Script broken with event change
@nbarnes wrote: Hi, I am using the event “Grasshopper.Instances.DocumentServer.DocumentRemoved +=” inside a c# script component to write a text document when the grasshopper definition is close in...
View ArticleTracing image storage
@lahos wrote: Hi, I wonder if it is possible to link to tracing image (RhinoViewport.SetTraceImage) instead of storing it in the rhino file. I use many named views with tracing images and the file...
View Article