Handling exception
@lepli wrote: Dear all, I am working on bit of python script on grasshopper which enable to simulate movement of drops of water on a surface.It works well with most of points(drops) on the surface,...
View ArticleSuppress Dialog box & options
@Cyver wrote: Hi all, i have a problem , i'm scripting _OrientOnSrf with rhino.command : Rhino.command " _-OrientOnSrf .............. i'm using dash to suppress dialog box, but Rhino behaves like if...
View ArticleProvide argument to RhinoApp.Runscript()
@boy10322 wrote: I want to use RhinoApp.Runscript to execute command.I have to provide some information , like point , curve etc, to command.I don`t want to create any object on Rhino,so I want to...
View ArticleUpdated arrange tiles script
@sun wrote: Dear allI need support for change one script Arrange Tiles ze.3dm (157.3 KB) ArrangeTiles.rvb (11.1 KB) Posts: 3 Participants: 2 Read full topic
View ArticleRS ShootRay enhancement WISH : allow meshes
@Jarek wrote: As in the subject. Interestingly enough, I found the same wish made in 2009 in UseNet archives - hope this vote will help to bump this 7-year old wish up...
View ArticleExcel Reading Limitation
@wim wrote: I'm using Bumblebee to read data into Rhino. My Excel files have about 500 000 rows each but I cannot get in more than ± 65 000 rows into Grasshopper at a time. In the old days, Excel had...
View ArticleMeasure curve-curve overlap
@lawrenceyy wrote: Given large curves (red) and smaller curves (blue) I want to return only blue curves that overlap red curves by more than 99% of its area. Blue curves that have more than 1% area...
View ArticleCursor constraint possible in Python script?
@TomS wrote: Hi All,I'm currently writing a script were you have to select certain points on a mesh object.These points are later on used to draw curves on the mesh.I started looking for a way to...
View ArticleEqual Mesh
@richard_schaffranek wrote: Hallo all, I am currently working on some shape recognition. Therefor I would need a way that gurantees that if two breps are exactly the same that also the resulting...
View ArticleDynamic curve on mesh
@TomS wrote: Hi all,i'm currently trying to write a script that allows you to draw a controlpoint curve on a mesh where you can dynamically change the amount of points and see a preview of the...
View ArticleIs this the best way to automatically update linked blocks?
@Holo wrote: Blockmanager isn't very effective in updating blocks so I wrote a small script,but does this seem like the most reliable and effective way to do so? import rhinoscriptsyntax as rs...
View ArticleDefining a Plane in RhinoScript
@mgags wrote: Very new to using Rhino script. I cannot get the following code to run. Dim arrPlane(3)arrPlane(0) = Array(0.0, 0.0, 0.0) ' origin pointarrPlane(1) = Array(1.0, 0.0, 0.0) ' x-axis...
View ArticleFrom Python into Rhino Common
@Willem wrote: Continuing the discussion from Is this the best way to automatically update linked blocks?: Is this the best way to automatically update linked blocks? I never figure out how to find...
View ArticleRenaming objects by layer
@juancarreras wrote: I need a script to rename objects by the layer that they are in. Can anybody help?Thanks ! Posts: 1 Participants: 1 Read full topic
View ArticleEquivalent to "CreateSolid" instruction in rhinoscript
@jeffoulet wrote: Hi there, Is there an instruction to generate closed polysurfaces from boundary planes or surfaces in rhinoscirpt syntax? I mean something similar to the "CreateSolid" instruction...
View ArticleDelete everything outside boundary curve?
@ShynnSup wrote: Hello, I was wondering is there is a way of deleting all objects outside a boundary curve, meaning that all objects inside the curve will remain and be splitted from the parts that...
View ArticlePySide binding for Python in Rhino
@Romey wrote: Pretty sure I know the answer, but thought I would ask anyhow. Need to use PySide in Rhino. Guessing it will not work considering Rhino's Python library is built on IronPython which...
View ArticleSplitting a brep face with curves using BrepFace.Split Method
@Helvetosaur wrote: Maybe I'm using this wrong, but I can't get it to work... http://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_BrepFace_Split.htm Says I can split a brep face with a...
View ArticleLoadMyToolbarAtStartup script
@Keith1634 wrote: Does this page need updating: http://wiki.mcneel.com/developer/scriptsamples/loadingtoolbars I can not get my rvb file to run from startup. thx,Keith Posts: 4 Participants: 2 Read...
View ArticlePerformance of Rhino.Geometry.Surface.IsSphere(tolerance)
@spb wrote: Is IsSphere supposed to work on non-rational NurbsSurfaces? If so, it is not returning True for some surfaces that are within tolerance. For example, for surfaces made by using _Rebuild on...
View Article