Get filname from import
Eivind Teig wrote: Hello, if i import a STL file, is it possible to get the filename somehow?writing my own importer is also an option but i would rather not since i would like to use the normal...
View ArticleRs.BrowseForFolder method doesn't change the Title
Riccardo Gatti wrote: As already reported in this post:BrowseForFolder method in Python might have a problem I would like to highligt that is still missing in Rhino V5Sr9 CheersRiccardo Posts: 5...
View ArticleRs.AddNurbsCurve encountered some problems
筑梦NARUTO wrote: add.jpg1360x358 85.7 KB addco.jpg1211x418 101 KB hello everoneI created nurbs curve rs.AddNurbsCurve, but does not appear in rhino window,Such as pictures,I use rhinocommon can...
View ArticleBuilding a Brep in RhinoCommon
emilio morello wrote: Hi,I am trying to define a new Brep object in RhinoCommon, following this Dale's C++ sample github.com...
View ArticleObject clash detection
Filip Rooms wrote: Dear forum, I am trying to look for an automatic way to determin whether or not objects are in each others way. In other words, I try to detect object clashes, but I don't succeed I...
View ArticleA script or plugin to improve Fillet variable edge? I would pay for it
Alan Guy wrote: Hello, The tool doesn't work properly as soon as the edges are acute. The fillet fails etc.Is it impossible to make a script or something to solve this issue? I would pay for it Thanks...
View ArticleUsing RPscript to select a newly created TRIM object at a known location
David wrote: """ 20140905_5_18:30-18:55 Object: Testing 'ClosestPt'. Want to have the procedure fully automatic ; ie. WITHOUT USER INPUT 20140906_6_21:40 23:20 Attempted to use "Trim" and ClosestPt to...
View ArticleProject curve to a plane along axis...?
Mitch Heynick wrote: Hi guys, Having a brain fart here... can't find the function I want. I want to project a curve (in this case planar and on the world XY plane, but it could be otherwise) to an...
View ArticleSurface.CreateExtrusion
Mitch Heynick wrote: In RhinoCommon, in the Surface class, we have: Rhino.Geometry.Surface.CreateExtrusion(curve, vec) Which creates a "surface" in the form of an extrusion of the curve along a...
View ArticleShow mesh vertex numbers in viewport
roberto wrote: can anybody provide a script that shows a mesh´s vertex numbers in the viewport (and ideally outputs them to dots)thanks in advance for any helproberto Posts: 2 Participants: 2 Read...
View ArticleScripting equivalent of cursor positioning and clicking?
David wrote: What is the scripting equivalent of positioning a cursor and clicking it? Posts: 8 Participants: 2 Read full topic
View ArticleOpen and close a 3dm file with python on mac
Matteo Ledri wrote: I would like to create a script that opens a 3dm file, performs a simple operation (add a box), save the model and close the model. This should be repeated for a list of files,...
View ArticleHow to achieve similar object preview as Grasshopper
JPK wrote: I am writing a rhino plugin (in c#) that will be used as a mock up for a future web interface.In this plugin I am creating a parametric object that can be influenced with rather easy...
View ArticlePython Unweld Edges wish
Clement wrote: Hi @stevebaer, it would be useful to have a method to unweld mesh edges through RhinoCommon. Eg. i would like to provide a list of vertices or topological edge indices, then the mesh...
View ArticleCurve's point
David Ferrandez wrote: How do I select points on a curve using commands? thanks in advance. Posts: 2 Participants: 2 Read full topic
View ArticleHow to get a BrepVertex's tolerance?
emilio morello wrote: HiIs there a way to get a BrepVertex's tolerance in RhinoCommon ?I see no method or property for that ...Thanks Posts: 2 Participants: 2 Read full topic
View ArticleHow to use rhinocommon Reparamemterize a surface
筑梦NARUTO wrote: hello everone How to use rhinocommon Reparamemterize a surface, help me Thanks Posts: 3 Participants: 2 Read full topic
View ArticleMeshContourPoints in python?
Eivind Teig wrote: So i found this in VB, but i think maby MeshContourPoints does not exict in python.Is there some other way of doing this? -Eivind Posts: 4 Participants: 2 Read full topic
View ArticleHow to identify objects after unrolling?
Heiko Bosse wrote: Hi there, I'd like to use Rhino.Command "_unroll..." to unroll surfaces and some geometry on it. I found out, that it's possible to unroll surfaces with surfaces and points (no...
View ArticleApply Texture to Surface
Bert Gay wrote: I'm interested in scripting the operation of dragging/dropping an image onto a surface to apply a texture. Is there a RhinoCommon function that exposes this? Posts: 1 Participants: 1...
View Article