How conduits should be used?
@D-W wrote: @dale would you mind explaining what is ‘the proper way’ of using conduits? I have doubt because i’m creating something similar to layers and i wonder if each object (layer) should have...
View ArticleService Releases not pushing to all users resulting in Rhino SDK/plugin...
@archinate1 wrote: Hello, We have recently experienced an issue with some users getting new Service Releases and others are not. This is creating an incompatibility issue with newly built plugins that...
View ArticleDraw2dRectangle fillcolor not shown
@clement wrote: Hi @stevebaer, i cannot get the fill color to work in RH6, it is just shown transparent (no color) when used in a dynamic display conduit during a GetPoint operation:...
View ArticleCompound transformation equivivalent in C#
@Petras_Vestartas wrote: Hi, If I have several Transformation Matrices: 1)Orientation 2)Rotation 3)And 3 translations Is there a possibility to merge all those matrices into one? In grasshopper I used...
View ArticleNew behaviors for Dockable panels using WpfElementHost in Rhino 6
@dave_stasiuk wrote: While upgrading our WPF plug-ins to Rhino 6, we’re seeing a significant change in how the WpfElementHost is working that we thought would be worth documenting. In Rhino 5, the...
View ArticleUnroller curves have no length
@Willem wrote: Hi, some Curves returned by the Unroller have 0 length when running Curve.GetLength() When the curve is Duplicated the duplicate does return a non zero length. Run the attached python...
View ArticleInstalling RHIs with R6.4
@axa wrote: Has anything changed with how R6 installs RHIs? Until just recently, when double-clicking an RHI, the Rhino Installer Engine would install the plug-in for R5 and R6. I’ve just upgraded to...
View ArticleFind if mesh face normals are inverted
@Petras_Vestartas wrote: Hi, I have helper function that lofts two polylines into closed mesh. Sometimes mesh face normals are inverted. (red) color Is there anyway to find which mesh is with inverted...
View ArticleOffset Point on Surface in RhinoCommon
@Dmitriy wrote: Hi, As mentioned in the title - I need to offset point on the surface. The way I can do it now is the following: Offset input curve (Curve.OffsetOnSurface) with certain distance Get a...
View ArticleQuestion about interpCrv(interpolation curve) degree in relation to...
@AndrewAhn wrote: rhino uses polynomial interpolation for its InterpCrv. (http://docs.mcneel.com/rhino/5/help/en-us/commands/changedegree.htm#Degree) Since polynomial interpolation method makes N-1...
View ArticleHow to prepare C-code dll library for calling from Python script with ctypes...
@Terry_Chappell wrote: @dale, @Helvetosaur I have a large mesh with 4.4 million faces. It is a 3D model of a map created from 400 drone images. I have colored the mesh using a Python script but it...
View ArticleCheck if two boundingboxes intersects/collides
@Petras_Vestartas wrote: Is there a faster way to check if two boundingboxes intersects/collides than converting those bboxes to meshes and using meshmeshfast:...
View ArticleBug with DisplayConduit
@Matthieu_from_NAVINN wrote: Hi, I think there is a bug in rhinocommon’s DisplayConduit, more precisely in Protected Overrides Sub PreDrawObject(e As DrawObjectEventArgs). When I use this: Dim pt =...
View ArticleCreate new C++ Plug-in project in Visual Studio 2017
@tsiddikee wrote: Continuing the discussion from Error : Create new C++ Plug-in project in Visual Studio 2017: I need to upgrade some of my old Rhino c++ Plugins. Not able to create c++ plugin in VS...
View ArticleHow to add rectangle with 2 corner point
@vagrant.mouse wrote: Dear all, I have 2 points in 3D but the Z axis are 0, I would like to draw a 2D rectangle with this 2 points of diagonal, how to use 2 diagonal to draw rectangle with python...
View ArticleWrite obj without prompting
@victor.munyoz wrote: When I call the function DocumentParser.writeObj the prompt asks the user to “select meshing options”. How can I save an obj file without asking the user to enter this value?...
View ArticleStartup commands in scheme?
@AndrewZ wrote: Good afternoon, Just wondering if something changed recently with startup commands in the registry? I have a startup_commands registry string in:...
View ArticleDetect if an object is deleted or created
@software_comas wrote: Hi! Is there a way to detect real object creation and destruction, avoiding the “fake” ones (i.e. happening during object transformation). Thanks a lot! Posts: 3 Participants: 2...
View ArticleMesh IsPointInside bug
@Amir_Habibi wrote: Hi , I really need this guy . isn’t it fixed yet ? https://mcneel.myjetbrains.com/youtrack/issue/RH-10076 Posts: 1 Participants: 1 Read full topic
View Articlebrep.MergeCoplanarFaces out of tolerance
@Willem wrote: Hi, I’m running into an issue with brep.MergeCoplanarFaces The attached black polysurface is slightly kinked, but apparently enough to allow for the 2 faces to be regarded coplanar....
View Article