Rhino 5 SDK installation problem on Windows 10
@dale wrote: @XNurbs - this is in response to your comment on this long thread: XNurbs Rhino plugin is available! Rhino for Windows The fantasy how to use XN comes while playing around. If a user...
View ArticleReordering vertices of generated Brep from curves
@martinveea wrote: Hi, I am trying to evaluate a surface created from curves using C# creating a grasshopper-component. Having the four curves I am using CreateEdgeSurface(curves) to get the Brep and...
View ArticleWhy does rotating Perspective viewport change WorldToScreenScale?
@ivelin.peychev wrote: There’s probably some simple explanation but it simply looks very weird to me. Posts: 8 Participants: 2 Read full topic
View ArticleWhat is the rhino c++ api function for cmd TextObject
@john12 wrote: Hi, My system is Rhino 6 C++ SDK I want to make a 3d solid text with thickness by api function, not by run cmd script. How can I do? Posts: 1 Participants: 1 Read full topic
View ArticleIntersection Curve/Brep bug
@am.bauer wrote: Hey, I have a problem with the intersection of a curve and a brep: grafik.png883×315 37.3 KB When I use the left edge for intersection, the intersection with the surface fails (It...
View ArticleHow to get seam orientation widget in C++ SDK?
@pagarcia wrote: Hello, When running Loft over curves I see this interactive black line that joins pivot points over them, with an arrow that I can click over to reverse orientation....
View ArticleHow to exit the c# plugin command properly?
@1912351430 wrote: Hi, everyone! I am writing a c# plugin. Under some specific circumstances, I need the plugin command to exit and raise a warning message box. However when I tried...
View ArticleHow to get an array of string from all the TextDot objects in a file using...
@1912351430 wrote: image.png967×483 22.8 KB I somehow managed to get the RhinoObject version of all the TextDot objects, but can’t find a way to get the text information inside them. Is there...
View ArticleForce load of HatchPatternTable
@lando.schumpich wrote: Hello, For a plugIn I’m writing right now I’m relying on the default Hatchpatterns of R6 for some visualization purposes. I’m getting the hatchpatterns from the Rhinodoc with...
View ArticleScale operation is seem incorrect
@john12 wrote: Hi, My system is Rhino 6 SR13 C++ SDK 6.13.19058.00371 The member function of class ON_Xform, void Scale(const ON_Plane& plane, double x_scale_factor, double y_scale_factor, double...
View ArticleExecConduit
@XNurbs wrote: @dale Source3.cpp (1.3 KB) The attached cpp is based on the code you provided. May I ask you two questions: I think the following code is not used, why would you include it inside...
View ArticleInsert Point with ID and Number- Rhinoscript
@jbijlstra wrote: Dear All, For a button in Rhino, I’m trying to write a tool with Rhinoscript to pick points in Rhino. My target is to name the point with a ID and a Text Entity and increment the...
View ArticleOpenGL in DisplayConduit
@kitjmv wrote: Hello, I would like know if it’s possible to use a vertex buffer in DisplayPipeline.DrawOverlay ? I would like use ImGui for build a ui in a display viewport, ImGui not dépend to a...
View ArticleSimulateEnvironment
@marton.parlagh wrote: Hello, What is the correct implementation if I would like to return a custom environment texture from the overridden SimulateEnvironment function (and not just color)? I have...
View ArticleHow to create Helix in c++?
@pythonuser wrote: Hi; I want to create Helix by c++, it seem use the function RhinoGetHelix() ,but how do I use it ? Who can give me some examples ? Posts: 1 Participants: 1 Read full topic
View ArticlePer Machine or Per User install
@jonm wrote: Maybe this is just my preference. But it’s certainly my perception that a plugin installed on a per machine basis is useful within the AEC market. At present GeometryGym installers are...
View ArticleIn C#, how to exit dwg files without having to choose whether to save it?
@1912351430 wrote: image.png789×187 5.66 KB Hi everyone. I am writing a c# plugin to automatically extract some specific information from a list of dwg files, and I can’t find a way to supress the “do...
View ArticleCsharp lambda expression pros/cons
@ivelin.peychev wrote: Hi, A noob csharp (or general programming) question. Is there any real benefit on using lambda expression as an argument rather than using a loop? I’m asking because personally...
View ArticleCustom tab page C++
@pagarcia wrote: Hi, What is the C++ SDK object underlying the custom page that appears on commands like MoveUVN? pic01.png344×748 16.3 KB Is there a sample for creating a custom one in the McNeel...
View ArticleVS question - is everything in the bin directory mandatory
@ivelin.peychev wrote: Hi, As I am trying to learn csharp and testing visual studio I see that upon build I see a bunch of files getting created in the bin folder not just the executable. There are...
View Article