How to keep Texture mapping result
@angelwang wrote: Hi~ There are cpp, 3dm and jpg in my attached file. TestSample.zip (140.3 KB) I want to change texture coordinates and keep the texture result. Even if it change render mesh density...
View ArticleTrouble uniquely identifying a Mesh
@alonso.rosado wrote: Hello all! This is kind of a silly question but please bear with me. What is the way to uniquely identify a mesh within the scene? I was delving into using the ChangeQueue when I...
View ArticleGeometry Memory Representation
@Amit_Nambiar wrote: Will 2 geometries that are identical in geometrical definition but having different Guids have the same byte representation in memory when serialized via its ISerializable...
View ArticlePDF Printing with Rhino.FileIO
@5chmidt wrote: Greetings, I am attempting to expedite the pdf export process from Rhino but am running into a snag where I first need to run: RhinoDoc.OpenFile(3dmPath); doc = RhinoDoc.ActiveDoc; On...
View ArticleUser Form Creation
@nikhilingale0411 wrote: Hi Team, I am new to Rhino and Rhino Developer Group, I would like to create User form though script input from user, is it possible to create such user form? Could you please...
View ArticleSelect cube subsurface
@onrender wrote: I have realized, that there is a big difference between Rhino Python and IronPython when I select a sub-surface in Rhino 5. I do not need to use Shift in RhinoPython, while in...
View ArticleReference RhinoPython selected object in IronPython
@onrender wrote: Hi there, I was thinking what if I selected an object by an RhinoPython method and I want to link that object in IronPython in the same code? Posts: 1 Participants: 1 Read full topic
View ArticleLooking for docs
@software_comas wrote: Hi guys! I’m looking for docs that can clarify the roles and the relationships between RhinoObject(s) and its derived classes ObjRef(s) GeometryBase(s) and its derived classes...
View ArticleIs it feasible to calculate the Render Queue MeshInstance's ID from a Rhino Doc
@alonso.rosado wrote: Hello there! Previously speaking with @nathanletwory, he stated that the MeshInstance’s InstanceId was obtained through a CRC of several data of the instance, returning an unique...
View ArticleOpen 3D models from memory
@victormunoz wrote: I would like to import a 3D model from a memory variable. Does there exist a function like RhinoDoc.ReadFile that reads the model from a variable instead of a file? If not, is...
View ArticleControl with responsive GUI
@victormunoz wrote: I have a control with a GUI. But the control is displayed always with the same size. When the user resizes the widget, it doesn’t react to it, even if I put anchor or resizing...
View ArticleScript that works fine in Rhino 5 doesn't work in Matrix
@declan wrote: Hi all, As the title implies, I’ve written a script that runs fine in Rhino 5 but I get an error in Matrix 8. Unfortunately I cannot share the script here, but I’m hoping some...
View ArticleChange the line width in PDF print
@HepChan wrote: Hi @dale, I am using FilePDF to generate the PDF prints. How do I change the width of the line on PDF print? the lines are hairline and they are hardly visible on paper. The plot...
View ArticleGetBaseClass.AcceptCustomMessage
@clement wrote: Hi @dale, i would like to understand what these two methods do: GetBaseClass.AcceptCustomMessage GetBaseClass.CustomMessage The helfile does not have any helptext for these. _ c....
View ArticleBounday surfaces with C#
@comecacahuates wrote: I have been searching in the RhinoCommon documentation how to make with C# a surface like the Grasshopper Boundary Surfaces component does but I haven’t found a way. Can anyone...
View ArticleColorScale with displayConduit
@Matti_Pirinen wrote: Hi, I’m trying to create a color scale. Something like this: That would be displayed in each viewport that an user has open. My initial idea was to use the displayConduit class...
View ArticleTechnical question about Area and Volume calculation
@mat.venot wrote: I’m wondering about some mathematical deep secrets of Rhino. Is Rhino performing direct Nurbs calculations when we use the AreaCentroid or VolumeCentroid commands, or is he making...
View ArticleRhino Transform Matrix
@Petras_Vestartas wrote: Hi, Would it be possible to know what each row of rhino transform matrix controls? Is the third column responsible for translation? Is there any documentation for contruction...
View ArticleSet max reflection bounces via RhinoCommon in default Rhino Renderer
@chris_g wrote: Hi, I’m looking for a way to set the maximum bounces used for rendering reflections (default value is 4) in my plugin code. As of my understanding, the render settings are bound to a...
View ArticleSet libraries panel properties (c#)
@lscandella wrote: Hello, I need to: Force the visibility of the libraries panel Force it to be a tab in the right tabbed panels and not a floating window Force it to automatically open a custom...
View Article