Display conduit redraw is not working
@tsiddikee wrote: I made quite many tools in c# dot net with display conduit and it always work perfect with moving simulation. I have some moving polygons. Unfortunately this time it is not redrawing...
View ArticleCamera manipulation
@PohNee wrote: Hi, I have a C# plugin and I would like to have a command where during the execution of the command: Camera panning is restricted Camera zooming does not change the camera location....
View ArticleTrying to get rhino mesh transform (4x4) before or after it is applied
@gccdragoonkain wrote: I need to find out the transform being applied to the mesh so I can use it to do other calculations. I’ve looked everywhere and I don’t see it. BeginTransform / EndTransform...
View ArticlePointCloud c++ to c#
@tsiddikee wrote: In c++ what does it mean by: ON_PointCloud. Destroy() What is the equivalent method in c# dot net ? Bit confused. Please anybody give small explenation. Posts: 4 Participants: 3 Read...
View ArticleWhat is the difference between Rhino.Input and Rhino.Input.Custom?
@onrender wrote: Hi, I have just noticed the both Rhino.Input and Rhino.Input.Custom is about to Get objects. Meanwhile RhinoGet class in Rhino.Input provides an easy to use method to select objects...
View ArticleDivideByLengthPoints script question
@onrender wrote: I started comparing the two languages C# and Python and there is something strange. How does Python know the type of variable: crv = objref.Curve() while in C# we properly specified...
View ArticleGetPointAtChordLength(double Length)?
@lionpeloux wrote: Hello, I want to achieve something quite similar to what the Curve.DivideByLength(double segmentLength) method do, that is “Divide the curve into specific length segments”. Here,...
View ArticleForwarding keystrokes from panel to Rhino
@Alberto wrote: Hi all, we have a small annoyance in our panel (RhinoCommon). When the focus is on it the keystrokes are (obviously) sent to the form we created. We capture these and we would like to...
View ArticleRhinoCommon API changes document
@gabor.konstanzer wrote: Hi, just wanted to ask if there are any plans on expanding this document. developer.rhino3d.com What's New? This brief guide outlines the changes in the RhinoCommon SDK....
View ArticleWhat is the relationship between Rhino.Geometry, Rhino.Input and ObjRef
@onrender wrote: I have found the following “IntersectCurve” script and have a question regarding …(the whole script) partial class Examples { public static Rhino.Commands.Result...
View ArticleUnfortunatelly (again) rotation questions
@D-W wrote: Could someone elaborate on how to properly align object along ( or rotate to ) normal? I tried many ways but always i get unpredictable results objects are spinning around like crazy - it...
View ArticleClass extensions C# component
@n.rawitscher954 wrote: Hi guys, I am curious to know what is the proper way to extend a RhinoCommon class. I know the general c# procedure, but I am particularly interested in knowing if I extend a...
View ArticleIsPointOnFace(u,v) => IsPointOnSurface(u,v)?
@lionpeloux wrote: Hi, I’m struggling to determine if a uv point is on the visible part of a BrepFace or Surface. When I work on a BrepFace it’s simple : I just call IsPointOnFace(u,v) But I can’t...
View ArticleDo GetObject() twice
@wayne387315 wrote: How can I do GetObject() twice? image.png544x535 35.7 KB If I do like above , it only executes first GetObject() . Can someone post a simple example how to do it.Thanks!!! Posts: 1...
View ArticleRhinoDoc doc
@onrender wrote: Hi there, I have a question regarding Rhino.Doc accessibility. I have found a row in C# samples in the Calculate Curve Intersections script....
View ArticleRhino 6 Nurbs curve control points
@charlie_portell wrote: Hi All, In Rhino 5 I had a piece of C# code that would generate a specific nurbs curve. When I run the exact same code in Rhino 6 I get drastically different results. It seems...
View ArticleThree point arc curve interpolate
@direyes_11 wrote: Hi everyone. I am working in a automatic method to automatize some task that are manually. I got a squish curve (PBS_NOK file) wich is a 2D curve with multiple points, I want to...
View ArticleIssues with panels
@Alberto wrote: Hi, as of version 6.7 we have issues with the newly introduce PanelType. We set all our panel to be PanelType.System so that they have the same behavior as Rhino 5. If we close the...
View ArticleProgrammatically move points in a CustomCurveObject
@g.todeschini wrote: I made a derived class from CustomCurveObject like this: public class BeamObject : CustomCurveObject { public Point3d PointAtStart => CurveGeometry.PointAtStart; public Point3d...
View ArticleC sharp, plugins, Rhino - It won't work!
@kaysmith121 wrote: Hi, I have basic C sharp knowledge but I need help from an experienced developer. I’m trying to make a template of classes, Rhino plugins, etc but it just won’t work. There are two...
View Article