Programmatically create and export geometry
@camalamadingdong wrote: For a project I want to programmatically create geometry, export the file to a particular format (.gdf), and then use the file in another program. I would like the script that...
View ArticleQuestion regarding Arc
@louis9jan wrote: Hi All, Pls check the posted image.How can i get that distance ?? Arc.jpg892x444 31.6 KB Posts: 4 Participants: 2 Read full topic
View ArticleBatch SaveSmall - how to get rid of the version prompt?
@Jarek wrote: Hi, I'm trying to batch process a bunch of V4 files and SaveSmall.I am using: Call Rhino.Command("_-SaveSmall _Version=5 _Enter", True) Tried several combinations but I can't figure out...
View ArticleLine Normal to Surface
@louis9jan wrote: Hi guys Rhino.Command "_Line N SelId " & baseSurface & " SelId " & arrCircleCntPt & " 1 " Why this is not working ??? Any help ?? Or any other method to get the same...
View ArticleChange Scale/Units and Keep Layout
@radair3155 wrote: My work flow involves drawing the model from sources with multiple scales/units and exporting to STL/dxf/... in a different scale/units. I do this with unit changes involving...
View ArticleCreating a list of points
@beezerlm wrote: Hi, I am trying to make a list of start & end points of a selected polycurve. I am using a for-loop to iterate through each segment of the polycurve and add the start & end...
View ArticleDigital signing rhino plugin - alternative?
@Keith1634 wrote: I am using an exe file to distribute my plugin - however without a digital signature Microsoft will block the file from running. Is there another way to distribute an rhp file with...
View ArticleManage worksessions through script
@rvanderheijden wrote: I would like to be able to modify worksession files in an automated way. I would like to specify which model is the active one and I would like to automatically add or remove...
View ArticleHow to find local extremes in curve 2d?
@mutsukokono wrote: I have curve Bspline dreegre 3, how to find local extremes by rhino script or command ? Posts: 2 Participants: 2 Read full topic
View ArticlePoint Coordinate list - Return only Y value
@beezerlm wrote: HI, I have a list of point coordinates and I want to create new a list containing only the Y axis value. Is there a rhino script method to return only the Y axis value of a point...
View ArticleEvaluation of the B-Spline basis function
@Anso wrote: Is there an easy way to evaluate the B-Spline basis function (given degree, knotvector and parameter)? Posts: 1 Participants: 1 Read full topic
View ArticleRhinoScript OffsetCurve result is NURBS?
@beezerlm wrote: Hi, I am using the rs.OffsetCurve method on an existing polycurve that consists of 2 lines and 2 arcs (4 segments). The result is a polycurve consisting of 3 NURBS segments. Is there...
View ArticleAbout Keyboard event handle in RhinoCommon
@pythonuser wrote: Hi:When I run this script, if I want to rotate the viewport, I must put the cursor on the "Press J or K" window, or it just iuput string to rhino.I need wherever my cursor is in...
View ArticleRhino script open a file quietly with no need for user input
@crouchorama wrote: Hi I'm new to rvb scripting and I am trying to get Rhino5 to open a file with out having to press enter at the command line.here is my problem code taken from existing examples:...
View ArticleDelete and Create New Layers
@Akhtar07 wrote: Hello Guys, I am a newbie in terms of scripting, so please don't push hard on me. I am facing a challenge. I want to have a macro that can do the followings jobs in one go: Image is...
View ArticleIf statement to delete a layer
@Akhtar07 wrote: Hello Guys, how to use if statement to delete other layers except for the "Default" one. Posts: 3 Participants: 2 Read full topic
View ArticleSave 3dm file with python
@elaner wrote: Using rhino python, I want to save the current model with a filename that I create. Any ideas? Posts: 5 Participants: 3 Read full topic
View ArticleRhino VB.Net help
@louis9jan wrote: Trying to make an plugin Using VB.Net in VS 2008 Need the help file where i can get the examples and syntax of each and every command. Posts: 8 Participants: 2 Read full topic
View ArticlePython rs.Command() args broken in Version 5 SR12 64-bit (5.12.50810.13095,...
@Craighyattusa wrote: I just updated to the Rhino version in the subject line, and it looks to me like args to rhinoscriptsyntax.Command() running under Python are broken. I whipped up a small demo...
View ArticleGet and object's properties dimensions length height width etc
@crouchorama wrote: Hi I am trying to get and object's properties dimensions length height width etc. I have found: strDump = Rhino.ObjectDump(slicingboxID, 3) MsgBox strDump.but this gives me a whole...
View Article