Simple Addition Array
@Alan_Farkas wrote: Hi @Helvetosaur, I’m hoping to find a script that can do a simple addition array - for when I have to add stairway elevations in Plan view (file attached for your viewing pleasure....
View ArticleBogue rhino script
@xiaoyazi wrote: Hi every one on rhino 6 BÊTA (6.0.18009.10391, 09/01/2018) N/S : 4-1600-0106-100-0003915-36797 the script command “Rhino.TextObjectText” is not operationel? but this function run...
View ArticleListBox with autocomplete function
@ricardo.eira wrote: Hello, Iam a new os scripts, I start now with python, I need a function that I can not find anywhere (I do not know if it exists). I need to create a “listbox” with autocomplete...
View ArticleRecommended language for AEC industry?
@ShynnSup wrote: Hello, I have been using rhino and grasshopper for some time now and I think the next step for me is scrpting, but I am not quite sure which language should I compromise for. I work...
View ArticleCall REST api from ghPython
@Katsuya_Obara wrote: I am trying to call REST api which is provided by web service I am running from ghPython. I checked that C# can do reading this link. Does anyone know ghPython can do or not? If...
View ArticleAny rhinoscriptsyntax work same as intersect in rhinoceros command
@Katsuya_Obara wrote: Are there any method in rhinoscriptsyntax work same as intersect command in rhinoceros? Posts: 3 Participants: 3 Read full topic
View ArticleCreate surface based on two curve
@Katsuya_Obara wrote: Are there any rhinoscriptsyntax which can create rectangle surface based on two perpendicular curve? Posts: 2 Participants: 2 Read full topic
View ArticleRun script on rhino close or continuously in background
@ricardo.eira wrote: I do that whenever the rhino is started it can run a script automatically. is there any way to do the same but when the rhino is closed?? Or, make a script run loop continuously...
View ArticleAssign content of an txt-file to a variable without windows dialog box
@Felix2 wrote: Hi, I’ve created with MATLAB a txt-file in which I imported some Rhino commands. Now I want to read this txt-file with RhinoScript and run the commands in Rhino. Therefore I use the...
View ArticleIdentify self-intersecting curves without adding points to Rhino Document
@Bianchi wrote: With reference to this previous post on an unsupported command for detecting self-intersecting curves, I’d like to do the same thing but without adding any points to the Rhino...
View ArticleRhino 6.0.18016.23451: Rhino script form external access
@sdona wrote: Hi, with Rhino 5 (32 bit) this .vbs script Dim objRhino On Error Resume Next Set objRhino = CreateObject("Rhino5.Interface") If Err.Number=0 then nRetries = 0 Do While (nRetries < 10)...
View ArticleRhino Grease Pencil
@Alasdair wrote: I’d like to make either a script or plugin for Rhino that works like Blender’s Grease Pencil I looked if I could utilise selbrush’s method of drawing on the screen but that doesn’t...
View ArticleHow to get GUID of the offsetted geometry
@onrender wrote: Hi, I would like to get the ID/GUID of each curve after I offset them from the base curve and apply User Text for each one. Currently I have this; thicknessPlus = [1,2,3] //list count...
View ArticleOpen curves clockwise or counter-clockwise?
@ricardo.eira wrote: Can someone tell me how to determine the clockwise or counter-clockwise of an open curve with Python? I try “ClosedCurveOrientation” but is only for Close curves, and if is a...
View ArticleRhinoScriptSyntax docs. Next steps
@Alain wrote: Hi @DanBayn, @clement @Helvetosaur, @Holo @NavArch I read that you are missing things in the Rhino 6 rhinoscriptsyntax online help that you had in Rhino 5. Some other tasks took priority...
View ArticleBatch export
@Dennis_K wrote: Hi everyone, I have been trying to figure out a way to export all my individual layers in rhino file to individual fbx files....
View ArticleAny rhinoscriptsyntax to draw curve perpendicular to specified curve
@Katsuya_Obara wrote: I could find some discussion about this topic in grasshopper component like this page However, I could not find any information about rhinoscriptsyntax. Does anyone know which...
View ArticleEto form conversion -
@KeithR wrote: I am looking for help converting this html modal form to Eto with python. pm if interested with your quote. thx, Posts: 1 Participants: 1 Read full topic
View ArticleThese object ids are not showing up in 3d what does it mean?
@andrewsthekkathsachi wrote: acad.png1366x768 252 KB this object ids are not showing up in 3d what does it mean ? ( system.guid object at ) ? Posts: 1 Participants: 1 Read full topic
View ArticleIncremental Move
@D-W wrote: Hi Guys, does anybody have incremental move script or sth like that ? I mean each next object moves along selected vector + offset value sth like array but on existing objects if u know...
View Article