Rhino 7 Python | Boolean difference of boxes
Hi, I have a building with a parapet enclosed by a larger box All elements are boxes. How can I first do the Boolean difference of the building and the parapet. Then do the Boolean difference of the...
View ArticleBasic (?) question about an array of spheres
I have a large series of points (from panelling tools) is there a way to produce the same sized sphere around each point in one go? Thanks 3 posts - 2 participants Read full topic
View ArticleImporting rhinoscriptsyntax breaking a a custom command
We have a custom python command written that within its logic imports rhinoscriptsyntax as rs. We discovered that if you have the python script editor open, and call import rhinoscriptsyntax as rs...
View ArticleFinding the width/length of the room
Hi, I want to find the width/length ratio of a room. But, I want the edges to look to north-south direction should always be accepted as width, the east-west direction should always be accepted as...
View ArticleBatch export to 3d dwg
Hi, I have a lot of solidworks files that I need to convert to 3D dwg, I want to do this as automated batch export. Has anyone written any script that would do this in Rhino 6(ideally)? Many thanks...
View ArticleRhino python preview geometry methods?
When programming with Rhino python I find myself working without much visual connection. Sure the product of my script is some geometry that is added to the document in the end, but I wish that there...
View ArticleExtract mesh wires
I need to do some analysis on sets of curves that could be the extracted wireframe of a mesh(or just some curves, which I’ve done already.) I’d like to extract the wireframe from a mesh, but OMIT the...
View ArticleGoing from mesh vertex index to point
How do I get from the index of a mesh point to its 3D point in Rhinocommon? Or just how to iterate over every face in a mesh, doing something looking at the vertices of each? I was messing around at...
View ArticleHow to get value on button click
Close button click handler def OnOKButtonClick(self, sender, e): if self.m_textbox.Text == "": self.Close(False) else: self.Close(True) I need dialog don’t closed when i click button and get value is...
View ArticleGHpython: Generartive spawning circles
Hi, I’m trying to generate circle spawning from one base circle where a circle is spawned from this base circle and from this circle, another circle is spawned etc until the circles fill up the curve...
View ArticleRhino 7 multipipe python version
Hi there, Is it possible to script with multi-pipe in ghpython or rhino python? I didn’t figure out a way. is it because it’s an external package? 2 posts - 2 participants Read full topic
View ArticleFix "No module named rhinoscriptsyntax" in pyCharm
Hi There, I am trying to use pyCharm as an IDE for editing rhinoscriptsyntax. I’ve added the path below as a path variable. %AppData%\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython...
View ArticleMesh detail views missing from exported pdf
Hello, When creating a layout we created multiple detail views for the different angles of a model via pageview = sc.doc.Views.GetPageViews()[0] pageview.AddDetailView(name, top_left_pos,...
View ArticleProblem with scripted PDF import (Mac)
Hi there, i am trying to import a pdf file from disc and suppress the command options on mac. Below snipped is run from a script saved on disk and works fine under Windows but not under Mac: # build...
View ArticleTan on single curve
Hi all, it would be possible to find a line of tangency of two different points on the same single curve? ps (using python or rhinocommon) 1 post - 1 participant Read full topic
View ArticleGet information out of an inactive Detail view - possible?
Hello! I’m unsure if this is the right category, but anyway: In the same manner as annotations can be associated to points inside a Detail (and even move with it) - is it possible in Python (or even...
View ArticleHow to use a grasshopper component inside a python plugin
How to use a grasshopper component inside a python plugin. 3 posts - 2 participants Read full topic
View ArticleList input problem?
Hi ! I’m certainly no pro when it comes to python inside of Grasshopper, but I’m encountering something that makes me feel like a total stranger. The setup I got can hardly be more simple : my_list =...
View ArticleCreate its own Help Command for PythonScript
Edit the help webpage in Rhino plugin seems to be possible: Create its own Help Command for Rhino Plugin Rhino Developer Hi @gaspard.bourgeois, Provide command specific help, just override the...
View ArticleChaos game rhinopython
Hi there! I am trying to generate chaos game code in rhinopython. I am trying to create something similar in photo that i uploaded. I was able to find this python code for chaos game but i don’t know...
View Article