How to write script drawing InterpCrv from Poliline vertex
Katsu wrote: Hello, I have to convert many polylines into smooth curve through each vertex.But I could not find such command for converting in Rhinoceros 5. Each Polyline does not have many vertexes.(...
View ArticleRs.FlipSurface wonky?
Jake Hebbert wrote: I dont understand rs.FlipSurface. I feel like it should return a flipped surface. Is it flipping the surface I pass in? I cant seem to get it to work. @@ Thanks in advance. Posts:...
View ArticleRS GetSubObject
Keith Reffell wrote: Hi, Is there a RS command for GetSubObject or another way to achieve this. thx,Keith Posts: 6 Participants: 2 Read full topic
View ArticlePythonEditor "Find and Replace" bug?
Jørgen Holo wrote: I have tried to replace stuff with the Find and Replace tool, but I find it buggy.I can not get it to "replace all". Does it work in-house? Posts: 15 Participants: 4 Read full topic
View ArticleMultiple matches error for sc.doc.Objects.AddPoints()
Mitch Heynick wrote: I am getting this: import Rhino import scriptcontext as sc #create point list ptList=[Rhino.Geometry.Point3d(i,j,k) for i in range(3) for j in range(3) for k in range(3)] #try to...
View ArticleHelp: what makes a point3d?
Jørgen Holo wrote: I am messing about in Python and need some help. How can I easily define a point3d ? I know I can use: end=rs.Str2Pt("1,2,3") but is that the only way? It becomes messy when I have...
View ArticleCalling rhinoscript script files with arguments?
Filip Rooms wrote: Dear community, We have created a quite extensive rhinoscript, which is called many times with different parameters. We would like to call this script automatically with the...
View ArticleMultiListBox in Python
Dan Bayn wrote: I noticed in the latest service release candidate that the MultiListBox method is still not implemented in Python. This leads to two questions: 1) Will it be implemented soon?2) Is...
View ArticleProblem with EditPythonScript
Daniele wrote: Hi Stevei have installed Rhino V5 64 bit and all is ok but i have problem with Python Editor.When i digit rs. don't appear the cascade list import rhinoscriptsyntax as rsrs. Example:...
View ArticleUsing XformScale in Python
Dan Bayn wrote: I noticed that this method has changed from Rhinoscript to Python. In Python, you no longer need to define the plane, but only the scale and an optional center point. I found an...
View ArticleRhino.Geometry.Point3d and Rhino.Geometey.Point questions
Nathan Coatney wrote: I am working on a project in which I am storing string data in the geometry objects. Everything is working for curves. I also would like to store things in points. However,...
View ArticleImporting meshes and rendering in rhinopython
Henry Segerman wrote: I have a directory of .obj files. I want to open each in turn, render it, save the image and move on to the next file. I couldn't immediately find a way to import an obj file...
View ArticleRhino.SurfaceCurvature oddity
Sean Tessier wrote: During some geometry investigation (see this thread Moebius Surface) I noticed some peculiar results as returned by the Rhino.SurfaceCurvature function. My assumption was that a...
View ArticleMulti-Threading Point Cloud Processing
Peter Schmidt wrote: Greetings All,I have been attempting to import point clouds into Rhino.The point cloud is a scanned building facade, the file is over 5 GB as a .pts file.When I attempt to open...
View ArticleHow I can load (Insert) a Rhino-file with c# in the document
Robert Thiebes wrote: I want Insert Rhino file in my document and use it as a block I do this in Python like this it works. Hhow I can do it with c# rs.Command("-Insert File=Yes LinkMode=Embed...
View ArticleA little modification of Script - please help!
Vlad wrote: Here is the script, taken from this forum. The script aligns any selected control points along a drawn line. !NoEchoSetRedrawOFFMove 0 0,1Move 0,1 0SetRedrawONLine Pause...
View ArticleWish rs.ConvertCurveToArcs
vittorio wrote: Hi SteveCan you add a Python function rs.ConvertCurveToArcs?Ciao Vittorio Posts: 3 Participants: 2 Read full topic
View ArticleRhinoPython
Devin wrote: Hello, I'm new to Rhino and have few questions: 1) is it possible to use a web form to communicate with Rhino? For example, I enter the part number via the web form and if the server...
View ArticlePhysics Library For Rhino.Python Instead of kangaroo?
Tingwei D wrote: Hi Everyone,as I know, there is a Physics library for processing called Toxiclib which including millions of physical simulation methods.I wonder if there is a library for...
View ArticleBeginners question
Willem Derks wrote: Hi, At last I have some time to pick up on RhinoPython.My current challenge: set text to display a detail scale.What I have so far already halts after selecting a detail.Can anyone...
View Article