Self Intersecting Mesh
@jordy1989 wrote: Sometimes a mesh is self intersecting.How can I determine the faces that intersect and delete them? Thank you. Posts: 5 Participants: 3 Read full topic
View ArticleOne of my plugin commands' disappears when compiling VBasic plugin in release...
@Yopy_Hi_del_Cano wrote: Hi there, I don't know what I might be doing wrong but sometimes: One of my plugin commands' disappears when compiling VBasic plugin in release mode. The current state is...
View ArticleDon't want to display anything in the command prompt using C#
@Engineer_Engineer wrote: Hi, I am writing a code in Rhino API C#. I am using script for some functionality and does not want any thing to be displayed in the command prompt. Is there any option to...
View ArticleRGB Gradient / Color Map for a Number Set
@Kanisha_Patel wrote: Hi! I am looking for help getting the rgb color values (assuming 0 is red and 0.5 is yellow and 1 is green) for a range of number from 0-1 similar to how Excel will create a...
View ArticleMap bitmap onto geometry
@wes_mcgee_3d wrote: I am trying to draw a bitmap in the model. I see that there is a DisplayPipeline.DrawBitmap(), but this is in screen coordinates. I am hoping to do something more like the command...
View ArticleFocus problem when opening dialog window
@Simon_Weinberger wrote: Hi, I want to write a Rhino 5 plugin, that opens a WPF window. Most basically: var window = new System.Windows.Window(); window.Title = "My Window"; window.Show(); I DON’T...
View ArticleTaskDialogs not working in Rhino
@Simon_Weinberger wrote: Hi, I’m having trouble adopting our application to be used as a Rhino plugin. We are using RhinoCommon and C# to write a plugin for Rhino5 64bit. We reference the nuget...
View ArticleCustom Export - Disable standards
@jordy1989 wrote: To add my custom filetype I can use Protected Overrides Function AddFileTypes(options As Rhino.FileIO.FileWriteOptions) As Rhino.PlugIns.FileTypeList Dim result = New...
View ArticleMeshing from indices
@Petras_Vestartas wrote: Hi, If I have an array of mesh vertices for instance 6 vertices. These vertices in array are already sorted in a way that they are in continuous loop. (Drawing from one vertex...
View ArticleHatchPatternTable & Hatch.Explode Bug in RhinoWIP?
@FlorianFrank wrote: Hi there, i found some issues with the HatchPatternTable in RhinoCommon in the latest release of RhinoWIP. In this post @dale describes, that the predefined Hatch Patterns are not...
View ArticleRhinoscript VB issues with data types
@Jed wrote: Hello, I am trying to use a list in vb. I get an error with this line: Dim ids As New System.Collections.Generic.List(Of Guid)() I really want to make a list of strings, but I found this...
View ArticlePolyline versus PolylineCurve
@Petras_Vestartas wrote: Can someone tell me the different between datatypes : Polyline and PolylineCurve? Is there any difference which one is faster? Posts: 4 Participants: 2 Read full topic
View ArticleLinearDimension in Rhino Common bug in WIP?
@Yuheng_Ouyang wrote: Hi, I’m using Rhino WIP 6.0.17206.9241, 07/25/2017. I found the LinearDimension in RhinoCommon doesn’t work in this version. Which caused all the related functions in rhino...
View ArticleBlock insertion point
@HepChan wrote: i went through the sample to set / reset the insertion point of block developer.rhino3d.com Block Insertion Point Demonstrates how to set (or reset) the block insertion point of a...
View ArticleTransform Grip whit history
@603419608 wrote: Hello everyone; in this sample 11111.jpg773x603 45.1 KB I want to write a MoveGrips command with the history,But the doc.Objects.GripUpdate () method seams not have the history...
View ArticleRenaming Objects with Rhino3dmIO
@Don_Sayler wrote: First, I’ll admit that I’m not a Rhino user. Having said that, I’ve been tasked with renaming a number of Point objects in a series of 3dm files. Using Rhino3dmIO, I have been able...
View ArticleRhinoPlugin(.rhp) in rhino c#
@Sarath_Kithiyon wrote: Hi everyone There is any possible way to plugin .rhp file into rhino using rhino C# 1.PNG634x547 53.2 KB Any option to install .rhp file in rhino c# -Sarath Posts: 4...
View ArticleSun position algorithm - proprietary or open source
@rpict wrote: What sun position algorithm is implemented in Rhino5? Is it a proprietary solution or something open source like: www.nrel.gov/docs/fy08osti/34302.pdf -rpict Posts: 3 Participants: 3...
View ArticleSource code, ip, protection
@TomTom wrote: Rebuilding Curves - What's the the point significance? Whats better, switching to C/C++, or open source? “Better” is kind of subjective here, but I would go with open source (been in...
View ArticleEnumerator vs for loop
@Petras_Vestartas wrote: Hi, What is the difference using enumerator and normal for loop in C#? Are there any pros and cons? For instance there is an example with ngons, and I am trying to understand...
View Article