List Access in c# have bug?
have List Access in c# bug? https://aws1.discourse-cdn.com/mcneel/uploads/default/original/4X/2/2/2/222e07bec45e6801950f2fa9a2e56335e5f9d2cf.mp4 4 posts - 3 participants Read full topic
View ArticleSubD Crease edges by Splines (Curves)
Goal: to get a crease in the SubD of a surface based on splines repeating these edges. I create a Low Poly object in 3ds Max and create splines along crease edges in the same place. I export all this...
View ArticleScript error message
Running in to this error message when trying to use my scripts. was working fine yesterday and today is giving me this message. Only change that was made on this computer was deleting team viewer. any...
View ArticlePiping and Fitting Script
Hi everyone, I want to make a script that makes piping and its fittings through selected curves and given dimensions. Can anyone help me about this? Thank you very much. 3 posts - 3 participants Read...
View ArticleThe file writing plug-in failed
Hi, check it out 2021-05-02_1940321035×409 106 KB Point Clouds.3dm (50.2 KB) Export.py (310 Bytes) 1 post - 1 participant Read full topic
View ArticleRhino Plot Styles - A proposal to handle plot styles in Rhino
Hello, We are two french architects, and we are trying to use Rhino as the (nearly) only tool for our practice In order to do that, we created a serie of python scripts aiming at easing the plot...
View ArticleSet object name from file name in Python
I am trying to set the object name of a mesh to the name of the file as part of a workflow. I thought I had it with the below script, but the OBJ name is not set to the file name, but just to “m” in...
View ArticleHow to hide edge after joining two geometry together
Hi there, I would like to remove the edges after the Boolean operation. Is there any quick way? The only solution I have found is to Explode the unified geometry then to use the Merge command to merge...
View Articlers.AddBlock always uses the Origin as base_point
Hi there, I was trying to do the following: block = rs.AddBlock([obj], pt, str(obj), False) rs.InsertBlock(block, pt) where pt is the base point I want to keep, but the result always uses the Origin...
View ArticleObjects in refecence python script
Hi, I’m developing a script to make sections based on cplanes position. I did a similar script with rhinoscript and it was able to section objects in file and objects in reference, now with python I...
View ArticleGenerating Geometry of a GH file from within a python script
Hey there Rhino & Python experts! Im pretty new to rhino and grasshopper, but hopefully you can help me with a pointer into the right direction. If this question has already been answered here in...
View ArticleHelp for (offsets Brep+MergeCoplanarFaces)
help for (offsets BreMergeCoplanarFaces) offsetbrep+Mergecoplaner srf.gh (13.7 KB) private void RunScript(Brep X, double distance, bool solid, bool round, bool Merge, ref object A, ref object B, ref...
View ArticleHelp : rs.CoerceMesh(mesh_id) and replace vertices
Hi, I have made a tool to trace over another mesh, with the option to continue on that start_mesh later on. It’s quite simple and uses the points to make a mesh patch with the command...
View ArticlePython help
Hi guys. Where is problem ?? image1427×901 80.1 KB 2 posts - 2 participants Read full topic
View ArticleCustom formatting for Detail Scale variable
Hi all, Wondering if there’s a way to add support for more customized formatting (or more generalized python code) within a text field. Specifically, I’m trying to add a text field that: gets the...
View ArticleError Message: Unable to add line to document
hi Why do I give this error when I want to draw a line between two points? (379 Bytes) Screenshot (101)1120×838 51.2 KB 1 post - 1 participant Read full topic
View ArticleHandling data using dynamic inputs and outputs through ghenv.Component.Params
Hi! How can I channel data from two dynamic inputs into a single dynamic output? All my inputs at the left are paired with corresponding output at the right. My inputs and outputs need to be dynamic...
View ArticleGet point on Mesh
Hello I m trying to create a component to get a point with constrain on mesh. i can hide the convas, get the mesh and constrain on the mesh. but i have to move the vue before picking the point on...
View ArticleRhinoceros 7 automation
I am using the script available here: [Run Rhino 6 and python script from Windows command line] and trying lo run my plugin in batch within automation. My plugin implements a very simple command and...
View ArticleMulti line in _-TextObject
hi how to write multi lines with -TextObject in python. i made plugin for text writing in right to left language. but i can write just in one line. please guide me find a solution for this problem. 1...
View Article