About archiving a file
@tll4568523 wrote: hi everyone i am try to save a archive in one step without enter a dialog. i try the " Archiving Curves to a File" on web but its not create a new file and fail Posts: 3...
View ArticleRhino API application
@robertdamian.vochesc wrote: Hi to all, I have a question relative to the Rhino3dmIO API: https://developer.rhino3d.com/api/rhino3dm. Also I found this very interesting article...
View ArticleStruggling to display MFC dialog (license entry) DURING OnLoadPlugIn
@gccdragoonkain wrote: This works if I defer until later, but I want to be able to return FALSE from the load plugin if the user fails to activate license key. I’m not really an MFC expert, so I’m...
View ArticleObjects affected by TextureMappingTableEvent
@gennaro wrote: Hi all, I am trying to work with TextureMappingTableEvent to trigger some operations on the objects affected by this event. In the MaterialTableEvent I can get these objects in this...
View ArticleCancel active Rhino.Input.Custom.GetObject()
@Harper wrote: Hello, Does anybody knows if is there a way to cancel a Rhino.Input.Custom.GetObject() to force _go.GetMultiple() or _go.GetOneObject to continue the execution (RhinoCommon)? There are...
View ArticleDomain in curve
@0904 wrote: I wanted to ask a question about domains, But should you be able to select the domains to use in a curve? Thanks! Posts: 3 Participants: 2 Read full topic
View ArticleC++ how to turn on event when rhino is open
@pythonuser wrote: Hi; In this sample GitHub mcneel/rhino-developer-samples Rhino and Grasshopper developer sample code. Contribute to mcneel/rhino-developer-samples development by creating an account...
View ArticleGet list of objects in project C#
@darren1 wrote: Hello newb question here. I’m not sure where to look in the API for this but I’m would like to get the name of each object and add it to my list. I’m not sure what Class or method gets...
View ArticleUV editor - Get mesh being edited
@Alberto wrote: Hi all, is there a way to get the original mesh from the unwrapped one when editing UVs. I would like to add some command to mark texture coordinates but we would need to understand...
View ArticleSkin class a better example please
@ivelin.peychev wrote: Hi @dale, Could we get a better example(s) here: https://developer.rhino3d.com/guides/rhinocommon/creating-a-skin/ I wish I could see more properties being changed, methods...
View ArticleAutocomplete while editing python scripts outside of Rhino
@stevebaer wrote: Here’s a way to get autocomplete on both Windows and Mac for editing python scripts that use RhinoCommon and Grasshopper. Steve Baer's Notes – 25 Feb 19 Autocomplete and Type Hints...
View ArticleCMFCPropertyGridCtrl class's constructor and method are called two times at...
@oktkhr0916 wrote: Hi guys. I make customized user interface in rhinoceros with C++. In the project, I make new class which inherited from CRhinoTabbedDockBarDialog , and the class have some controls...
View ArticleHow hide domain curve
@0904 wrote: Is it possible to hide part of a curve domain? Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleVBS (VBA) question for events - collecting fileInfo (Offtopic)
@onrender wrote: Hi there, This is not a Rhino related question but a general task. I am looking for a solution for drag and drop files (or folder) events in Visual Basic - or similar. I would like to...
View ArticleDraw Breps in Display conduit
@pagarcia wrote: Hello, When drawing Breps in display conduits, how can I draw both the shaded material and the main isocurves with corresponding occlusion? In other words, I want to draw something...
View ArticleEmbed Different Python Engine
@RdK wrote: stevebaer: Even if we added a different embedded python interpreter in Rhino Please do! It would be great to be able to use new packages within Rhino/Grasshopper that only support Python...
View ArticleWhich DLLs do I need?
@ivelin.peychev wrote: This is more of a general question. There are a bunch of DLLs in C:\Program Files\Rhino 6\System Which ones are meaningful to reference when creating Rhino plugin? Say I want to...
View ArticleCurve boolean for open curves?
@onrender wrote: Hi, I have a question. I realized that the curve Boolean difference works for closed curves. However,is there any other method to cut curves inside the are rather than calculating...
View ArticlePerformance problem in editing a large number of entities
@g.todeschini wrote: My plugin has a command that updates a large number of entities in a way like this: foreach (MyCustomBrepObjectDerived obj in myObjectsCollection) { Brep new_brep =...
View ArticleIs RhinoScriptSyntax being actively developed?
@ivelin.peychev wrote: Question is regarding the github repo. Is this the same one installed and used in Rhino6? GitHub mcneel/rhinoscriptsyntax rhinoscriptsyntax library for Python scripting engine...
View Article