Quantcast
Channel: Scripting - McNeel Forum
Browsing all 5743 articles
Browse latest View live

Auto routing

@panacer wrote: Hello, i am exploring the idea of running a script to auto run wiring and piping in a 3d rhino model. Other than simplifying the problem down to connecting 2 points that must be...

View Article


Problem with automatic indent

@stefan.s.engstrom wrote: I am using the Rhino Script Editor and are having problems with the automatic indent function along with automatic start/end loop and condition matching. For example, a Next...

View Article


FilletSrf in PythonScript

@tobias.stoltmann wrote: Hi all, I just tried to fillet 2 surfaces with pyhton. Unfortunatelly it does not have the “extend” option, so that it would extend the fillet if the surfaces are not...

View Article

Hide and show 'form' with eto python script. Help me

@xiix.xoox wrote: I make a button with eto python script. The mission of button is get text. I want when button click then ‘form’ be hide. When i get text succeed and press ‘Enter’ then ‘form’...

View Article

rs.BrowseForFolder() bug on Mac

@clement wrote: Hi @Alain, @dan, the rs.BrowseForFolder() method always seems to return None on Mac version 5.5 (5F72). Could you please fix this ? _ c. Posts: 1 Participants: 1 Read full topic

View Article


How to receive (like Event ) when moving Control Point on Polycurve

@k.saegusa wrote: I want to know How to receive (like Event ) when moving (or moved ) Control Point on Polycurve . and get information which Curve index and Control Point index is moving. (or moved )...

View Article

Draw a specific line type based on a code

@leah.milekic wrote: Hi, I’m trying to get Rhino to import a txt data and then connect points with either a Line, Polyline, curve or Spline, based on a code number that is in the data. I have...

View Article

Image may be NSFW.
Clik here to view.

CreateContourCurves seperate inner and outer curves

@atelierholder wrote: I dont find any way to seperate inner and outer curves after creating ConturCurves with: Brep.CreateContourCurves(…) I already have tried to check the CurveOrientation but it...

View Article


GetObjects bug? selecting surfaces when only Polysurface filter is active

@siemen wrote: Hi guys, draw any single face surface in rhino and run this with python: import rhinoscriptsyntax as rs rs.GetObjects(“Select objects”, 16) The selection filter is set to 16 which...

View Article


IsCloudZooLicense

@a.giehr wrote: Hello, i hope my question is not too stupid, but will the IsCloudZooLicense command return “true” if Rhino is connected to a zoo server or is it only for the cloud zoo server? If it...

View Article

Apply Layer State to Named Detail

@Rickson wrote: Is there a script available for something like this? is it possible? ‘Layer State 01’ Applied to all Detail Views with the Rhino Name ‘Detail 01’ for example. Thanks in advance. Posts:...

View Article

Image may be NSFW.
Clik here to view.

Rhino script troubleshooting

@valedejongh wrote: Hi! I’m having some trouble with the MoveProjectEach script found here Buildings on topography I’m trying to move trees and buildings down to the topography. After trying to run...

View Article

CPlane make it "stay Active"

@harvid22 wrote: Adding text to my new constructed cplane works When I’m trying to rotate the text is using the world coordinates Is it the ViewCPlane I should use to fix it, and How do I set it up...

View Article


Help align curve and point

@xiix.xoox wrote: I make align Point and curve by move curve into location of point but i can run this script in 1 of 3 views(top,font,right). I want them can align in Perspective. Point is location...

View Article

Group objects by contour plane in python

@flokart wrote: Hi all, is there a way to group (get a nested list) contour curves with the same z value. Rhino.Geometry.Brep.CreateContourCurves have no option to group the result it spits a flat...

View Article


mesh.VertexColors.SetColors not working in Python script

@Terry_Chappell wrote: The code below worked for jordy1989 to color a mesh: Dim colors As System.Drawing.Color() = New System.Drawing.Color(Mesh.Vertices.Count - 1) {} For i As Integer = 0 To...

View Article

Image may be NSFW.
Clik here to view.

RhinoCommon-CreateBooleanUnion doesn't work

@shaunwu25 wrote: hello there, 001.PNG1801x795 158 KB I’ve been struggling to use built-in boolean union function in grasshopper. I’ve found rhino boolean works a bit better, and I try to implement it...

View Article


Image may be NSFW.
Clik here to view.

GH Python - How to get out result from function?

@luisseyfer wrote: Hello, I try to create a simple script to implement Rhino’s CloseCurve function in GH. 2018_09_25_10_18_12_Grasshopper_openCloseCrv_.png1565x416 50.1 KB The curve stays open. one...

View Article

How to get GetNextDiscontinuity Points from Curve

@flokart wrote: Hi all, I tried to to use GetNextDiscontinuity in Rhino Common to get the same result like the curve " Discontinuity " in grasshopper. But i have no idea how to use it. A small example...

View Article

Image may be NSFW.
Clik here to view.

Get value from dictionary by selecting key in Commandline

@siemen wrote: Hi guys, Slowly digging myself into python whenever I have some time, but got stuck on this one. So I’m making a script where I would like to receive the value from a dictionary by...

View Article
Browsing all 5743 articles
Browse latest View live