RhinoCommon: RayShoot does not test for trimmed boundary? (V6)
@TomTom wrote: Hello, Does Rhino.Geometry.Intersect.Intersection.RayShoot test for trimmed boundary? Tested both: Brep and Surface input. Usually I prefer Raycasting over Point Projection due to...
View ArticleDisplay Questions
@tr1004sm wrote: 질문.PNG389x586 15.9 KB Please let me know what API to set the red check in the picture. Posts: 2 Participants: 2 Read full topic
View ArticleRhinoCommon - Cap Connected Planar Holes?
@lungenstrudel wrote: Hi Guys, imagine a cube-Brep where we delete two adjoining faces. We now have a Brep with two connected planar holes, that i would like to cap automatically. I’ve seen some “Cap...
View ArticleRhino 6 batch
@jordy1989 wrote: Hi, With Rhino 5 I can: rhino5x64Int = CreateObject(“Rhino5x64.Application”) rhino5Int = CreateObject(“Rhino5.Application”) and will create COM objects. Is this already possible with...
View ArticleWriting a Rhino 3dm file from a GH c# script
@gerryark wrote: Hi I was looking at the rhinoCommon sdk for a solution but unable to find it. Here is what I need to do : From grasshopper component make a document fill it with geometry data and...
View ArticleRhinoDoc.WriteFile doesn't release the file after writing?
@gabor.konstanzer wrote: There is a temp .3dm file which i’m writing with WriteFile(path, options) method. It return true, and after that i want to delete the temp file with...
View ArticleRhinoDoc How to?
@gerryark wrote: Where to I get the RhinoDoc object ? There is no method in RhinoApp and after a hour I am unable to find how to reference the current Document. Making a C# component from grasshopper...
View ArticleCycles Raytraced mode Enable/Disable Shadow
@henrydm wrote: Hello, Do you know if is there any way to enable/disable shadow in raytraced mode by code? image.jpg2175x1087 661 KB image.jpg2175x1087 690 KB Thanks and best regards Posts: 2...
View Article*.rhp prog works strangely iRhino6
@UtsMicke wrote: Hi! has created an import_XML.rhp that works well in Rhino 5 In new Rhino 6, I can not create Mesh from any file anymore if I choose open file, Viewport is gone It only works if I...
View ArticleC# Class library built into .dll failed to load in grasshopper
@Petras wrote: Hi, .dll failed to load in grasshopper c# component: //Import failed for ‘C:\Users\Petras\Documents\Visual Studio 2017\Projects\Test01\Test01\bin\Debug\netstandard2.0\Test01.dll’: Could...
View ArticleETO Dynamic Layout Resizing Controls (Not updating layout)
@dks5254 wrote: Hi, I am having an issue with the dynamic layouts in ETO. I am testing a function where scrolling allows the user to zoom in, scaling all of the custom drawable controls within the...
View ArticleSnapshot access in the C++ SDK
@Ashraf wrote: Does the new Rhino6 C++ SDK provide access to the snapshots functionality. I am trying to get a list of snapshots, then details for each of them. Thanks, Ashraf Posts: 1 Participants: 1...
View ArticleRhino plugin disabled
@andrew3 wrote: I am re-posting this question because further work has shown that the original post title was not accurate, and the post had ground to a halt. The problem is that our plugin, which is...
View ArticleConvex polyline - Python
@onrender wrote: Hi, I need some help, I got stuck. I have number of points and I would like to create a convex closed polyline. We are talking about four points only, so I would like to get a closed...
View ArticleObjects selection via code is much slower than via viewport
@Yuliya wrote: Hi everyone, I have a file that contains 2500 surfaces. When I select those surfaces in viewport - they are selected immediately. selection.gif1147x788 313 KB But when I try to select...
View ArticleDocument user data
@Matthieu_from_NAVINN wrote: Hi, I’d like to read write document user data, there seemed to be an example here : https://github.com/dalefugier/SampleCsDocumentUserData But the page doesn’t exist...
View ArticleBrep mesh extraction
@gennaro wrote: Hi everybody, I am trying to quickly extract a mesh from a brep. My approach is in brief the one below: brep->CreateMesh(mp,meshList); ON_Mesh* mesh = NULL; for(int i = 0; i <...
View ArticleChange all curves color in Renderd DisplayMode
@henrydm wrote: Hello, I’m trying to change in RhinoCommon the curve’s color only in Rendered Display mode, like that: image.png1017x720 25.2 KB so I tried this unsuccessfully: var displayModes =...
View ArticleViewport Control Bugs
@stevebaer wrote: The viewport control really only got to an initial prototype level. I’m sure there are a ton of features that need to be added and probably more than one bug that needs to be fixed....
View ArticleRhinoCommon Rhino 6 Window Owner
@dimcic wrote: Hi, correct me if I am wrong, but the old ways of setting up the Window Owner of a Form (Modal or Modeless) are obsolete, right? In this example: github.com...
View Article