CRhinoPickContext questions
@gennaro wrote: Hi everybody, I am trying to emulate the mouse selection in a 3D space with the CRhinoPickContext but I have two problems: I define an area of selection which approximates a ray cast...
View ArticleIntersect quesstion
@gxyanjiaju wrote: The column,the wall,the beams intersect,how to find the intersection surface,and the column,the beam,the wall is divded by the intersection of the surface?For example,A or B....
View ArticleGrid ground through
@gxyanjiaju wrote: How to build grid ground through discreate points? Posts: 1 Participants: 1 Read full topic
View ArticleMesh NGon with holes
@Petras_Vestartas wrote: Is it possible to define NGon in a mesh, if that mesh has holes? NGon has vertex list and face list. In situation when there are holes, ngon will have multiple boundaries....
View ArticleModify size of standard Rhino views?
@david.browne wrote: I’m looking for a way to modify the layout/size of the standard Rhino views using the RhinoCommon API. I want to be able to programatically modify the vertical split ratio so that...
View ArticleScript compiler - How to load plugin at startup
@tobias wrote: Hi all, I am compiling a plugin with the Monkey script compiler and I need the plugin to load at startup. Is there a way to do this? gr, Tobias Posts: 1 Participants: 1 Read full topic
View ArticleNull layers when reloading a model
@hanparker wrote: I’ve been working around this problem that I have for a while but I thought I’d see if anyone know how to fix it properly today! Simplest scenario listed If I start Rhino with a...
View ArticleMesh creation with Rhinocommon
@flecheria wrote: Hi is it possible to use Rhinocommon (OpenNurbs flavor) to create mesh plane inside another application? Can I write something like: Interval i = new Interval(0, 100) Mesh m =...
View ArticleBlock Transform Info
@ChristopherBotha wrote: Hi I need to read the information about a block, how it was trnasformed from its original position. Cant find any info on how this is listed or how to access it. example of...
View ArticleTrim/Split Brep with a Curve C++ SDK
@dimcic wrote: Hi, this is a pretty basic question, and I think there is a simple answer for RhinoCommon, but I haven`t found the satisfying solution for C++. So, if I have a (closed) curve projected...
View ArticlePlug-in panel with huge datasets doesn't update
@chhadidg wrote: Steve, we are working on a Plugin for Rhino. We are dealing with big datasets/rhino objects and I was running our test script with the newest build (BETA) and the Plugin panel doesn’t...
View ArticlePreTranslateMessage in Modeless dialog
@kvrantzaliev wrote: Dear all, I have a plugin having a modeless dialog and want to handle the Pretranslate message. Compiling the plugin for Rhino 5 has no problems, but with Rhino 6, I don’t get...
View ArticleAdd UserData to instancedefinition
@Matthieu_from_NAVINN wrote: Hi, I created a custom userdata class (Inherits Rhino.DocObjects.Custom.UserData), and I would like to .add it to an InstanceDefinition, but I can’t figure out how to do...
View ArticleHelp textbook
@gxyanjiaju wrote: Excuse me, there is a textbook on development of rhinoSDK. Posts: 3 Participants: 3 Read full topic
View ArticleHow would y'all feel about a RhinoCommon Developer course on Udemy?
@jarombra wrote: I’m sure it would be wildly popular amongst Rhino developers, hobbyists, and computational designers alike. The purpose of the course would be to provide a comprehensive overview of...
View ArticleObject Selection with Options - Plugin
@onrender wrote: I have tried to follow the article of Object Selection with Options. developer.rhino3d.com Object Selection with Options This guide covers how to pick some objects, select command...
View ArticleOverride DIM tool
@ChristopherBotha wrote: Hey all, as is my want I have a sticky problem, I need a flexible linear dimension tool, that allows an override of the size it finds Expanding on this code from samples, I...
View ArticleMissing deprecated information in Rhino_DotNet
@ModuleWorks_Marcelb wrote: I have a plug-in that exists since Rhino 4 written in .NET. It uses both Rhino_DotNet and RhinoCommon but now that Rhino 6 is there it seems I have to get rid of the old...
View ArticleOpenGL in Rhino 6
@ModuleWorks_Marcelb wrote: I use a Rhino.Display.DisplayConduit for both Rhino 5 and 6. In Rhino 5 it behaves completely fine like I would expect. I’m doing some OpenGL calls there and everything...
View ArticleUsing Zoo server from a plugin
@kvrantzaliev wrote: Hi, for version 6 of Rhino, there are changes in the node licensing of plugin for using zoo server. My plugin successfully was using Zoo6 server, but the ported version for Rhino...
View Article