C#: Reconstructing a NURBS Curve from another NURBS Curve's Properties?
@lungenstrudel wrote: hey guys, i'd like to reconstruct a NURBS curve from another NURBS curve's properties. Since NurbsCurve.Create() only asks for rationality, degree and a list of control point...
View ArticleDevelop a new language pack
@mnikookar wrote: Hi,Is it possible to develop a completely new language pack by third party? If so,how can I do it?Thanks Posts: 3 Participants: 2 Read full topic
View ArticleRebuildCrvNonUniform C++ equivalent
@Marco_Brandazzi wrote: Hello everybody, I need the equivalent in C++ of the RebuildCrvNonUniform command in Rhinoceros. Does exist something that let me rebuild a curve with tolerance? I've tried the...
View ArticleHelp! Rhino Script Compiler works error
@Alen_Russ wrote: @stevebaerHi stevebaer, This is the test python code file with some licensing/security. test.py (3.9 KB) I have tested the python code in the Rhino5-SR14 PythonScript and it works...
View ArticleAutomatic Viewport-Mesh creation takes application focus because of Command...
@atair wrote: Hi,´I have a lot of object creation and destruction happening in the background (unrelated to user input). Now every time a meshable object gets added to the ActiveDoc, it is meshed...
View ArticleMeshClash.Search method for intersection between two meshes
@Ivan1 wrote: Hello, I am wondering why the maxEventCount parameter is needed for the following method: public static MeshClash[] Search( Mesh meshA, Mesh meshB, double distance, int maxEventCount )...
View ArticleCut hole on a Brep
@mprades wrote: Hello everybody.I have a problem that I go crazy. ImgRhino.png1920x1040 104 KB I have the brep of step 1. I want to cut a second hole next what there is. See the step 2, the blue line...
View ArticleIs there an offline .chm documentation available for RhinoCommon SDK?
@vincentfs wrote: I am constantly using RhinoCommon SDK as reference when writing codes. However, it can be very inconvenient while working offline or with poor connection. I just wander whether there...
View ArticleRhinoObject vs ObjRef in ObjectTable Methods
@atair wrote: I try to grasp why some functions require / return RhinoObjects and some ObjRef.E.g. ObjectTable.GetSelectedObjects() returns a IEnumerable<RhinoObject>, but then again i need:...
View ArticleSupport for VS2015 or later
@ceruti wrote: Hi,I need to compile my plugin (for now compiled with VS2010 for x64 version and VS2005 for x32 version, how suggested), with vs2015 or later.Is there this possibility. If yes,...
View ArticleReduce a curve dramatically. cannot pipe
@ChristopherBotha wrote: Hi, poking a stick at a gcode reader, to then represent the gcode as a curve.. thats the easy part... literally 7 lines of code. but--- now I want to pipe it so its looks like...
View ArticleTo keep the Detail view in layout even if the model changes
@HepChan wrote: I add a detail view created using a standard view on a layout view. when the model changes, the detail view is lost.But, I dont want this to happen. Yes, I know that detail view is of...
View ArticleTo create a table and display in layout
@HepChan wrote: How can a table be created and displayed in layout? similar to displaying a schedule in Revit, is there any methods to display the area, length of the rhino objects in a table in the...
View ArticleCurve.CreateFilletCurves method missing?
@OBucklin wrote: Hi, I was hoping to use the Curve.CreateFilletCurves method in C#, but it doesn't seem to exist... I can only seem to use the CreateFillets method which is much more limited. I'm...
View ArticleBug? Meshing vertices Z alwasy 0
@jordy1989 wrote: Hi All, Am I doing something wrong? I am meshing a Brep then want to check the vertices position: Dim mp As New Rhino.Geometry.MeshingParameters mp.RelativeTolerance = 0 mp.GridAngle...
View Article[SOLVED] RunScript Error: Unable to load plug-in
@Ivan1 wrote: Hello, so I try to run an external Rhino Script from within my own C# plug-in using the RhinoApp.RunScript method. Loading seems to be fine, but then I get the error message: "Unable to...
View ArticleWPF/WinForms Front-end App based on Rhino/GH?
@RIL wrote: ... or whatever way to put it. Rhino Viewport peep-through? I'm making a specialized application which will be heavily based on Rhino and GrassHopper components using RhinoCommon, and I...
View Article[Solved] Code example SampleVbPanel - What to expect?
@RIL wrote: EDIT: OK, now I see. The plugin didn't automatically install into Rhino when pressing "Start" in VS. Only after manually installing the .rvb plugin (as usual) it was available from the...
View ArticleUndo does not remove the layout page
@HepChan wrote: When a RhinoPageView is added using a command, and then the command is undone, the page is not removed. Any solution? Posts: 5 Participants: 4 Read full topic
View ArticleMesh from closed polyline when it fails to make a mesh?
@Tom_Holt wrote: I was using mesh from closed polyline, but there are moments when it stops working. For instance one below at the center is null and cannot be converted to mesh: 55.jpg1724x578 91.3...
View Article