Get point on surface using c++
@f.leon.marquez95 wrote: Hello there, I want to make an script in c++ for Rhino 5 in order to let the user select a point on a surface and then get the coordinates of this point. I have looked for...
View ArticleDimensionStyle and LinearDimension Trouble RhinoCommon 6
@gerardb wrote: Hi, First : I’ve some trouble with the DimensionStyle , I use this code and it look that the value are not set and always stay in default value. Rhino.DocObjects.DimensionStyle MyDim;...
View ArticleHow to add own display settings in Rhino 6?
@Peter_Salzman wrote: Hi! In Rhino 5 I added a new display setting to my C++ PlugIn. Unfortunately the same code in Rhino 6 seems to have no effect. Here the code snippet: // I have a new UUID...
View ArticleRhino 5 script (specifically rhinoscriptsyntax.GetPlugInObject) does not work...
@vlad.posmangiuluchia wrote: Hi, I had a script that automated my rendering process in Rhino 5 and Vray3. Since swapping to Rhino6 I can’t seem to get it to work. I think it is failing to work with...
View ArticleUsing xaml or json with ETO in C#
@diana_lp wrote: I’m having a hard time getting my ETO form (or dialog for that matter) to work in a cross-platform plugin. The basic forms give a NullReferenceException on the JsonReader.Load(this)...
View Article[Video Recordings 2018] C# Scripting and Plugin Development for Grasshopper
@LongNguyen wrote: Square.jpg1080x1080 572 KB I am very happy to share the video recordings of the 2018 workshop on C# Scripting and Plugin Development for Grasshopper Video recordings, handouts and...
View ArticleBoundary line of a flat object
@onrender wrote: Hi, I am thinking how to find the boundary line of a flat object that includes splines, semicircle and lines. It could be easy in case of a polygonal object by selecting grips but for...
View ArticleGet folder
@f.leon.marquez95 wrote: Hello, I have a question regarding the way to obtain the folder where I save my bitmaps from my program in order to save a csv file. The point is that when I save the bitmap I...
View ArticleLinearDimension GetBoundingBox wrong
@gerardb wrote: Hi, Some trouble on LinearDimension.GetBoundingBox, specialy if the Lineardimension is horizontal. It look to be ok if it is vertical. To test use the sample Add Linear Dimension2 and...
View ArticleAcceptable Use of McNeel Trademarks For Plugin Developers
@EricM wrote: Is there an FAQ somewhere concerning the acceptable use of McNeel’s IP for plugin marketing purposes? Posts: 4 Participants: 2 Read full topic
View ArticleChange color of font from a bitmap
@f.leon.marquez95 wrote: Hello, i have a problem changing the colors of the bitmaps i take from the viewports. Whenever i take a bitmap, i get this image with gray background and the surface or object...
View ArticleHave a GUID, need to access the underlying object
@piroshki wrote: Hi all, I’m feeling very silly, but I am in the process of learning RhinoCommon and I have a very basic question: I have stored the reference to an object as a GUID. I now want to...
View ArticleCell color in Eto with Python
@Tim_Williams wrote: Can I get some hints how to make a cell background color different in an Eto GridView object? As well as the text color in a particular cell? import Eto.Forms as forms import...
View ArticleColumnHeaderClick in Rhino6
@Jon wrote: Hi guys, I’m using ColumnHeaderClick events to sort GridView columns. Works fine in the Rhino-5 plugin (referencing Eto & Eto.Wpf 2.4.1), but the events don’t seem to fire from...
View ArticlePrint without UI
@guillermo_sotomayor wrote: Hello, When I’m trying to modify the print settings from the command line the some of the changes are ignored. -_Print Setup Destination Printer {0} OutputColor...
View ArticleTexture Plugin
@jack3 wrote: Can you make a plugin that can express such a texture? Do you have someone you can ask? sampleimg.png960x960 666 KB Posts: 1 Participants: 1 Read full topic
View ArticleSet mesh vertex with normal updated
@Dani_Abalde wrote: Hi, MeshVertexList.SetVertex does not update the vertex normal, forcing to call MeshVertexNormalList.ComputeNormals. If the mesh is heavy and you only update one vertex, it does...
View ArticleGet a number
@f.leon.marquez95 wrote: Hello I am trying to ask the user to type in a number in order to perform operations, but I cannot at least I ask with th AddCommandNumber method and click on the option, but...
View ArticleAccessing Plugin from Command
@piroshki wrote: Hi all, Quick plugin architecture question: I have a plugin that loads some resources when it first initializes, the idea being that I want the plugin to stay active throughout the...
View ArticleControls.Add()
@onrender wrote: Hi there, I started looking the gui samples for pyhon or c# and I am just wondering when we Add controls to the application we use the this.Controls.Add() but actually it comes from...
View Article