Exporting geometry to file
@rgr wrote: I want to write a single Brep to a .3dm file. The brep is not added to a document. However, I get a “‘f.Created’ threw an exception of type ‘System.ArgumentOutOfRangeException’” error even...
View ArticleFilter commands
@jack3 wrote: Hi Is it possible to commands? or HotKey thanks Posts: 3 Participants: 2 Read full topic
View ArticleRhinoScript vs SendKeystrokes
@kitjmv wrote: Hello, I built a plugin based on voice recognition. For a reasons that i ignore. If I use RhinoApp.RunScript for starting a new command, I can not execute a second command with...
View Article[Rhino6] FileImportPlugIn.ReadFile results in empty document
@menno wrote: I have a strange thing here: we have multiple file import plug-ins and one of them is giving problems. I traced it to a difference in OnNewDocument and OnBeginOpenDocument events that...
View ArticleRhinocommon equivalent to "_fin" command (SOLVED)
@Tom_ wrote: Dear Community - or Dear Steve @stevebaer can anybody tell me, if there is a Rhinocommon equivalent to the Rhino _fin command. http://docs.mcneel.com/rhino/5/help/en-us/commands/fin.htm i...
View ArticleHow can I influence display order of Rhino objects?
@Peter_Salzman wrote: Hi! For a project we definded an own Displa Mode. One objective is to enabling different display attributes for different data types (e.g. switching easily mesh edges on/on when...
View ArticleProblem with using a modified construction plane in the plug-in
@resammc wrote: Hi, I’m trying to use a picked object to move and rotate the CPlane in Rhino, and then create a new geometry (e.g. a surface) based on the new construction plane coordinates. I...
View ArticleRhinoCommon C# Recognize ObjectType
@dimcic wrote: Hi, this is a pretty basic question, but what would be the easiest option to recognize the ObjectType? (using RhinoObject or ObjRef as input)? I don`t see anything in the Attributes…I...
View ArticleAdding InstanceReferences to a File3dm object
@rgr wrote: Hello, I want to add InstanceReferences to a newly created File3dm object, How can I do that? Amongst the things I tried is adding the InstanceReferenceGeometry to the new file using...
View ArticleHow to sign Mac plugins?
@Max_Eskin wrote: I’m following this page for signing plugins on Windows developer.rhino3d.com Digitally Signing Zoo Plugins This guide discusses how to digitally sign Zoo and Rhino plugins. but...
View ArticleUse aws-sdk c++ for s3 file upload
@ramadan wrote: Hello, So i have two questions. Is it possible to use aws-sdk for c++ plugin development, because i am trying to use to upload some file into s3, but i get Access violation ... every...
View ArticleRhinoCommon CreateDevelopableLoft Issue
@LarryL wrote: I have started working with the static Brep method, CreateDevelopableLoft. In general I have been getting good results but for some reason these particular curves are failing to...
View ArticleProblem in creating a new C++ plugin project in VS2017
@15951991225 wrote: Dear Rhino developers, I am a new developer, I am learning " Creating your first C/C++ plugin for Rhino". After my plugin is loaded, in this step “Adding Additional Commands: Rhino...
View ArticleLayer.SetPerViewportVisible
@lando.schumpich wrote: Hello, I tried using the Layer.SetPerViewportVisible method today, and i just can’t get it to work, is there a code sample around i can refer to?...
View ArticleExporting rhino plugin as .rhi
@ramadan wrote: Hello. I’m having issues exporting rhino as single .rhi file. If i understood correctly, the files that are generated into x64/Release i should all zip into single file, and then...
View ArticleAddRhinoObject raised twice when event handler references class param
@Jon wrote: Apologies if this is a basic programming question. Typically when moving an object in Rhino, the AddRhinoObject event is raised once. However, if I reference a class field inside the event...
View ArticleRhino C++ plugin question : How do I get an object's transformation attributes?
@alexian007 wrote: Hi there, I am using the C++ SDK for rhino, and I want to get the attributes regarding the transformation (and translation, rotation, scale, etc) of that object. I have been looking...
View ArticleKill python script
@ricardo.eira wrote: Hello, Any command to kill the python script run? Rhino.RhinoApp.RunScript("-_KillPythonScript (test.py) ", false); ??? Thanks Posts: 1 Participants: 1 Read full topic
View Article(C++) How to detect if a referenced Brep object is Trimmed after reading it...
@robin_l wrote: Hello everyone I’m currently writing a small script where I get some objects from the user and deform them. The way to deform them differs depending on whether the object has been...
View ArticleHow to keep the point order
@hearts_j wrote: Hi,there,I want to use a serial of points to create a curve by “CreateInterpolatedCurve”; command .If I draw point by point ,the curve is OK ,but if I move some points of them , the...
View Article