How to get RhinoViewport from ViewInfo or ViewportInfo?
@marton.parlagh wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleHow can I reference Grasshopper.dll assembly in Unity?
@da.yang wrote: Hi, I’m trying to integrate Rhino.Inside® into a Unity3D application. I have used the Sample project. But I found I can’t use Grasshopper API if I just copied the “Grasshopper.dll”...
View ArticleDeveloper in Sydney/AU
@ChristopherBotha wrote: Hi All, We have written a fairly complex plugin that inserts our ERP system directly into Rhino, and quotes jobs directly inside of the rhino interface. Plugin does a lot of...
View ArticleExtrusion objects selection within the block instance
@samoles82 wrote: Hi All, There is strange behavior of object selection within block instance. I have the block instance that contains 3 objects: polysurface, extrusion and mesh. I would like...
View ArticleRhino 6 Scripting error
@alex.warren wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleDataTree similar datastructure
@Petras_Vestartas wrote: I would like to ask help how to implement a similar data structure as datatree. I have a flatten list of custom class and would like to access items by pair of indices. For...
View ArticleLaunching Rhino from Python
@cyang21 wrote: Hi all, I am not sure if this question has been asked or not, but I was wondering if we could directly launch Rhino and potentially Grasshopper from Python, so that creating Rhino can...
View ArticleIs there a function of c++ sdk that has the same effect as...
@suc_kiet wrote: Hi; In c# when I run this code: public class MyPlugin: Rhino.PlugIns.PlugIn { public MyPlugin() { Instance = this; RhinoApp.Idle += OnIdle; } private void OnIdle(object sender,...
View ArticleClosedSweep Issue - Rhino.Geometry
@Federico_Giacomarra wrote: Hi, I am trying to perform a sweep one rail on a closed curve, which is a boundary curve of a polysurface (brep). All works well except when i try to perform a closed sweep...
View ArticleGet corners of a plane
@gustavo.uzcategui wrote: Hi, I have a plane but i can’t see it, then i want get the corners of the plane, so i can draw a rectangle with this corners. My code is in c# Posts: 1 Participants: 1 Read...
View ArticleChanging EtoCollapsibleSection title font
@marton.parlagh wrote: Is it possible to change the title font of an EtoCollapsibleSection? Márton Posts: 1 Participants: 1 Read full topic
View ArticleDisable automatic text orientation
@software_comas wrote: Rhino 6SR15 / RhinoCommon Hi! I’m trying to rotate a TextBlock by a variable angle. I noticed that, if rotation angle is greater than 90°, Rhino “adds” an extra rotation by...
View ArticleFlow command
@gianfranco74 wrote: Hi All. Is there a way to uniquely identify a copy created with command Flow when in some events like RhinoDoc_AddRhinoObject? Example 3 objects id_1=aaa…; id_2=bbb…; id_1=ccc…;...
View ArticleCheck if command is running
@ricardo.eira wrote: I made a command that does some tasks. I need check if this command is runing or not, there some way? like: RhinoApp.RunScript("_-Custom",true); If (command (_-Custom== true) {...
View ArticleCustom RenderEnvironment not updating correctly in Raytraced
@marton.parlagh wrote: No problem, I was able to improve other parts… I can understand the temperature part:) (it is something what is not better every year…) I have a small issue, and not top...
View ArticlePython: GetSurfaceObject
@onrender wrote: Hi there, Does anybody know that the GetSurfaceObject can select subobjects? I tried and it worked only with single surfaces. Is there any alternative to surface selection in Python...
View ArticleRunscript _Mirrror Syntax
@gustavo.uzcategui wrote: Hi, I need the syntax of _Mirror script command Posts: 2 Participants: 2 Read full topic
View Article4 point mesh face with collapsed edge - shading issue
@Petras_Vestartas wrote: Hi, I have small issue with shading when I draw 4 point mesh face, where two points are on the same location. What would be the way to either remove one point or unweld....
View ArticleGetting Local Texture Mapping in Custom Texture
@D-W wrote: Hello guys, i’m tackling an issue with applying mapping transform during the evaluation of texture:...
View ArticlePoint on Left or Rigth side of Line
@ricardo.eira wrote: I was going to swear I’ve done this, but now I can not seem to figure out how I can do it. So, I have a Line, and some points. direction.PNG624×650 4.82 KB I want select a point...
View Article