CustomObject Memory Undo Stack [C#]
@mpcarlos87 wrote: Hi all, Using Rhinocommon I'm having memory problems with the undo stack using custom objects. When adding a CustomMeshObject to the Document with some other class instances inside...
View ArticleLoad external model
@Amit_Nambiar wrote: I'm trying to create a plugin which needs to place an external 3dm (a smooth tetrahedron mesh) file at specific locations.What's the best way to read this geometry from a file and...
View ArticleApplyPlanarMapping to a mesh
@sghosh wrote: Hello, Would it be possible for someone to point me as to how to have access to the uv space after applying planar mapping method to a 3d mesh. Is it also possible to access the map...
View ArticleAccessing mapping channels via RhinoCommon
@pkinnane wrote: Hi - as per the title - can this be done pls? And when accessing the UV from a Mesh.TextureCoordinates, how can the UV's for mapping channels 2 onwards be obtained pls? Thanks Paul...
View ArticleHow to create Grips
@onrender wrote: Hello, Grips are getting interesting I have found documentation how to transform them in a script as well as lots of other things about how to set up Grips for plugins especially...
View ArticleRedPline Equivalent
@Dmitriy wrote: Hi @DavidRutten In GH there is a component named Reduce (RedPLine).Is it based on some RC method or extra written?I am looking for similar behaviour but to use in code. Thanks,Dmitriy...
View ArticleIssues w/ undo and duplicated geometry
@Alberto wrote: Hi All, I am developing a plugin that is monitoring changes in objects and generating automatically geometry starting from this monitored object. There I have an issue with undo/redo,...
View ArticleConverting Rhino model to ETO Imageview
@Jack_Perry wrote: Hi, I would like to be able to grab the rendered model in Rhino and place it in an ImageView() ETO form. I am using Python to create the ETO form. So for example, this: Could be...
View ArticleC#: associating a Command to a PlugIn
@PohNee wrote: I have a Class Library project with some custom Rhino.Commands.Command classes.And I have a RhinoCommon Plug-In project in the same solution. How can I associate these Commands to the...
View ArticleGet Object by id
@Markus_Erhardt wrote: Hello,How can we get the objreference of an object if we have his Id? Posts: 3 Participants: 2 Read full topic
View ArticleRhino Plugin + Eto Searching for example
@Petras_Vestartas wrote: Hi, I would like to ask if there is an example file or github reference how to use Eto in Visual Studio (C#) for Rhino plugin? I basically want to open a "form" , do some...
View ArticleCreateInterpolatedCurve
@gianfranco74 wrote: Hi all. Rhino5 last release . If i would like to select in the active document one curve, then delete it and rebuild what should i have to do?var gx = new...
View ArticleColorize toolbar
@jordy1989 wrote: Hi all, Is it possible to change the color of a button, or change the bitmap via .NET/Rhinocommon? Thank you. Posts: 2 Participants: 2 Read full topic
View ArticleCopy Paste Objects with User Datas
@Markus_Erhardt wrote: Hi,I applied a user data to an object. And want that the user data is copied at the same time for the newly object.I catch the duplicate Events. But for different reason I would...
View ArticleRhino plugin in C# when wrapping C++ class
@Petras_Vestartas wrote: Hi, I am trying to wrap C++ class in order to call it in C#. I have a question is it only possible to wrap classes but not function only?I attached my Visual Studio project...
View ArticlePointer (array of int) from C++ to C#
@Petras_Vestartas wrote: Hi, I am learning Rhino plugin development when wrapping C++ classes to pass data to C#. I have question about pointers. In C++ I have a class that has a getter of "int*...
View ArticleRhinoOffsetCurve input not clear
@sghosh wrote: Hello, I am using the Rhino .NET currently and for the RhinoOffsetCurve method, I am required to give the following input: input Curve offset distance direction point normal corner...
View ArticleGet user datas on delete items
@Markus_Erhardt wrote: Hi,I am looking for the user Datas when we delete an Item.To be more precise I have a list of list of differerent object who all recive "ObjectDatas"List<List> myList;...
View ArticleAccess vRay frames list in rhinoscript/python
@Paolo_Acampora wrote: Hello everybody, I am new to Rhino and to this board, but you guys have already helped a lot with my scripts in the latest days I am using python to write a render submission...
View ArticleON_3fPoint::DistanceTo
@kvrantzaliev wrote: Hello team, I know this might be a small thing and yes, I can implement it myself, but would be nice to have ON_3fPoint::SquaredDistanceTo. In many case in the code you might need...
View Article