Plugin Permissions
@Markus_Erhardt wrote: Hi all, I have some troubles to load my plugin into Rhino. Here is a description : When I Load my pluginm it goes through every Classes (I am sure because I write the class name...
View ArticleAccess LinearDimension geometry in C#
@OBucklin wrote: Hi, I’m trying to access the geometry of a LinearDimension with the Explode() method, which rhinocommon says is inherited from AnnotationBase. However, the AnnotationBase class...
View ArticleConsole application with Rhino instance check
@Fleer wrote: Hi everyone! I’m new to Rhino (but loving what I’m seeing so far!) and am trying to automate some tasks with a console application. I came across the examples within the docs and by...
View ArticleInstall rhp command
@vijay_sarathy wrote: how to Install .Rhp command using api Posts: 2 Participants: 2 Read full topic
View ArticleGet 3dm file name
@Markus_Erhardt wrote: Hello, How can we get the name of the new opened 3dm file? Posts: 2 Participants: 2 Read full topic
View ArticleUsing WeaverBird from C# Rhp plug in
@Aitor wrote: Hi, I am trying to make a new plugIn for Rhino in C#. Tests are working great so far. In GH I was using WeaverBird to create a mesh from lines and I am experiencing some issues to make...
View ArticlePickContext Custom - Window Selection
@mpcarlos87 wrote: Hi, I’m trying to do some custom picking and I was able to create a custom PickContext that works fine with the mouse down event. My problem is when I want to do a Window selection...
View Article[C++] Insert leaves at different levels into ON_RTree
@pagarcia wrote: Hello, With ON_RTree::Insert I manage to insert elements into an RTree, only one level below the root node. How can I put them into different levels, as children of upper level...
View ArticleImport PDF from Rhinocommon and COM Interface
@Xavier_Ayme wrote: Hello, I would like to remotely import PDF Files into Rhino (in batch mode) using the COM Interface and RhinoCommon. I’ve tried to use Open Method and ReadFile which works well for...
View ArticleMethod Brep,IsPointInside is having some strange behavior
@Sun_Hanshen wrote: Hi, I noticed there might be bugs in the Brep.IsPointInside method. See the first image below, the Closed brep is generated by code is im certain that the point is inside, however...
View ArticleCalling UnifyNormals freezes GH/Rhino on UnWelded mesh - Why?
@RIL wrote: When I run the command UnifyNormals on a mesh from a GrassHopper component, then Rhino freezes if the mesh is Unwelded - Why? To me it seems like it should work better if all mesh faces...
View ArticleBlock definiton type
@vijay_sarathy wrote: How to change Block definition type through api Posts: 4 Participants: 3 Read full topic
View ArticleWhen is Rhino SDK going to be ported to VS Studio 2015 or higher?
@catriel_Carbonera wrote: Are there any plans for a new release of Rhino that will support SDK with Visual Studio 2015 or above? I know that it only support VS 2010 now, but am interested on when it...
View ArticleRhinocommon Custom Placeholder Objects
@Alexandre_Beaudet wrote: Hi, I was wondering if it was possible to create and place custom “fake” objects in the document ; “fake” like light objects (they have a visual representation, a geometry,...
View ArticleHow to find Duplicate objects
@vijay_sarathy wrote: Hi, how to find duplicate objects which are instances of original one. or else how to identify the original objects? Posts: 2 Participants: 2 Read full topic
View ArticleIncomplete intersection nurbs surface with surface of revolution
@Arjan wrote: I’ve go two surfaces, one surface of revolution which entirely encompasses a nurbs surface. If I try to find the intersection curve it only finds a part of the intersection. This also...
View ArticleHow to find nested empty group
@vijay_sarathy wrote: Hi, if a nested group that contains an empty group,how to find it.? Posts: 2 Participants: 2 Read full topic
View ArticlePlanar Curve
@serdem wrote: Hi, planarCurve.3dm (228.1 KB) Attached curve is planar, with rhinocommand i can make it planarsurface. But with the below code, I get planarity as “false”. I need plane of this curve....
View ArticleHow to remove correctly one ngon from mesh?
@Petras_Vestartas wrote: I tried to remove ngon from mesh: Rhino.RhinoApp.WriteLine(mesh.Ngons.Count.ToString()); //mesh.Ngons.RemoveNgons(id); mesh.Ngons.RemoveAt(0);...
View ArticleCode Request: Create Cage, select points
@ChristopherBotha wrote: Hi All Is there any demo/sample code of how to create a cage over an object (by code), then select individual points in that cage to manipulate? (not using command line get)...
View Article