How to untrim a surface of brep?
@jerry1 wrote: Hi could anyone tell me how to use vb to untrim a surface of brep? Posts: 2 Participants: 2 Read full topic
View ArticleSplit surface/brep 5k + holes
@jordy1989 wrote: Hi, I am splitting a brep/surface with 5000+ holes. Is there a way to speed up the brep split? Is it possible to make like 50% of the holes in copyOfBrep1 and the other half in...
View ArticleSquish and SquishBack
@jerry1 wrote: Hi. I try to add squish function to my vb.net code....But I could not do it....could anyone help me? Posts: 2 Participants: 2 Read full topic
View ArticleHow to use control key when get point
@pythonuser wrote: Hi; Press the control key will lock the cursor when I use the customgetpoint function, I want to change the color of point when I press control key and get the point, it is way to...
View ArticleHow to quickly know index of meshpoint?
@jerry1 wrote: Could anyone help me? I have a problem.... The following is my code...and how to quickly know the index of mpt in s2 mesh-vertices? Dim mpt As Rhino.Geometry.MeshPointDim s2 As...
View ArticleRhinoFitLineToPoints
@sghosh wrote: Hello, I am just starting out with the Rhino SDK. Could anyone point me to the code or the documentation for the method:RMA::Rhino::RhUtil::RhinoFitLineToPoints Thanks and...
View ArticleFitPlaneToPoints
@sghosh wrote: Hello AllIs there an API for FitPlaneToPoints(IEnumerable<Point3d>, Plane, BoundingBox )in c++. BestSunayana Posts: 2 Participants: 2 Read full topic
View ArticlePossible to color individual BrepFace?
@jups23 wrote: I try to color parts of the surface of a block but I don't know how. I thought that from the InstanceDefinition I would get the BrepObject, access its BrepGeometry and finally the...
View ArticleMetamaterial mechanism
@laura_vw wrote: Hi After reading about metamaterial mechanisms (see link) I need the capability in my life but I don't have the capability myself to make it happen....
View ArticleService Release and SR candidate
@MateuszZwierzycki wrote: It looks like the evaluation version which is on the Rhino website is actually the SR candidate... This is the name of the file which I download...
View ArticleProblem with extruding open surface to Solid
@Deus_Vult wrote: Hello dear community, Now I am developing a plugin for Rhino.I am trying to create solid body by extruding open surface. And this is where I catch a problem. My c# code: var brepObj...
View ArticleRhino Common PDF documentation
@onrender wrote: Hello, Is there a book about Rhino Common that includes and lists all functionality of the SDK. I would found useful to have a PDF version of the SDK website to print off. Posts: 6...
View ArticleUsing Rhinocommon, how do I generate a surface from these curves?
@eebs99 wrote: I've been working with NetworkSurface a lot lately, especially with c#. However, I can't seem to generate a surface from these curves (file included here: sin(theta .5).3dm (114.1 KB)),...
View ArticleC# sample projects for beginners
@onrender wrote: Hello, I am looking for cookbook to c#. Can anybody suggest one? I am looking for simple exercise something more than Hello World! and less then an OS. So far I found one with an...
View ArticleRtree and nearest neighbour searches in general (c#)
@atair wrote: Hi,NN searches in (indexed) Point sets are a tool i need all the time in Rhino. And over the years i found different ways to handle the problem. E.g. as far as i can tell several mesh...
View ArticleContinuous Transformation in a loop
@Subir_Dutta wrote: I have a with Transformation. I need to transform a selected object continuously in a loop as seen in the attached code. I am running the loop for 18 times and in each loop I am...
View ArticleObject Boudingbox not the same as in application
@peter78 wrote: Hi all, I have a 3dm file with several objects i would like to determine the highest object in this file. I do this by looping all objects and setting a boundingbox around it. But when...
View ArticleExport Selected Object along to Current View CPlane
@Katsu wrote: I'd like to export Selected Object along to Current View CPlane (XYZ) in RhinoCommon, (C# or Script ) How to do this ? Posts: 1 Participants: 1 Read full topic
View ArticleGraph library for c#?
@Petras wrote: Hi, Is there a well documented C# graph library that contains algorithms such as AStar, Dijskstra etc. ? I used QuickGraph, Satsuma, but they are poorly documented and either there is...
View ArticleHow to import/export block from/to external file into open document?
@jups23 wrote: In my C# plugin I'd like to load objects defined in external files and place them to a specific location in my open document. Also, I'd like to do it the other way round: export...
View Article