How cant i insert surface Knot by rhinopython?
@suc_kiet wrote: Hi: I want to insert Knot to surface by rhinopython, I have already try many way to do it, but false, help me please. Sorry for my English skill. import rhinoscriptsyntax as rs obj =...
View ArticleRunning Rhino commands in Grasshopper Python
@Shridhar_Mamidalaa wrote: Hello wizards, I have been using rhinoscriptsyntax for a while , now i wonder how commands from rhino can be used.In my case "mesh from points" i have seen a script long...
View ArticlePath to user directory without username
@Helvetosaur wrote: Rhino for Windows - path to user directory without having to specify username? On Mac, the "default" scripts directory is ~/Library/Application Support/McNeel/Rhinoceros/Scripts...
View ArticlePython GetString()
@djnelson75 wrote: In the latest version of Rhino in the rhinoscriptsyntax, did the GetString() get removed? I had a couple scripts that don't work anymore because of it. Posts: 3 Participants: 3 Read...
View ArticleCreating meshes from scratch
@Shridhar_Mamidalaa wrote: Hi all, I am a python user(beginner) trying to understand meshes and meshing algorithms like Marching cubes, Ball Pivot and Marching tetrahedra. I saw basic example provided...
View ArticleRhino.MaterialId doesn't work for Rhino 4.0?
@krsnadas wrote: I tried running a Rhinoscript file on Rhino 4.0 and I get an error that MaterialId/MaterialIds is not a recognized method. I am wondering if there is a general incompatibility issue...
View ArticleUndefined License ( Install Type = 0 )
@KeithR wrote: Can anyone tell me what an Undefined License is - Is this another example of a corrupt license ? ( RhinoScript InstallType = 0 ). I have 2 recent installs of my plugin where the user...
View ArticleCheck for a valid font name - Python
@pascal wrote: Hi all- as far as I can see sc.doc.Fonts.FindOrCreate( Blarg, False, False) is happy to add 'Blarg' to the font table whether or not it is a legitimate font face... How can I check that...
View ArticleRhino.OpenFileName - takes along time to load browser
@KeithR wrote: Rhino.OpenFileName - takes along time to load the browser on the first run - is this normal. Thanks, Posts: 1 Participants: 1 Read full topic
View ArticleEvent trigger events
@Jack_Zeng wrote: Hi all, I am wondering how can we use python to achieve something similar to adaptive component in Revit.For example, when you manually move a window, the wall detects there is a...
View ArticleProfiling of python code in rhino
@kasper_steenstrup wrote: Hello I am trying to creat a grid of points, where only the point inside a surface should be set.To do this I use IsPointInSurfaceThe problem is that I get a huge time...
View ArticleFaster voronoi
@Shridhar_Mamidalaa wrote: i m looking for ways to produce faster voronoi .. any suggestions how ??? FAcet dome is fast but doesnt behave well on random point cloud. here is what i m trying to do .....
View ArticleSelect Text - Python Script
@Tudor_Chirila wrote: Is there any chance to select the text from a 3dm file using python scripting? I need to return all texts from a rhino file in a list. I know RhinoScript has that implemented,...
View ArticleInsole design in Rhino
@TomS wrote: Hi,I recently started to explore the possibilities of rhino for designing insoles (orthotics).I'm currently trying to figure out how i can add pads to the insole surface to locally change...
View ArticleHow to use the RhinoDoc under Python
@Jack_Zeng wrote: Hi all, This maybe a low level question:I am recently quite interested in using the RhinoDoc (Rhino Library) under Python.But I found that the guide is not as clear as...
View ArticleInteraktive rhino
@kasper_steenstrup wrote: I like to visualise something interaktive in rhino, just like when runnig the curvature command and you can see the curvature circle when moving along the geometry. A test...
View ArticleCSV file to UserText
@BaptisteC wrote: Hi there,I am using userText for almost everything I do in Rhino. I'd like to implement a short python script which would allow the user to pick a CSV filename, then read it, and...
View ArticleRhinoScript Editor: Basic scripts not working
@milosutter wrote: I am new to coding and am eventually trying to run scripts that allow different layout pages to have different linetype displays, relevant to specific page sizes. It works to run...
View ArticleBatch Process multiple meshes with Mesh Mappper script
@BabyRhino wrote: Hello,I am trying to remap many meshes' UVs. Jess Maertterer wrote a beautiful script to do this one mesh at a time and now I am trying to adapt the script to batch process multiple...
View ArticleRemapObject in rhinopython
@suc_kiet wrote: Hi, In rhinopython, how can i have the the effect like the function Rhino.RemapObject() in rhinoscript?Sorry for my English skill. Posts: 3 Participants: 2 Read full topic
View Article