Type is defined in an assembly that is not referenced (Visual Studio with...
@Ivan1 wrote: Hello, I have been trying to compile a visual studio project that contains a lot of Rhino Plugins lately and while I had a lot of errors at the beginning (around 400 compiler errors), I...
View ArticleCreate a new displaymode in c#
@suc_kiet wrote: Hi; In rhino I cant creat a new displaymode by Options > View > DisplayModes , it is some way to creat it by c#? Posts: 1 Participants: 1 Read full topic
View ArticleInsert a button into a document
@lscandella wrote: Hello Forum, I'd like to be able to insert a button into a document as if it was a geometric entity. Then I'd like to be able to run a plug-in command when the button is clikked. Is...
View ArticleDrawPolygon - Concave shapes
@PaulPoinet wrote: Hi, I am drawing polygons with the DisplayPipeline. It seems that it handles only convex shapes.The input points for the polygon (filled) are the same as the ones used to create the...
View ArticleIs dotnet (rhinocommon) paying off?
@Sander_Boer wrote: Hi,This is a question for the core developers. I had a talk with steve baer a couple of years ago and I remember him being enthousiastic about rhinocommon in particular and dotnet...
View ArticleCRhinoUiFontComboBox
@fthomas wrote: HiDoes anybody know how to use the "CRhinoUiFontComboBox" control ?Just add a member do nothing... combobox is always empty ! Posts: 1 Participants: 1 Read full topic
View ArticleHighlight points/edges/faces over a mesh? (C++ SDK)
@pagarcia wrote: Hi, I'd want to dynamically highlight (i.e. draw with other color/shading) a point/edge/face of a custom mesh when dragging the mouse over it, to later apply a transform. The...
View ArticleWhen Compiling Plugin-Project no .rhp-file is created in my bin Directory
@Ivan1 wrote: Hello, so when I compile this RhinoCommon Plugin-Project that I started working with the last few days, the Rhino software opens up Rhino (untitled) which is fine. But when I type in the...
View Article[Resolved] Greville point grips on - RhinoCommon
@Alberto wrote: Hi, I would like to have my own (rhinocommon) command that (among the other things) turn on the greville grip point like _EditPtOn. Is there a way to do that? If I set...
View ArticleRhino python equivalent to Matlab 'boundary'
@Cicero wrote: Does anyone have any suggestions on how to produce a polyline boundary from a set of points, much like Matlab's 'boundary' function? It's important that the result is not...
View ArticleBug while trying to zoomExtend a detailView
@Matthieu_from_NAVINN wrote: Hi,I've got an issue when trying to ZoomExtents a DetailViewObject:*If I set as active the detailView it seems to work, but as soon as I set back as active the pageView,...
View ArticleCreate Brep from Curves
@jack3 wrote: hi guys Is it possible in C#?Curve → singlesurface or polysurface sample1.jpg1788x802 427 KB sample2.jpg1788x802 431 KB Posts: 1 Participants: 1 Read full topic
View ArticleCRhinoUndoEventHandler troubleshooting
@pagarcia wrote: Hello, I need help to handle a custom CRhinoUndoEventHandler. My plugin adds custom mesh objects into the document, each of them having an instance of custom ON_UserData attached. The...
View ArticleC#, How to stop Command from executing by checking the conditions in...
@Arif_Hatim wrote: Hello! I'm currently having a requirement that require me to check the current condition before executing new Command. So what I'm trying to do now is to have the condition checks...
View ArticleGetting animation range through script (duration, current frame, etc.)
@Paolo_Acampora wrote: Hello, is there any way we can get information about animation in a rhino scene? All I could find are the "player" commands (next frame, previous frame, last frame). Is there...
View ArticleOrient3Pt in rhinocommon
@Christoph1 wrote: Dear all,what would be the equivalent rhinocommon (c#) function for Orient3Pt? Thanks a lot, Christoph Posts: 3 Participants: 2 Read full topic
View Article[RhinoCommon/C++] SimpleArrayDouble does not work when initialized with a...
@menno wrote: var list2 = edgeParameters.Values.SelectMany(l => l).ToList(); // contains values SimpleArrayDouble predefinedEdgeParameters = new SimpleArrayDouble(list2); var pdp =...
View ArticleAdd Text at mouse cursor position
@feibih wrote: HiI'm trying to add text exactly at the position of the mouse cursor.But I'm having trouble getting the position where the mouse is on the Rhino screenBelow is my code....
View ArticleCustom undo/redo with Brep
@jordy1989 wrote: Hi all, What I have made is a function to smooth/adjust a Brep through mouse movement. When I call the function a dialog will be shown with Dialog.Show (not ShowDialog). This way the...
View ArticleUsing Rhinocommon for standalone application
@samlochner wrote: I read that Rhinocommon is now opensource. For a standalone application, would it be Rhino3dmIO that I use? I'm trying that now but finding I'm missing a lot of the functions, like...
View Article