Custom methods - Python
@onrender wrote: Hi readers, I have just a suggestions and idea, that it might be useful to let Python scrip writer open to people to insert their custom created functions into the list. Custom...
View ArticleCustom Help Tab content for scripts
@onrender wrote: Hi, I am just wondering if it is possible to create custom “Help” content for scripts same like for other Rhino command under the Help tab. Posts: 1 Participants: 1 Read full topic
View ArticleHow to change Annotation Styles
@angelwang wrote: If I want to change the Model space scale and Adjusted text height on the default of the Annotation Styles on Document Properties by coding, how to do?...
View ArticleDeveloper.rhino3D.com has errors (mainly spelling errors)
@siemen wrote: Hi, I’ve been going over quite a few pages regarding python on developer.rhino3D.com and really appreciate all the information that has been written down there! Thanks for that! But I...
View ArticleCamera Setting on Detail
@jrhee36 wrote: Hi I am trying to set up a camera with a Namedview on a detail using python. The way I structured is setup a camera location, up and target and save as a Named view Create a layout,...
View ArticleChange the global filter settings
@kitjmv wrote: Hello, Can you guide me, I would like to know how to change global filters settings with RhinoCommon? Thank you. Posts: 2 Participants: 1 Read full topic
View Article(C++ SDK) ON_Curve::PointAT returns inconsistent results
@Gary wrote: I get a curve then find the domain with ON_Curve::GetDomain(*t0, *t1). I then add a point to the document that is located 3/4 of the way though the domain using the PointAt method....
View ArticleVisual Studio Object Explorer lists some inaccessible class fields in the code
@kitjmv wrote: Hello, Do you know why some class fields are visible in the Visual Studio Object Explorer but are not accepted by the compiler? For example (but there are others):...
View ArticleCreating Rhino Command using Python
@l.fuhrimann wrote: I am trying to create an RHI installer file for my python command in Rhino. Following the guidelines on the attached link, the created installer File alwas results in an error: “An...
View ArticleClear Last Command
@jake1 wrote: Hey, I am working on a plugin and am having an issue with the commands not clearing when another command is started. Let’s say I made the plugin with 2 buttons. One Join Curves, and one...
View ArticleRhino stop working using my CustomObjectSelect
@Felix1 wrote: I make use of a "Custom"ObjectSelect inside my c#-Commands and Rhino is crashing if i select object bevor i running my command but not if i select the objects after starting the...
View ArticleVersioning scheme used by Rhino SDK
@e.valkering wrote: Dear Sir / Madame, I would like to know what the compatibility guarantees are between versions of the SDK as well as betwen plugins compiled using the SDK and Rhinoceros versions....
View ArticleNew TextEntity crash
@andheum wrote: I’m getting an “attempted to read or write protected memory” crash in Rhino Version 6 SR10 (6.10.18296.11021, 10/23/2018)… The crash happens when I instantiate a new TextEntity:...
View ArticleIn the API documentation, inheritances of `Rhino.Geometry.Dimension` are...
@kitjmv wrote: Hello, Observe this link : https://developer.rhino3d.com/api/RhinoCommon/html/T_Rhino_Geometry_AnnotationBase.htm#fullInheritance and this :...
View ArticleNo Area Brep
@Willem wrote: Hi, I’ve got the attached brep for which no area can be calculated.no Area brep.3dm (27.3 KB) It does not get flagged or selected as Bad Object Upon scrutinizing it, I found a tiny loop...
View ArticleDetect if user is in block edit mode
@DominikIC wrote: Hi guys, is there a way to detect if a document is currently in the block editor? For running a own command I need to know this as the command does not work properly when being run...
View ArticleGet the drop-down list handle of the command line?
@kitjmv wrote: Hello, I would get the drop-down list handle of the command line. I have a C# plugin to read Winapi special messages and execute some actions. For performance and stability, I exclude...
View ArticleEto dialog location not set
@Will_Wang wrote: I know this is tiny thing but I don’t know where else to look for help. I’m expecting the dialog window to show at the top left corner of my screen but it isn’t… Posts: 1...
View ArticleON_Mesh* "Append" time
@minbear wrote: HI All: I use ON_Mesh* to save the ON_Mesh.When I update my project from R5 to R6, I found out that the time I spent which increased hundred times, so I gave it a try, The results of...
View ArticleRhinoScript crash on importing multiple ViewDisplayModes
@Jarek wrote: Hello, I needed a simple script to import multiple ViewDisplayModes into Rhino in one go (going via Options allows only one-at-a-time). Each time I try doing it via script, either using...
View Article