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

Select Rhino objects created by extrusion when you also have pre selected...

@raduh82 wrote: Hi, the issue is like this I have a function that has as input a ObjRef array an inside this function I would like to update the selection by removing or adding other objects to the...

View Article


Save Material RhinoCommon

@Harper wrote: Hi There! Does anyone know if a material Rhino.DocObjects.Material can be saved using Rhinocommon as .rmtl file? Thanks in advance. Posts: 5 Participants: 3 Read full topic

View Article


Set and get parameter for own CustomRenderMeshProvider

@Pascal_Schon wrote: Hi, For a project, I need to write my own CustomRenderMeshProvider for which also a properties page is added. The only problem is, that the CustomRenderMeshProvider2 class is only...

View Article

Image may be NSFW.
Clik here to view.

Obtain sub-surfaces after BooleanDifference using RhinoCommon

@Stroopwafelandcoffee wrote: So I have successfully generated two surfaces and trimmed both of them using BooleanDifference, but that operation automatically joins all breps into one, bigger brep:...

View Article

Moving grips of a surface creates a polysurface

@gennaro wrote: Hi everybody, I have tried to move some grips of a sphere with the code in this link https://developer.rhino3d.com/guides/cpp/moving-curve-and-surface-grips/. Sometimes the sphere...

View Article


Image may be NSFW.
Clik here to view.

C# data types

@onrender wrote: Hi, I have a question. I could not find the answer. In one of the code example on the website, we have a line: Add annotation text: developer.rhino3d.com Add Annotation Text...

View Article

Image may be NSFW.
Clik here to view.

Angel between two lines

@hanne.rs.93 wrote: I try to find the angel between two lines in GH With a C# code, I have tried with AngleVector… but does anybody know how it Works? I have tried these Versions:...

View Article

One Click OBJ Export with RhinoCommon

@Wolf wrote: I would be happy to receive tips to make the following possible: Keyshot is a rendering software that is often used in combination with rhino. It has a fast and easy to use collaboration...

View Article


Image may be NSFW.
Clik here to view.

Problem while writing a rhino plugin : Materials not exporting at all?

@binigya wrote: Hi ! So, I have been making a plugin for Rhino to export it to another file format, and I am almost done with it. The forums and the docs have been very helpful ! But, I am now having...

View Article


Undo not work for c# rs. scritp and label justification

@ricardo.eira wrote: I have this code on a button: var rhinoscript_object = RhinoApp.GetPlugInObject(“RhinoScript”); var rs = (IRhinoScript)rhinoscript_object; string a = “example1”; string b =...

View Article

Linking RhinoCommon.dll to Console Application

@lungenstrudel wrote: Hi, i want to use the RhinoCommon.dll with a command line application (.exe) that accepts parameters for the creation of a simple box. The app should use RhinoCommon to create a...

View Article

SweepOneRail.PerformSweep seems to have hardwired Refit = true. How do I...

@nicolaasburgers wrote: Hello I’m a bit baffled by one aspect of SweepOneRail.PerformSweep that I’m using in my command in the plug-in I’m developing for v5. (I see the same results when I choose the...

View Article

Multithreading in Rhino C++ plug-in?

@pagarcia wrote: Hello, I need to speed up an embarrassingly parallel chunk of computations within a C++ plug-in. Is it possible to use a multithreading library like TBB with the Rhino SDK? Note that...

View Article


Image may be NSFW.
Clik here to view.

How to get the material and its properties that a object is currently using?

@alexian007 wrote: Hi all ! I need to get the reference of the material that a CRhinoObject is currently using. I would like to get all its details like what its textures are, what are its colors and...

View Article

[Rhino6/RhinoCommon] File import plug-in does not get correct file type index...

@menno wrote: I just noticed that when a file import plug-in has multiple file types declared, that when a file gets dropped onto Rhino the index in de ReadFile method is incorrect. When the file gets...

View Article


New RhinoDoc in viewportControl

@Harper wrote: Hello, I found a viewport control in RhinoWIndows.dll and I’m trying to set a new document to render some geometry there without interfering the ActiveDoc doucment, I know that is...

View Article

Color code

@ricardo.eira wrote: Hello, I use RhinoScript into c# and I have the color code problem rs.ObjectColor(surface, [150,0,0]); For some reason the color code is rong, what is the rigth code for this...

View Article


[Solved] Rhinocommon: How to update DimStyle in document. Rhino 6

@victor.amc wrote: Hi, I am just looking to format some dimension objects. Sounds like the best thing to do is just to assign an instance of a DimensionStyle; however, I am having troubles...

View Article

Image may be NSFW.
Clik here to view.

How to control shadow in m_bShadeSurface?

@yyo942512 wrote: hello, everyone. I am a rhino C++ Plugin Beginner. i want to capture views and create its hbitmap in order to convert to cv::Mat. in this processing ,I used...

View Article

Rhino C++ Plugin : how to change the units to centimeters?

@binigya wrote: Hi, As mentioned, how do I change the units of the current document ? I can access it by : const CRhinoDocProperties& doc_props = context.m_doc.Properties(); const...

View Article
Browsing all 8523 articles
Browse latest View live