Cage Edit or Interpolated points control in Rhino Script
@Vahab wrote: Hello all,Any ideas on how to simulate Cage Edit in Rhino Script?I would also need to have access to curve points (not Control Points) when coding in Rhino.Thanks In advance Posts: 1...
View ArticleRhinoscript: Widen the gaps
@hjandersen wrote: Hi all, I have some items with gaps in them. From a database I have the widths of the parts that have to go into the gaps. The problem is to widen/narrowing each gap based on the...
View ArticleChange path to block via script
@wynott wrote: I am starting to daydream about a script that swaps out block instances for low-detail, perhaps already meshed, equivalents or vice versa back to the OG NURBS version. Logic would be...
View ArticleMade a script that's running every time I open rhino... what gives?
@wynott wrote: This is probably obvious... Used the same sortof beginning lines as usual but first time I've had a problem: Option Explicit'Script written by Ryan Wynott'Script version November 25,...
View ArticleGood Atom package to tidy py scripts for Rhino?
@kleerkoat wrote: i'm just learning python and keep getting errors for the formatting of the code more than syntax. I know, I know, I need to learn proper but I'd learn better if something could clean...
View ArticleCannot delete an object created by ghpythonlib
@Jack_Zeng wrote: Hi all, What I am trying to do is to create a cutting brep to split a surface. After I succeed to create the brep I would like to delete the 'edge1'. But for some reason I cannot...
View ArticlePython CurveCurveIntersection intersecting a group of curves inside a loop
@horst wrote: Hi all, i want to check for intersect a group of curves which are copied and rotated randomly on a surface in a loop. Now i want to to check for intersection and add/or not add the...
View ArticleNewby scripting problem... probably obvious
@wynott wrote: I am getting a type mismatch on the strPt line. Sub Main() Dim ObjectforCG: ObjectforCG = Rhino.GetObject("Pick", 8 + 16, True, True) Dim areaCentroid: areaCentroid =...
View ArticleHistoryRecording In VBScript
@Vahab wrote: Hi,What I am trying to do in the following code is to deform an extruded Object (Polygon Based) by means of History Recording.That means any upcoming changes to the polygon results in...
View ArticleCreate layers from material names
@arquitextonica wrote: I have bought an obj model of a car, just to painfully discover that all meshes are on the same layer with about 30 different materials applied to them, hence my question:...
View ArticleDisable Tooltip on Constrain
@Jess wrote: Hi All, Is there a way to disable the tooltip while getting a point constrained to geometry with RhinoCommon? Rhino Options > Cursor Tooltips is not enabled. Thanks, Jess Posts: 3...
View ArticleSubtracting multiple Polysurfaces from multiple Polysurfaces in RhinoScript
@Vahab wrote: Hello,Can anyone please help with the following code?Just imagine there are two squares and inside each one there are two rectangles. the code is supposed to take all inner rectangles,...
View ArticlePythonscript
@thom1 wrote: Hi, I can't find a link to dowload pythonscript for rhino installer. Thomas Posts: 4 Participants: 3 Read full topic
View ArticleMissing lines when script sent to print
@Madison wrote: Hello, I hope somebody is able to help me with a small problem I have. When I send my script through to print, it never prints the last two lines of the code, and sometimes misses off...
View ArticleApparent memory leaks after multiple mesh rotations
@Alexandre_Filiatraul wrote: Hi, I'm running a test I have written in pythonscript, which involve a high number of translations and rotations of a mesh. After 2 minutes, I run out of memory, and I...
View ArticleHow to AddSweep2 from previously defined variables instead of GetObjects()?
@bluekite wrote: If I have already defined the two rails and cross-sectional curve, what do I need to do to process them so that they can be used as the arguments for the AddSweep2 function? All of...
View ArticleBreak/Ctrl-C out of python script
@vincentfs wrote: I am running a huge calculation through python script. Is there a way to force break out of the script other than to force close Rhino? Thanks! Posts: 3 Participants: 2 Read full topic
View ArticlePython: Select objects made by script and group?
@kleerkoat wrote: First try in really trying to write a script and I'm stuck on something that is probably obvious. How can I group the created objects at the end of the script? any tips would also be...
View ArticleGetObject(s)EX extension wish
@Helvetosaur wrote: Wonder if GetObjectEx and GetObjectsEx could get another optional Boolean argument after the optional 'objects' argument. The idea would be if the objects argument is not empty, to...
View ArticleMeshOutline and Polysurfaces in RhinoScript
@Clive wrote: Hi, MeshOutline in Rhino, takes surfaces, Polysurfaces as well as Meshes.While Coding, Rhino.MeshOutline ,however, seems to be friendly with meshes only.I would rather not to convert...
View Article