Problem with the CopyTrimCurves function
@Tobi wrote: Dear Community, I have a problem within the following lines of code. I am trying to redraw surfaces with the given trims but a diferent refinement. When I have a small amount of surfaces...
View ArticleClearing the context
@Termi wrote: Hey, I'd like to remove all objects in the current context, is that possible?Using Rhino 5 and C++. Thanks in advance!Best regards Posts: 1 Participants: 1 Read full topic
View ArticleMy c# plugin is failing quietly...?
@hanparker wrote: I've got a c# Rhino plugin that I use. I am running it via the VS 10 in debug mode so I can step through the code. Up til just recently, if I've got an error with the code, it fails...
View ArticleSystem.Runtime.InteropServices.SEHExceptionon addLayout
@karol_wierzbick wrote: Hi, I tried to run the example frmo the link: http://developer.rhino3d.com/samples/rhinocommon/addlayout/, but I end up with SEH exception. I have executed the method with this...
View ArticleWindows form inside page view
@karol_wierzbick wrote: Hi, Is it possible to add windows form or anything else as a tab next to viewport tabs? Posts: 2 Participants: 2 Read full topic
View ArticleShrink Trimmed Surface in rhinocommon
@Willem wrote: Hi, I'm looking for a way to script ShrinkTrimmedSrf.How would I mimick the functionality with RhinoCommon? Thanks-Willem Posts: 3 Participants: 2 Read full topic
View ArticleXamarin RhinoCommon Plugin Support
@timkado wrote: Hi there, I cant find the RhinoCommon Plugin Support in the Xamarin Studio (v6.0 Mac) Gallery.Has this been removed? Posts: 3 Participants: 3 Read full topic
View ArticleDocument path non updated
@ftiozzo_sisma wrote: I tried this program, but I cannot read the path of 3dm file.protected override void ReadDocument(RhinoDoc doc, BinaryArchiveReader archive, FileReadOptions options) { // Read...
View ArticleEdit properties of a material that is assigned to an object [C#]
@chris_g wrote: Hi, I want to change properties of a material (default material or other rhino material) that is assigned to an object. Especially Reflectivity, Transparency and IndexOfRefraction. I...
View ArticleNavigating within Detail View
@Dmitriy wrote: Hi, I have found this good example of adding a Detail View. I see that Zoom Extents is used for zooming but cannot find how can I use ZoomWindow in a similar way? The reason is because...
View ArticleLicense access within Grasshopper
@richard_schaffranek wrote: Hallo all, I would like to access Rhino Lizense (Zoo License) information from within a script. Actually within Grasshopper through via a script node or if not possible...
View ArticleText hidden inside 3dm-file
@OveJo wrote: I want to save text and numbers made from a form inside Rhino in the 3dm-file.The only way the user should be allowed to change this text is via my form.How can I save text and number...
View ArticlePython module inside C#
@Petras wrote: Hi, I am trying to run python module inside visual studio c#, but I get an error after line scope.Add = new Func((x, y) => x + y);. Error:Missing compiler required member...
View ArticleUnable to Enter a Number as a String
@eebs99 wrote: I am trying to make a command line options menu for my plugin. I want to input in a string, as well as have 3 options, 2 boolean and 1 double. Everything works, except for when I input...
View ArticleAnimating Surfaces using C#
@eebs99 wrote: I'm trying to make a method in my plugin that can take a List of Surfaces and generate an "animation" from them, like each surface is a different frame. Here's what I have so far:...
View ArticleStreaming geometry out of Rhino using C# NamedPipeline
@Yoshy wrote: I'm trying to Stream Geometry Objects from Rhino to another Program using NamedPipeline and Binaryformatter.The send side of the stream seems to work, i can stream RhinoGeometry,Brep or...
View ArticleSetting a default render environment automatically
@chris_g wrote: Hi, I'm developing a plugin for visualization purposes. When a user loads a file, a default black render environment should be set (instead of the default grey environment). As I...
View ArticleRenderMaterial vs. Material, and parameter mapping
@CarstenW wrote: Hello, We are working on an Iray for Rhino plugin, and I am writing a material conversion routine, to help the user get nice initial materials in Iray. We have written an MDL material...
View ArticleFile3dm Add Angular Dimension
@AlanTai wrote: I am trying to add Angular Dimension to File3dm. I did not find any AddAngularDimension method in File3dmObjectTable. Is it missing or is there other way to add Angular Dimension to...
View ArticleConstruct a Brep
@cidelab wrote: Helo to all,I need to construct an open Brep, composed by a series of flat surfaces.After get the points and surfaces. I and append the surfaces to the Brep.My questions are:This is...
View Article