Modify dimension control points
laurenz andritz wrote: when i select a dimension (eg. linear dimension), in the "Properties" window / "Detail" button different values are shown.Those of most interest to me are the five points...
View Article[REQ] - simple arc centerPoint script
jeff hammond wrote: does anyone have a python script that places a point at an arc's (or circle) center? up til now, I've been using _markFoci for this with iffy results (it doesn't work right with...
View ArticlePatching a point cloud using Python
Brendan wrote: Hi, I'm trying to import a point cloud and then patch it using Python, but I am having trouble figuring out how to either control the settings using rs.Command or use a point cloud with...
View ArticleIs it possible to script the application of a material on à rhino object?
Cadlink wrote: Hi Rhino's fans Is it possible to script the application of a material on a rhino object?I needs to render automatically a ring with a lot of different material : gold, silver, platinum...
View ArticleProblem with moving points - Python Script in Rhino
Carlos wrote: Hi, I'm fairly new to using python in Rhino, and I'm having trouble writing a function to move an existing point anywhere in the top view. To me, everything checks out, but when I select...
View ArticleImplementation wish : rs.GetLinetype()
Mitch Heynick wrote: Thanks, --Mitch Posts: 2 Participants: 2 Read full topic
View ArticleDealing with rectangles and squares in Rhino vbscript
Roland Mont wrote: Hi,Currently I am either creating rectangles and squares or finding rectangles and squares for tile scripts I am working on.I noticed there are no create rectangle methods in RS....
View ArticleHelp on Live Sectioning- batch processing
Gloria B. Frazier wrote: Hello Everyone, I am an medical student with little knowledge of C++ & 0 knowledge of 3d softwares. So gurus & experts please bear with me. I need to know how...
View ArticleUndo Script if result is null of esc is press Rhino Python
Matt wrote: Morning All, I have written a code that first checks if layers are present and deletes the 'old' clipping planes and objects within selected group, then lets the user pick a new box for...
View ArticleHow to Get Viewport Name with Mouse click or Command line option [ Python]
Matt wrote: Hi Everyone.. again I have worked out how to select the viewport I want to adjust from the command line , by getting the user to select from the list view names but this requires the user...
View Article[RhinoPyhon] Dynamic Draw for Inserting objects
Oleg Zumadilov wrote: Hello, I'm new to python and to rhino as well, but have managed to make some simple scripts. I've made a script that works similar to Rhino's Orient command, but uses a second...
View ArticleRs.GetObjects default prompt
Mitch Heynick wrote: Just a minor niggle, but I noticed that the default command prompt if no message is specified for rs.GetObjects (plural) is "Select object:"... For correctness it should be...
View ArticleHow to document your library of code ? Sphinx?
Tony Ho wrote: Hi, I would like to know how does everyone document their Rhino Python code ? The goal here is to package a collection of Rhino Python scripts into a module , automatically generate a...
View ArticleSuper basic Python for Rhino Mac issue
Jeff wrote: Hello everyone I’ve got a very basic python issue. I’ve been using Python for Rhino for a couple months to run a script which lets me export hpgl data from Rhino – its been great. A week...
View ArticleNeed Help! Problem using Rhino Python to create dynamic grid of points
Carlos wrote: Hi, I'm working on writing code that will make a rectangular grid of points and have them be manipulable and moveable relative to each other. What I'm envisioning is that there would be...
View ArticleRhinoCommon - working with arcs/circles
Mitch Heynick wrote: Hi all, Been trying to work with arcs and circle objects this morning, and I'm having some trouble understanding how to do a few things... I would like to construct an arc from...
View ArticlePython OffsetSurface method possible bug
Dan Bayn wrote: The help file says that this method works on trimmed and untrimmed surfaces. I don't find that to be the case. It seems to fail on trimmed surfaces. Can someone confirm that? Thanks,...
View ArticlePause script until Enter key is pressed
Wattzie wrote: Hi, I would like to pause a script to allow the user to move/resize an object manually with the gumball before continuing. A behavior similar to many commands where the user has to...
View ArticleMacro ExtractSrf - limit 1 selection
Keith Reffell wrote: How can I limit the selection to one srf for this macro ! -_ExtractSrf _Copy=Yes _Pause _Enter The Enter does not seem to work in this instance. thx Posts: 1 Participants: 1 Read...
View ArticleSelect objects whilst modal open
mrmagooey wrote: Hi, Is there a particular type of form modal that I need to use in order to be able to select objects in the Rhino viewports whilst the modal is open? Currently by running a modal...
View Article