Surface Closest side C#
@Petras_Vestartas wrote: Hi, How can I get closest naked edge of surface to u v? I found this function: IsosStatus iso = MySurface.ClosestSide(u1,v1); but when I press dot . there are only methods...
View ArticleConduit performance [SOLVED]
@aitorleceta wrote: Hi, I’am planning to implement in a plugin the possibility to preview Points3d geometry on scene. My plan is to use display conduit, as I presumed that its a more neat way to work...
View ArticleFlatten volumetric mesh into "flat" mesh
@karol_wierzbick wrote: Hi, Is there a way to programatically divide a mesh into elements, that are more or less parallel? I tried to search for normal vectors with asumption, that when an angle...
View ArticleModify Instance Reference
@Darryl_Menezes wrote: Hi, Is there any way to add objects to InstanceObject in rhinocommon? I am familiar with modifying Instance definition using doc.InstanceDefinitions.ModifyGeometry(). But I want...
View ArticleLooking for a very basic C# RhinoCommon example beyond "Your First Plugin"
@jarombra wrote: Hello most excellent Rhino Devs – I’m a perennial C# beginner and am trying to write my own command line plugin on Mac, using VS, and the Rhino Plugin template boilerplate, aided by...
View ArticleInvalid Brep after Transform
@Ivi wrote: Hi to all, I have problem with forming invalid Brep after some transformations.Here is my code for checking: bool isValidONXF=modelTransform.IsValid(); // ON_Xform is valid ON_BrepPtr brep...
View ArticleVector3d.Subtract an point subtraction
@Petras wrote: Does Vector3D.Subtract(vec1,vec2) and Point3D-Point3D produce the same result? Posts: 4 Participants: 2 Read full topic
View Article[C#] BoundingBox orientation question
@D-W wrote: Hi Guys, im trying to reproduce with Rhino Common same behaviour as @DavidRutten made in GH component for bboxes as in this sample BBOX_VECTOR.gh (9.7 KB) I wrote it as simple as i could:...
View ArticleUniformal scaling of polyline
@Petras_Vestartas wrote: How does uniformal scaling of polyline looks like (without transformation)? If I have a set of points of polyline Do I do something like this? //Get center of polyline for...
View ArticleSet DynamicDisplay on Viewport
@FlorianFrank wrote: Hi, is it somehow possible to set the DynamicDisplay of a Viewport? Specifically i want to disable heavy pipeline calls, like the shadows in rendered mode and if i’m not wrong the...
View Article[C#] Vertex color from bitmap in uv space
@D-W wrote: Hi Guys, i was wondering is there a possibility to read vertex color through rhinocommon from applied texture from uv space ( if im writing this correctly ). I’d like to make a...
View ArticleGetObject: How to get objects that are not assets of Rhino
@Theofanis wrote: Hello, Let’s say we have created a routine that takes a curve and cuts it in 3 equal segments and assigns to those segments a name, i.e Segment1, Segment2, Segment3. Now I want to...
View ArticlePolyline to arc with C++
@zer41k wrote: Hello I am using “C/C++ SDK for Rhino for Windows plugins”. I need to convert ON_PolyLine to ON_Arc. Asking for help. I found TryGetArc() method in “Rhino.Geometry” but of course I...
View ArticleNon-Self-Intersecting closed PolyLine from planar set of points
@RadovanG wrote: Hi everybody I have not found in rhinocommon method to create polyline from an arbitrary set of planar points in a way that polyline is not self intersecting. There are also some...
View ArticleHow to create a new Rhino command using Python
@james.schmitz wrote: When I follow the steps on this page: developer.rhino3d.com Creating Rhino Commands Using Python This guide demonstrates how to create Rhino commands from Python scripts....
View Article[Feedback Idea] Asynchronous Coroutine for Auto Save option
@AlanMattano wrote: Auto Save is often saving for security reasons. But it stops my work, especially for big data. I’m using SSD and not so often saves but still, it stop my work. I wish the autosave...
View ArticleHow to add extra files to the files system during plug-in installation
@shanew06 wrote: I have a series of VBScript files that I publish in a few different plug-in files. Each of these scripts has a related HMTL file (and other image files) that provide an interface for...
View ArticleSphere to Sphere Tangent Point Determination
@Maria_Paula_Lapizar wrote: Hi! I’m new to Rhinoceros and I’m looking to solve my dilemma. What I have are coordinates of sphere centers imported from CSV. These spheres are arranged randomly though...
View ArticleLearn Rhino Python and GH Python
@Shayer_Rahman wrote: Hello there, For several months I am trying to learn RH Python and GH Python (as they are almost same) and the progress is very low. I was wondering that is there any institution...
View ArticleSphere to Cylindrical Wall Tangent Point Determination
@Maria_Paula_Lapizar wrote: Hi! I had spheres with the same diameter randomly drop in a cylindrical vessel. Then, I imported the sphere centers from CSV to Rhinoceros using Python and created the...
View Article