RenderInWindow Coordinate system
Grant Bartel wrote: Hi,I am trying to make a script to do some tile rendering using the RenderInWindow Command, and I cannot seem to figure out what coordinate system RenderInWindow uses.I have tried...
View ArticleOrient on surface
junkim wrote: Hi as a jeweller I often use " orient on surface" tool to place stones on surfaces. when I use orient on surface I hit the coordinate "0" in the Top viewport and then choose the surface...
View ArticleRhino.SurfaceArea wish (vbScript)
Clement wrote: Hi @dale, it would be helpful to get an "intIndex" parameter to query a subsurface for its area once a polysurface or extrusion is passed. Without it, users are forced to explode eg. in...
View ArticleCamera 3Pt Python
Matt wrote: I am trying to write a tool so I can set the camera of a selected view based on 3pts in the same way as a Cplane can be defined. Though I yet to find a way to set the rotation/tilt with...
View ArticleExport end points of lines with identification
ASoliman wrote: HiI am trying to export coordinates of end points of a number of lines as txt files with identification next to each point, as it is a start or end point. The txt file is needed to be...
View ArticleEllipsoids from foci
Tomás Méndez wrote: Hello all, Is there a way to draw Ellipsoids in either rhinoscriptsyntax or rhinocommon?i am particularly interested in ellipsoids from foci. thanks, tomás. Posts: 8 Participants:...
View ArticleRs.ObjectName Help suggestion
Mitch Heynick wrote: Could the rhinoscriptsyntax help for rs.ObjectName() be expanded to include the starred lines? Returns String If name is not specified, the current object name if successful....
View ArticleScript to check if objects are a circles
fpagel wrote: I would like to have a script that checks to see if an object is a circle. I can check each one individually in the properties tab, but need to be able to check 20-100 at a time....
View ArticleSummary of scripting roadmap/status
mrmagooey wrote: Hi, I was hoping to just get confirmation of the status/roadmap of the various Rhino technologies, the below is just what I've gleaned from various wiki pages and I would appreciate...
View ArticleAutomation of Maxwell Render Scene to File
Martin wrote: I am trying to develop a tool set for the automation of Maxwell scenes for an animation. I am very well versed in Grasshopper and have been using the scarab plugin to assign custom...
View ArticleInflection points of 3d curves
James Carruthers wrote: How would I go about trying to find them in Rhinoscript? Posts: 11 Participants: 5 Read full topic
View ArticleXML problem but everything looks good
Riccardo Gatti wrote: Hi All, @stevebaer, @clement, I'm trying to read data from an xml file following the example found on Rhinopython forum: import clr clr.AddReference("System.Xml") import...
View ArticlePython Scripts Events
Stratos wrote: Hi Is it possible to receive Rhino events in a python script? I would be interested in receiving events like Rhino started, before Rhino closes, objects are added or deleted. Is this...
View ArticleRhino Python Editor doesn't show output from print command
Tomáš Koutecký wrote: Hi,I have a problem with Rhino Python Editor and print command. Inside the script I'm opening Grasshopper Editor and document, so I guess this is causing the problem.When I place...
View ArticlePython's DimensionUserText fails on ordinate dimensions
Dan Bayn wrote: At least that's what I'm seeing. Anyone else see this? Try this on a normal linear dimension, then repeat on an ordinate dimension: import rhinoscriptsyntax as rsobj =...
View ArticleLaunching Rhino 5 with a batch file and running python scripts
Dobbin Thomas wrote: Hello, I am interested in running Rhino 5 remotely using a batch file. Here's what I need to do with one batch file: Launch Rhino 5 and load a specific file Run a python script...
View ArticleBatch file modifying tool bar then failing to exit
Grant Bartel wrote: Hi, I am trying to make a batch file that is starting rhino through the command line with the \RunScript option which will adjust it's toolbar (opening a custom one and displaying...
View ArticlePlaneCurveIntersection failures under RhinoScript
Jim Shaughnessy wrote: Under Rhino5 SR9, I'm getting some intermittent failures when using the Rhino.PlaneCurveIntersection to intersect a series of sections that were all cut from the same surface....
View ArticleCall FlowAlongSrf From Script
Eric M wrote: Question: How do I call flow along surface passing in the surfaces and point arrays programmatically? Problem: During the layout of objects on a surface, I use FlowAlongSrf. I am...
View ArticleGetting the size of an object
Adrian McKenna wrote: I'm hoping someone can help with this. This is something I developed a few years back for kitchen cupboards and doors, which we cut via CNC, and I'm checking in now to see if...
View Article