Can patch mesh be created with Rhino Common?
@Terry_Chappell wrote: Currently I use: rs.Command(‘NoEcho -MeshPatch EnterEnd’) to create a patch mesh from selected points. Is there a way to do this using Rhino Common calls that do not require...
View ArticleVbscript curve class
@cshea wrote: vbscript: I would like to make a make a copy of a curve (basecurve) and perform transform methods to this copy (newCurve) without changing the original basecurve. because curve is a...
View ArticleConnect Curves
@Alasdair wrote: Is there a something similar to the “Connect” function in Rhino python? I tried adding a 0mm fillet but I realised that won’t work using python. Cheers Posts: 1 Participants: 1 Read...
View ArticleScript Planar Quad Mesh
@Antonio_Cersosimo wrote: Hi, does anyone knows if there is a quick method in rhinoscriptsyntax or in Rhino for generating a planar quad mesh, define with boundary and subdivision in X,Y. Thanks...
View ArticlePage number by rs.TextObjectText
@bojdol wrote: I am trying to use rs.TextObjectTextfunction and it works well, but when i am putting %% into text to achieve page number it is not changed into proper number, but displayed(and...
View ArticleAddSweep1 Function, Incorrect Output - Need help debugging
@ebe.farooqui wrote: Hey everyone! I’m attempting to use the addsweep1 function to take a circle object and sweep it around a given figure. See the picture below The expected output should look...
View ArticleCreate 3D-printable Object With No Capped Sides
@ebe.farooqui wrote: I have a “frame,” and a tab it’s standing on, as seen below that I’d like to make available to 3D print. I would only like the frames of the figure and box to be 3d printed and...
View ArticleDevelopment one script
@ruben wrote: HELLO I need some one can suport me in development one script to cut in 2D Posts: 1 Participants: 1 Read full topic
View ArticleReference RhinoPython selected object in IronPython
@onrender wrote: Hi there, I was thinking what if I selected an object by an RhinoPython method and I want to link that object in IronPython in the same code? Posts: 3 Participants: 2 Read full topic
View ArticleHelp diagnosing a simple python script
@declan wrote: Hi all, I’m trying to create a simple python script to loop through a selection of crvs and check for minimum clearance between them. Basically simulating the CrvDeviation tool, but...
View ArticlePython / RhinoCommon deprication messages
@clement wrote: Hi @piac, are deprication messages still enabled in RH6 (6.5.18111.2181, 21.04.2018) ? I did not see any come up after testing 30 scripts to be ported for V6. The most i got from:...
View ArticleCustom File import/export
@jj1 wrote: Hi Guys, I have a Question, does anybody ever make a custom 3dm Import export for another cad Software to be able to import Rhino Files natively? Is this possible at all? Posts: 2...
View ArticleData history
@BaptisteCo wrote: Hi, I have many backup files that I saved almost every day for a year. I recorded a lot of data as UserTexts on geometries. I’d like to build a script that could read every file and...
View ArticleHelp with scripting
@mohamedalboush wrote: Hello everyone, I’m new to scripting through Python, but for a first try I think I’m doing a progress…hopefully!! I’m trying to create a spiral staircase, and it’s almost done....
View ArticleSelect every objects in a script
@amineboussoualim wrote: Hi, i want to know how to select every object with rhinoscript, like doing a Ctrl + A, i tried this whitout succes : Dim arrObjects arrObjects = Rhino.AllObjects...
View ArticleTriangulation patterns in .ifc file format using coordinates and indexes
@yafimski wrote: I’ve posted this in another forum as well due to the mathematical nature of the issue: forum post I’m doing some manipulation of raw string data from an .ifc file exported from...
View ArticleScript to array objects with Packing Algorithm
@heiwayuuri wrote: To the scripting world: I wanna array select all objects with Packing Algorithm. reference(https://codeincomplete.com/posts/bin-packing/) Because I want to efficiently place objects...
View ArticlePython script, help me understanding this
@maxz wrote: I haven written a python script to create a testtrack purposed to test the cornering behaviour of a cad/cam machine. The script creates a polyline with incremental corner sharpness every...
View ArticleWeb-Crawler for "Food4rhino"
@valmirkastrati wrote: Hey guys. I was trying to create a list of all the add-on apps that exist for grasshopper in food4rhino, and since I’ve been doing some python coding lately (by creating simple...
View ArticleIron Python read/write data to Microsoft Word (*.doc) files?
@agi.andre wrote: I’m trying to create/populate a Word document .docx file with data from grasshopper. Do anyone know how this can be done? What I’ve found is this code for ironpython:...
View Article