RhinoScript
@tlongtin wrote: Cannot get RhinoScript to run from Rhino Tools or from RhinoScript Editor buttons. Something simple no doubt. Any suggestions? runscript1946×982 255 KB Posts: 3 Participants: 2 Read...
View ArticleIs there a way to modify technical view
@ivelin.peychev wrote: I am talking about this one: Can I somehow modify what is seen in it? Change linetypes put additional information? Extract what’s visible there in 2D or export to dxf/dwg?...
View ArticleMod to Distribute script?
@wynott wrote: Looking at you @pascal I use this script probably more than anything else. It seems to get confused when you have a block instance inside a group as part of your selection… Would it be...
View ArticlePython in Rhino: rhinoscriptsyntax
@daniel.schaffer wrote: Hello, I am a total Rhino newbie trying to understand scripting with python in Rhino… so I hope this is the right place to ask. I have a quite general question about libraries...
View ArticleUsing Null in MeshVertexCount not working for me
@mwe4ol wrote: In Rhino 5, imported a set of meshes from DAZ3D They render with the vertex color I check and uncheck that box in appearances, no affect I ran the sample Rhino.MeshVertexCount and it...
View ArticleRegular screenshots for timelapse
@wynott wrote: I’m starting a new project soon and I was thinking it would be cool to have a timelapse at the end in a year from now or something. Curious about the feasibility of this and how I might...
View ArticleCreate line by length and angle
@eric.bunn wrote: Is there a way to create a line from a point of a defined length and angle? Posts: 6 Participants: 2 Read full topic
View ArticleAutomatically bake to a layer and coerce
@Joseph_Oster wrote: How do I get an object from GUID? Can you elaborate or link to documentation? I can’t really find anything about these “Coerce” functions. Where are they? ~Four years later and I...
View ArticleMotion sculpture human body
@gpetrica001 wrote: Hello, Does anyone know how to create a surface from the motion of the human body. Surfing the web couldn’t really find something that would help me. Besides a mention that it...
View ArticleTextblock scripting
@giuse_86 wrote: Hi i need to do a script using rhino.command -_rhino.textblock. I have a problem when i use in input letters as “a” or “c” because it call a menu option as text height ecc. how cain i...
View ArticleAnyone have a Split Polysurface with Cplane script?
@kleerkoat wrote: looking to split polysurface with the current cplane, does anyone have one floating around? thanks. Posts: 3 Participants: 2 Read full topic
View ArticleSubD treatment with RhinoScripts?
@Jarek wrote: hi @Dale, Is there any strategy of how SubD objects will be handled with existing RhinoScript methods? I see some analogy with when Extrusions were introduced and it took 5-6 Rhino 5...
View ArticleHow to assign semantic attributes to geometry objects without using layer?
@Grasshope wrote: What I want to do is: assign an attribute “building name” to each building and all the surfaces composing this building assign an attribute “surface type” to each surface to...
View ArticleSelecting all meshes and flipping only those with inward facing normals
@mprice wrote: I am trying to figure out how to use the Mesh.SolidOrientation method in order to script something that will allow me to select all of the separate mesh objects in a window, recognize...
View ArticleEmulating Inline Functions Grasshopper C# Component/Plugin
@felipegutierrezduque wrote: Hi guys, just wondering if this can be done in a Grasshopper component, I tried to apply it to a void function with no luck (I didn’t get any errors, but also no output...
View ArticleClarity on GHPY component guid
@yun.sung wrote: Hi, I am compiling GHPY, and want to clarify what does each GUID (there are two) in each GHPY do? There is a component GUID, and there is an assembly GUID. I understand that the...
View ArticleString to guid using python
@yun.sung wrote: Hi there, I know there is some overlapping notions between guid for tracking geometry, and for other purposes. In this thread, I am interested in the GUID for tracking GHPY components...
View ArticleSelecting the subject layer main layer
@fatihylmz.1923 wrote: 2020-01-31_10-37-582947×525 178 KB Greetings to all, When I select the product as in the picture, is there a sctrip where I can select all the layers in the main layer it is on?...
View ArticleSave current file to new location
@antoinemaesantoine wrote: Hey there ! I’m trying to save the current GH file in a specific location from button without opening a dialog box. A specific filepath would be given, a specific file name...
View ArticleHelp with counting iteration in Python
@sergey.kahn wrote: Hi, I’m trying to write a script that iterates through a list of numbers, adding them until they reach a maximum, and then printing the lists of values. I have a list of four...
View Article