RhinoCommon Rhino.UI.Dialogs.ShowTextDialog limitation
@Willem wrote: Hi, I'm trying to display a long string with Rhino.UI.Dialogs.ShowTextDialoghowever beyond a certain size, the string is no longer displayed anymore.Any thoughts on what might cause...
View ArticleRhinoDoc.SelectObjects + filter
@karol_wierzbick wrote: Hi, I have assigned my own event to the RhinoDoc.SelectObjects, however it doesn;t run when selecting objects with use of filter, for example when I run command "Select...
View ArticleHow to select objects that are visible within one Detail
@MartinIC wrote: Hi, I created a layout with one Detail on it. In Rhino Model Space there are also a lot of objects that are not visible in this particular Detail view. How could I select (get all the...
View ArticleSurface as preview
@Alberto wrote: Hi, sorry to open a new topic but I cannot find anything in the fourm that helps me. I would like to add some surfaces only as a preview and not as actual data of the document. Is...
View ArticleDelete a hidden objects
@mprades wrote: Hi guys. How I can delete a hidden object? I found this http://discourse.mcneel.com/t/doc-objects-delete-bug/7808, in this foro ObjectEnumeratorSettings s = new...
View ArticleDelete hidden objects
@mprades wrote: Continuing the discussion from Delete a hidden objects: Posts: 2 Participants: 2 Read full topic
View ArticleSurface from closed planar curve? (rhinocommon)
@lungenstrudel wrote: hey guys,i am searching for a way to get a trimmed surface from a closed planar polycurve (in my case a polygon, only straight edges). is there a dedicated method or will i have...
View ArticleUsing the ChangeCounter
@nc284 wrote: Hello all, this is a dumb question, but how would someone go about using the "ChangeCounter" attribute of a viewport. I'm trying to create a "fake" viewport in a separate window that...
View ArticleGet curve maximum curvature points
@henrydm wrote: Hello, Anyone know how to get the points of maximum curvature for a curve? I can get the inflection points by making the angle diff between tangents, and next iterate the segments to...
View ArticleScriptable PDF Export
@MartinIC wrote: Hi everyone,I’m really in need for a scriptable PDF Export. So far everything I’ve tried is not really working.I got it all automated up until the point where the Dialog of the PDF...
View ArticleExcuse me, what is the principle of interpolated curve?
@dragonforce wrote: I want to make a closed interpolated curve based on four points.But i don't know how the Rhino generated the curve, because with 4 points a infinite number of curves can be...
View ArticlePlugin with Toolbar - Rhino installer package issues
@tree wrote: Hello, I've produced a rhino installer (RHI) file that installs a plug-in. I have also included a custom tool bar in the installer. The installer seems to work correctly however the...
View ArticleHow to get textures settings from code?
@Zombik wrote: How to get settings of texture? Untitled.png412x720 81.3 KB Posts: 5 Participants: 3 Read full topic
View Article"GenerateResource" task failed unexpectedly
@nc284 wrote: Hi discourse, I'm having a simple problem but I can't seem to get around it. I'm trying to build one of my projects on another computer, and I'm pretty sure I've set up all of my Visual...
View ArticleSampleNewFloatingViewport problem, C++
@BlueLeopard543 wrote: Hi, I would really appreciate your help on this....
View ArticleShutlining from c#
@denis_zk wrote: How to apply shutlining to curves generated by c# command ? Maybe some attributes or custom user data can do this. Certainly, i can use ApplyShutlining command, but i want do it...
View ArticleHeadless Rhino
@menno wrote: For batch processing, I was wondering if Rhino can be started in headless mode, i.e. as a command-line program, not showing any GUI. Posts: 5 Participants: 4 Read full topic
View ArticleSelect points between closed Curves
@jordy1989 wrote: Hello, I want to select the control points between the 2 projected crvs: SelBoundary will always select all. It should be able to script or vb.NET. Is this possible? If so. Where do...
View ArticleRunCommand c++ sdk giving paramters as vector or matrix
@kasper_steenstrup wrote: I am prototyping a lot in rhino python but have decided to used c++ sdk for the more slow algorithm. This means that I need to move data like [1,2,3,4,5,6,7,8............334]...
View ArticlePython, looping object guid
@Maxence wrote: Hello ! I'm completely new into scripting, and I am trying to scale every polysurface of a rhino project from its centroid.So far, I managed to get this: import rhinoscriptsyntax as rs...
View Article