Quantcast
Channel: Rhino Developer - McNeel Forum
Browsing all 8527 articles
Browse latest View live
↧

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 Article


Load 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 Article


ApplyPlanarMapping 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 Article

Accessing 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 Article

How 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 Article


RedPline 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 Article

Issues 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 Article

Image may be NSFW.
Clik here to view.

Converting 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 Article


C#: 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 Article


Get 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 Article

Rhino 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 Article

CreateInterpolatedCurve

@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 Article

Colorize 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 Article


Copy 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 Article

Image may be NSFW.
Clik here to view.

Rhino 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 Article


Pointer (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 Article

Image may be NSFW.
Clik here to view.

RhinoOffsetCurve 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 Article


Get 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 Article

Image may be NSFW.
Clik here to view.

Access 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 Article

ON_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
Browsing all 8527 articles
Browse latest View live