Quantcast
Channel: Scripting - McNeel Forum
Browsing all 5743 articles
Browse latest View live
↧

How to filter points based on distance from sphere center?

@Daniel_Fougere wrote: Hey guys, so I have a sphere and three types of curves intersecting the sphere. I have populated the curves with points and would like to filter out those points based on their...

View Article


Run rhinopython on terminal command line?

@owhite wrote: Hello, I have been greatly enjoying using the ironpython capability in Rhino for Mac. Does anyone know if it's possible to run my python code on the mac terminal, rather than in Rhino?...

View Article


Creating a Box of Curves in Rhino

@Emily_Abelson wrote: Ahhh!!! I'm super new to this whole python thing and ridiculously confused... Any advice for the following prompt?I really don't know how to create a 3D 'grid' of...

View Article

RDK Scripting

@Jarek wrote: hi @andy I was looking at the RDK Scripting Guide from 2009: http://wiki.mcneel.com/developer/rdkrhinoscriptingSince now RDK is a part of Rhino 5 install, was there any development of...

View Article

Help with a script for Rhino

@Charly wrote: Hello all, I write because I need help with a script that I'm making for Rhino. The script calculates de area of the elements of each layer and print them into an excel file. It is...

View Article


A bug in AddRevSrf?

@ZmeiGorynych wrote: Hi, I appear to have run into a bug in AddRevSurf. Here is how to reproduce: open badRevolveExample.3dm (28.1 KB). Then run the following script, which creates (what should be)...

View Article

Xmlhttp equivalent for mac

@Keith1634 wrote: is there an xmlhttp equivalent for mac. In windows this is how I keep track of any demo license of my plugin. thanks,Keith Posts: 2 Participants: 1 Read full topic

View Article

How cant I select grips with direction U or V without _SelU and _SelV in script?

@pythonuser wrote: Hi; I cant use rs.NextObjectGrip() select the next grip with direction U or V, and use rs.PrevObjectGrip select the previous grip with direction U or V. But they just cant select...

View Article


Exposing Edge Tolerances

@Alexander_Kaplan wrote: I've been hoping to visualize edge tolerance in a meaningful way to improve my solid modeling. Has anyone created any scripts which do this? I usually work in grasshopper and...

View Article


Image may be NSFW.
Clik here to view.

CageEdit for Multiple Objects

@rhw2 wrote: Continuing the discussion from Cage edit equivalence command in python: I can't seem to get the rs.command CageEdit to work for multiple objects!For example, I used a similar script but...

View Article

Python rs.ObjectsByType() bug

@clement wrote: Hi @Alain, there seems to be a "bug" with rs.ObjectsByType() method in python, it does not list any objects placed on hidden layers. eg. using the code below: ids = rs.ObjectsByType(8...

View Article

Image may be NSFW.
Clik here to view.

MessageBox() broken in Mac Rhino?

@Helvetosaur wrote: I seem to recall that it worked before - now it fails with an exception message... Did this break something, or is my memory faulty and it never worked on Mac Rhino? --Mitch Posts:...

View Article

Running scripts inside Rhino commands (-_Runscript vs. compiled plugins)

@Jarek wrote: Hi All, For a while now I have been looking into some specific script and Rhino commands intetactions, and finally after @Helvetosaur's question I am writing down a question and few...

View Article


Image may be NSFW.
Clik here to view.

Import Airfoil Script--Rhino for Mac

@CMD wrote: Hi everyone, Glad to be starting out taking part in the rollout of Rhino for Mac. I've recently purchased the commerical build (5.1) and am happy with how things work for regular modeling...

View Article

Python rs.CurveEditPoints() return value

@clement wrote: @Alain, just stumbled over this while not beeing able to slice without using coerce3dpointlist: pts = rs.CurveEditPoints(id) returns a type of 'Point3dList' while pts =...

View Article


Merge two surfaces

@AleksandarSM wrote: Hello, I'm new to this forum an not a complete novice to rhinoscript and python scripting. I am working on a script that should merge 2 surfaces as rhino command _MergeSrf , Is...

View Article

GetPolySrfObject

@Keith1634 wrote: Can I suggest a new RhinoScript command GetPolySrfObject - where the selection returned an index of the face clicked. Or is there an existing method ? Thanks,Keith Posts: 3...

View Article


Image may be NSFW.
Clik here to view.

Insert Carriage Return for python text string on Windows

@rhinorudi wrote: I have a script that prints a text string. When I run the script on Rhino for Mac all is correct for layout when I view the text in the properties panel. Screen Shot 2015-11-04 at...

View Article

Polyline script

@davidr wrote: Hello good morning, I have a set of x and y coordinates from Mat Lab that will create a curvilinear shape, I want to write a script that will draw this shape using a polyline based on...

View Article

Abaut get history in rhinopython

@pythonuser wrote: Hi; I kown: In python if I use Rhino comand, I cant get the History, now I have a sample of Dale which write by c# . Now: I am try to change this sample to python, but I am not good...

View Article
Browsing all 5743 articles
Browse latest View live