Separate Objects by Same Specified Distance x y z
@ShynnSup wrote: Is there a command that can do this? Note that I dont want to array, as array would mean the same object. I have many different objects/groups and would like to separate these whole...
View ArticleTrouble Installing VBScripts as Buttons
@ShynnSup wrote: The script works perfectly fine when loaded and then run with "loadscript" "runscript" commands. Yet when trying to make it a button it fails for some reason. At start I type...
View ArticlePython script that behaves strangely
@vittorio wrote: Below is attached a Python script that behaves strangely. The script puts the odds (long long X or Y) of the sides of a polylinea as in the attached image or any other. If I click the...
View ArticleFit Curves in a Rectangular Perimeter most Efficiently
@ShynnSup wrote: Hi, I wonder if there is an existing command to arrange curves in a rectangle without them intercepting each other. Most luckily a script is needed. If anyone has the time I would...
View ArticleSaveRenderWindowAs question
@juancarreras wrote: I have a script that after doing certain operations issues a render command and saves the image to disk.The code to do that is: import rhinoscriptsyntax as rs ... code ... more...
View ArticleInputsliders custom GUI
@Holo wrote: How can I make a panel with custom sliders to control objects?I could need a simple gui to slide date and month for the sun position, and many other things. Posts: 4 Participants: 3 Read...
View ArticleImage processing library integration to Rhino (scikit-image, OpenCV, Emgu CV,...
@bmartin wrote: Hello, For a difficult new project I have, I will need to extract geometric information about eye glasses directly from 2D pictures in order to reverse-engineer their 3D model as...
View ArticleScript to read a layout scale and updat to the title block?
@CalypsoArt wrote: This is something that is essential for my work using AC. My Title block has a field assigned to the viewport scale. Clicking "update" reads the scale view of the viewport and...
View ArticleBlockEdit with Macro Editor
@Ed_Pearce wrote: I'm a little new to the Macro Editor, but have found it really helpful for editing multiple blocks and saving them out of a scene to various folders using a tertiary Grasshopper...
View ArticleGet the cplane of a blockinstance
@Keith1634 wrote: With RhinoScript can I get the cplane from a block instance ? I am trying to get the height,width,length of blockinstances so I can export to csv. thx,Keith Posts: 4 Participants: 2...
View Article.3dm + Python + UserData
@tom_svilans wrote: Hi, Haven't been able to find an answer to this particular issue. I am creating a .3dm file for each group of objects in a particular scene through a Python script. f =...
View ArticlePython-Script "remaining calculation time" feedback possible?
@SmallChief wrote: Hi there! I am currently developing a handfull of user components for the company I am working at. They are near finished but now other people get to use them I am getting feedback...
View ArticleOverwriting Layer
@alexdell wrote: Hi everybody, I'm not an expert in programming with python and I would like to know the procedure to overwriting a layer with some lines, after I run again the script. Otherwise,...
View ArticleOffset surface on predefined side
@AleksandarSM wrote: Hello, I'm writing a plugin that should unroll sheet metal part (closed polysurface) by mid-surface. Mid-surface is located at half thickness of the part and I need to create this...
View ArticleLabeling geometry
@okeating wrote: I'm trying to count a bunch of geometry and label it. If I had for example an array of 100 circles and I wanted rhino to generate a label for each with a sequential number how would I...
View ArticleDrawLineFromPoint, DynamicDraw
@Gijs wrote: In the example on this page: http://developer.rhino3d.com/samples/rhinocommon/getpointdynamicdraw/ GetPoint.DrawLineFromPoint is used. I expect this to dynamically draw a line from the...
View ArticleImport script
@benim wrote: Hi all, I'm looking for a batch import script that will let me select a folder of files or multiple files within a folder (dwg, dxf, stp, whatever..) and either automatically insert in...
View ArticleRs.DocumentPath() returns stealth None object - am I doing something wrong?
@isvflorin wrote: Hi all,I ran into an issue catching a None object delivered by rs.DocumentPath(). I wish to catch whether the user is working in a saved or non saved file and need the path if it is...
View ArticleExtending IronPython for Rhino with C/C++ code
@baerentzen wrote: Hello Forum, I am a software engineer but very new to Rhino and not too Python savvy - although I have been delighted by the possibility of creating a Python script on my mac using...
View ArticleCrv2ViewLoose
@Gijs wrote: I created a script that allows one to create a curve from 2 views 'loosely'. This means the resulting curve has the same amount of control points as the input curves. I often need to...
View Article