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

UndoMultiple list

@HepChan wrote: hi @dale, How do I get the commands in the UndoMultiple list? Command…GetMostRecentCommands() do not give the exact match. I need to programmatically revert the model back to a certain...

View Article


ONX_Model Write function fails with big files

@Elizabeta wrote: Hi I am using 64bit Windows 10 and have 8GB RAM. I am using ONX_Model to write my plugin objects in 3dm file. The Write function returns false once the 3dm file reach ~2GB size. The...

View Article


Reordering Ngons in a mesh C#

@Petras_Vestartas wrote: Is it possible to reorder ngons in mesh by id list? For instance there are 3 ngons in a mesh I would like to shuffle the order so that ngon order would change from 0 1 2 to 2...

View Article

RunScript command syntax

@HepChan wrote: Hi, where can I find a help file for the syntax of the rhino commands for scripting… For example: for a certain command (say -Line) what needs to follow (start, end) to define the...

View Article

Add/Remove ClippingPlane to/from Viewport in RhinoCommon

@rajaa wrote: I have a clipping_plane_guid (exists in the doc), and a viewport_guid. I’d like to add the clippingplane to viewport (make is active) in RhinoCommon. In C++, we have:...

View Article


RhinoDoc.Objects.Replace(ObjRef, Hatch?)

@rajaa wrote: How to replace a hatch object in the document with a new one? RhinoDoc.Objects.Replace does not seem to support replacing Rhino.Geometry.Hatch. Posts: 3 Participants: 2 Read full topic

View Article

.Net problem (Autocad)

@jramos.do.o wrote: I Have Autocad 2009 and I work with .Net. After installing Rhino 6 my dlls (with netload) stops working, please help me to solve this problem. Posts: 2 Participants: 2 Read full...

View Article

Issue with ModifyGeometry()

@Matthieu_from_NAVINN wrote: Hi, I’m trying to add a textDot to a bloc with the command ModifyGeometry() but it does not work: Dim MyTextDot As New Rhino.Geometry.TextDot("MyText", MyLocation)...

View Article


Create Mesh problems

@UtsMicke wrote: Hi! has created a mesh with just 3 corners has since created points for the corners but the points and mesh points are not in the same places? has the same error in RhinoScript and...

View Article


Image may be NSFW.
Clik here to view.

How to Create a Growth Map of a Forest Using Mesh Surfaces

@Terry_Chappell wrote: I have a mesh in Rhino created by importing a .obj which represents the 3D model of a forest generated with a drone. It has 887,510 triangular polygons. The z-axis represents...

View Article

Image may be NSFW.
Clik here to view.

RhinoRevolve 360 revolution for polyline

@gennaro wrote: Hi, I am trying to create a command for curve revolution with RhinoRevolve. This is the part relative to the 360revolution: const ON_Curve * crv = ON_Curve::Cast(obj->Geometry());...

View Article

Image may be NSFW.
Clik here to view.

Using the NodeInCode namespace

@piac wrote: As some noticed some time ago, we have been working on NodeInCode functionality. The goal was to make this functionality more understandable: with warnings that could give useful...

View Article

Image may be NSFW.
Clik here to view.

Howto create interactive arrows for parameter changes

@dsw wrote: I’m searching for an example code to create arrows like from the gumball which can be moved and and where i can react on the changes during or after the movement. For example like in...

View Article


Selection Bug in GetObjects

@karld wrote: Hi Rhino Team, I keep running in problems selecting/deselecting objects in picking mode. If there is any object pre-selected, it can not be altered in picking mode again without closing...

View Article

Image may be NSFW.
Clik here to view.

Rotation matrix

@Petras_Vestartas wrote: Hi, I would like to learn/understand transformation matrices. Therefore I would like to ask how to construct rotation matrix if I have an object and its axis and target axis....

View Article


Image may be NSFW.
Clik here to view.

Recompiling for R6 required?

@ChristopherBotha wrote: I accidentally loaded up a plugin ive written for R5 into R6. Its works without having been recompiled? Is this expected behaviour? r5 Capture.JPG1852x858 158 KB r6...

View Article

Rhinocommon function to get duplicate curves

@Xavier_Ayme wrote: Hello, I need to select all ‘duplicate’ curves the same way as ‘SelDup’ command does. According to this thread and this Report, it looks like this function is not yet available....

View Article


To cancel save

@HepChan wrote: I have commands to start edit and stop edit. After the start edit is clicked, the model is modified. If the user clicks the save button, I would like to cancel the save as it is in the...

View Article

CRhinoObjRef creation

@gennaro wrote: Hi everybody, I am currently using CRhinoObjRef to store information of objects, subobjects and grips. My problem is that I still do not have clear how to build correctly a...

View Article

Rhino UserData API VS Rhino UserString API

@cughudson wrote: Is there different between Rhino UserData API and Rhino UserString API? The two of the API is use to add User Custom data to the Rhino Geometry, Is there different about that? Posts:...

View Article
Browsing all 8524 articles
Browse latest View live