Rhino Bug: HiddenLineDrawing.Compute
@Matthieu_from_NAVINN wrote: Hi, I’ve got a huge issue with the latest Rhino releases: the result of HiddenLineDrawing.Compute().segments is not computed anymore, or rather the output is missing:...
View ArticleHelp Scripting a repetitive process of Exports and View Captures
@corey.hokanson wrote: Hi everyone! So, I work with architectural models & Mass Timber components (glu-lams, CLT, MPP, etc). When we get the model dialed in, I export each piece individually so we...
View ArticleWhy the iges input result is polysurface?
@jerry1 wrote: testfff.igs (1.4 MB) Hi all, I have a iges file, see the attached file, I check its data format only has one surface(144/142 iges system), but when I import to Rhino, its result is...
View ArticleReported surface.domain doesn't seem accurate
@gruedisueli wrote: Hi, I’m trying to get evenly-spaced isocurves along a pipe surface in one direction (V-direction) (via c# script). My approach has been as follows: 1) find the biggest surface on...
View ArticleIscurvelinear or isline
@0904 wrote: in rhinoscript: what differences between “iscurvelinear” and “isline”? Posts: 2 Participants: 2 Read full topic
View ArticleI can't find the knotremoval function
@jerry1 wrote: Hi everyone, recently I want to remove some knots for my Rhino.Geometry.NurbsSurface, when I expand the function list, the knotinsertion appear, but the knotremoval disappear? could...
View ArticleApply MakeUniform command using RhinoCommon
@software_comas wrote: Hi guys! As you can read here seems that Rhino can’t calc surfaces intersections properly, in some cases. As suggested, i would like to apply something like “MakeUniform”...
View ArticleIn LayerTableEvent, Layer.CopyAttributesFrom is incorrectly copying the...
@marcsyp wrote: In a LayerTableEvent callback, I am copying Layer properties from the OldState event property to store for later comparison (and to prevent corruption by accessing the state directly...
View ArticleSporphSpaceMorph not working
@gianfranco74 wrote: Hi all. I’m trying to flow from srf0 to srf1 a set of points on srf0. Something is not working. Morph is not valid and if i create the points they are on srf0 . Here there is a...
View ArticleProblem in running my plugin command
@15951991225 wrote: Hello, everyone! After my plugin is loaded, running my Plugin1 command. But the arrow cannot select any object, Why? What went wrong? Thank you very much! //Joann...
View ArticleAny examples of RhinoGet1RailFrames
@suc_kiet wrote: Hi; Who can provide an example of RhinoGet1RailFrames ? Posts: 2 Participants: 2 Read full topic
View ArticleDrawMeshFalseColors one sided?
@sarg wrote: Any way to apply DrawMeshFalseColors to (only) one side of a mesh? If not, can I add this as a wish list item ? It’s often useful to render falsecolors on only one side of a surface, as...
View ArticleS-S-S-Snake!
@ChristopherBotha wrote: Scrabbled together from a bunch of bits of code from the web and actually written to test the keyboard hook written by @dale. U-D-L-R to control, ENTER for new game, SHIFT+X...
View ArticleTrim.Brep(Plane,Tolerance ) vs Trim.Brep(Brep,Tolerance )
@onrender wrote: Hi there, I would like to use the Trim.Brep method in Iron Python, however I selected the Brep surface as cutter, Rhino still expect the Plane. import Rhino import rhinoscriptsyntax...
View ArticleDraw dynamically rectangle using editpythonscript
@Tom_Holt wrote: Hi, I am new to editpythonscript. I would like to ask if someone could help me to write a code how to draw a simple rectangle3d dynamically using editpythonscript? I would like to...
View ArticleSerializing Rhino geometry outside the context of File read/write calls
@sarg wrote: Hi all, Is there any way to create a new instance of a BinaryArchiveWriter (/Reader), outside the context of Rhino file read/write operations? I want to serialize various GeometryBase...
View ArticleDisable Gumball
@jeremy.graham wrote: Hi, Is there a way to disable the the gumball during on rhinoObject selectet by either turning off the gumball function or disabling the default gumball conduit programmatically?...
View ArticleUnexpected result from Brep.GetBoundingBox(Plane plane) of text geometry
@thomas.gust wrote: Hello everyone, I have used Brep.GetBoundingBox(Plane plane) before. However, when I use it on a brep created from a text entity, it fails me: from Rhino import * from...
View ArticleFiltering Point Clouds?
@ChristopherBotha wrote: Hey All, I am generating points by overhang value, result is a variably sized List and I now want to “sort” the points in that list, spacing them evenly to each other. Any...
View ArticleGeneral information about "scriptcontext"
@luciano.micchini wrote: Hello! I wonder if somebody could give me some general information about the scriptcontext module. particularly I didn’t understand what is the difference in using (for...
View Article