Exploding a block gives document controlled objects
@DominikIC wrote: Hi all, within a plugin I was trying to explode linked block to use its components. It all works fine with single standard blocks. But nested linked problems causes some problems. As...
View ArticleHow i can reference my plugin?
@D-W wrote: I need to reference my *.rhp file but VS is saying that file cannot be added - if i rename it to *.dll it works fine - is there any workaround for this? If i try to reference it from...
View ArticleAutomating Joining of All Naked Edges of Polysurface
@samlochner wrote: Say I have a polysurface I intend to be water tight, but it has some naked edges I can see via “ShowEdges”. Manually, I’m able to choose adjacent pairs with “JoinEdges” and, after...
View ArticleC++ Retrieve two curve - simple question
@Petras_Vestartas wrote: Hi, In Rhino Plugin C++ I just want to retrieve two curves by separate commands. I simply write the code below, but when I run it only first curve is selected but not a second...
View ArticleShow File Import Dialog
@lucabrasi wrote: Hi, Is there a way to show and get the value of this dialog? I want to simulate like drop file! Thanks, Luca Posts: 1 Participants: 1 Read full topic
View ArticleToArc or not ToArc
@Willem wrote: Hi, I’m puzzled by the tolerance setting for Curve.IsArc() A curve that test True for Curve.IsArc() but False for Curve.IsArc(0.1) I would expect any tolerance to return True if a zero...
View ArticleSerialize an RTree?
@dave_stasiuk wrote: We are working with some large point clouds and have had great success in using RTrees for rapid traversal and analysis. However, there is a obviously a large expense in the...
View ArticleNuke all user text data on an object?
@mikhail wrote: Is there a way to nuke all the keys all at once on a specific GUID using Python? I know you can do it one at a time, but I don’t want to have to specify every key manually. I want to...
View ArticlePlane from instance reference?
@SpunkyDeadcat wrote: Is there a quicker way to get a plane from a instance reference than… var blockRef = block.getRefrences(0); var xform = blockRef.InstanceXform; Plane blockPlane =...
View ArticleReversing trimmed surface of brep with Rhinocommon
@samlochner wrote: Hi, I have a brep with just one surface that is trimmed. I would like to update the brep such that the surface’s x and y directions are inverted and swapped while still maintaining...
View ArticleApply history
@gennaro wrote: Hi everybody, I am trying to transform an object through a CRhinoDoc::TransformObject call with AddTransformHistory set true, as some descendants in the history depends on this object....
View ArticleKeep individual groups after make2D
@mikhail wrote: I have a group with 3 polysurfaces objects and 1 text dot. I have let’s say like 20 groups that are like that. After make2D runs the initial grouping gets lost, best it can do it give...
View ArticleRhinoceros plugin properties
@Noos wrote: Hi all. I’m starting to write a plugin again with RhinoCommon and C#. Last time I did it with Rhino 4. I am finding many improvements. A silly question perhaps. I haven’t found specific...
View ArticleCloud abonnement for Visual Studio
@Guillaume wrote: Hi, It seems maybe obvious, but can someone confirm me that I will be able to develop Rhino plugins (C++ ones mostly) with a cloud abonnement to Visual Studio ? Or is a standard...
View ArticleFeature request multi-select import
@jvdg wrote: Allow multi-select files for importing. Posts: 1 Participants: 1 Read full topic
View ArticleBrepTrim curves intersection with 2d lines (CurveLine intersection freezes)
@juergen.holl wrote: Hi, With the code below I want to cut a line (defined by 2 points in the xy plane) with the 2d curves of the BrepTrims of a BrepLoop. At the 2nd call of CurveLine(…) the program...
View Article__declspec(dllexport) constantly crashes Rhino
@D-W wrote: I don’t know why this is happening. When i try to use __declspec(dllexport) all functions are crashing rhino but things which are set with extern "C" __declspec(dllexport) in front are...
View ArticleVisual Studio vb manual
@ricardo.eira wrote: I’m trying to start with visual studio, especially I prefer VB, I have some basic notion so it will be easier for me to achieve the objective. I’m trying something very easy like...
View ArticleReturn to Original Viewport at End of Command
@bushdylanj wrote: Let me preface this by saying that I am an absolute novice with C#. I’m trying to make a command that, no matter what the starting viewport, will run a “meshoutline” command from...
View ArticleConstrainNormal behavior on morph
@inetbob wrote: Is there a way to get ConstrainNormal=Yes behavior when using CRhinoSporphSpaceMorph in the c++ SDK ? I see there is a m_N1 member to use alternatively to the target surface normal,...
View Article