How to get the mesh details of a block instance object in Rhino?
@alexian007 wrote: I am using C++ API, and would like to know how would I properly get the details regarding the mesh of a block instance in Rhino? Posts: 1 Participants: 1 Read full topic
View ArticleControlling surface values from external app/script
@eliashar wrote: Hi, I am looking for the easiest way for controlling values of points (x,y,z) which create a surface. Ideally, I want to have a web application or Desktop application where I can...
View ArticleConflict between Rhinocommon and Rhino3dmIO
@Ayoub wrote: Hello, I am developing a Rhino plug-in that uses an other library I wrote before. The other library uses Rhino3dmIO to deal with 3D geometry. When I try to call functions from the...
View ArticleHow to find a array
@flokart wrote: Hi all, have someone any idea how a array could be found. I tried rtree to find 2 nearest neighbours but i need also start and end of the array and also diffence between array with...
View ArticleProblems in creating my first C++ Plugin for Rhino5
@15951991225 wrote: Dear Rhino developers! I followed the tutorial creating first C++ plugin for Rhino5, From Visual Studio 2010 after debugging, From within Rhino, navigate to Tools > Options,then...
View ArticleEvaluate parameters
@vadvirus1997 wrote: Hello, I don’t understand what the double t and double s parameters? Please, give more information about all parameters this function. I want to get points from nurbsurface and...
View ArticleHow get Current CRhinoDoc Instance from except for event?
@oktkhr0916 wrote: Hi guys. I use Rhino C++ API for developing. I want to get CRhinoDocs Instance from except for Event, and extend attribute text. Is there some static method to get the instance?...
View ArticleON_NurbsSurface::PointAt() problem
@vadvirus1997 wrote: ON_3dPoint point = srf.PointAt(double u = srf.Domain(0).Max(), double v = srf.Domain(1).Max()); not a point of a figure always. how to calculate max, min v for current u? Posts: 5...
View ArticleCausing a Python Grasshopper Component to Unload or Fail to Load if a...
@Andrew_Mole wrote: I am writing a Grasshopper component using Python and I want to be able to carry out a check at the beginning (when components are loaded) and cause the component to fail to load...
View ArticleSize of imported TextEntity object
@software_comas wrote: I would like to import some objects from an external file into the active doc. I call File3dm.Read() to populate a File3dm object, then I iterate through the loaded objects and...
View ArticleHow to check if point is within the trimmed area
@vadvirus wrote: Please help me, I use for (double u = NSF->Domain(0).Min(); u <= NSF->Domain(0).Max(); u+=uadd) for (double v = NSF->Domain(1).Min(); v <= NSF->Domain(1).Max();...
View ArticleMissing Rhino Geometry
@Darryl_Menezes wrote: Hi, I have a Rhino file which has a Brep object inside it. But when I open the file, there is absolutely nothing. If I open it as a File3dm object, I can see the geometry exists...
View ArticleWierd problem with drawing mesh, never faced before
@tsiddikee wrote: I made quite many remeshing tool in Rhino 5. Recently making new remeshing tools in Rhino 6. They are working perfect. Just some times it create mesh , which I see as mesh display...
View ArticleRestart Rhino after class modification
@onrender wrote: Hi, I am very happy that I reached the level of Python OOP :D. What I experienced once I modify a class I need to restart Rhino to get it reloaded again. Is there any other method...
View ArticleHow use Ev1Der
@vadvirus wrote: Hello all, I try to determine curvature of the surface. How use Ev1Der or Ev2Der I can do it? Posts: 2 Participants: 2 Read full topic
View ArticleGrasshopper Assembly for Visual Studio not Found
@kadimjalasady wrote: I am wanting to develop custom components using Visual Studio 2017. So I went through the online procedure of installing VS17 and the Grasshopper Assembly V6, but it doesn’t list...
View ArticleRUI toolbar bug?
@gccdragoonkain wrote: We’ve had this problem for the last few iterations of working on my plugin for my client that has me pulling my hair out with frustration. I have a rhino toolbar with a few...
View ArticleNew Developer Sample: SampleCsSelectHole
@dale wrote: Demonstrates how to select ‘holes’ with RhinoCommon. https://github.com/mcneel/rhino-developer-samples/blob/6/rhinocommon/cs/SampleCsCommands/SampleCsSelectHoles.cs You can find more...
View ArticleNew Developer Sample: SampleSurfaceCurvature
@dale wrote: Demonstrates how to calculate surface curvature using the Rhino C/C++ SDK. https://github.com/mcneel/rhino-developer-samples/blob/6/cpp/SampleCommands/cmdSampleSurfaceCurvature.cpp You...
View ArticleNew Developer Sample: SampleCreateNestedBlock
@dale wrote: Demonstrates how to created a nested block using the Rhino C/C++ SDK. https://github.com/mcneel/rhino-developer-samples/blob/6/cpp/SampleCommands/cmdSampleCreateNestedBlock.cpp You can...
View Article