C# Editor Alternative to VisualStudio
@tobias.stoltmann wrote: Hello, I am afraid this might be kind of stupid question, but… I wanna try out stuff in C# at work, but for the Professional version of Visual Studio I need a license. Can I...
View ArticlePushPickButton not visible in RhinoCommon help
@clement wrote: Hi @dale, i have used the PushPickButton method in many of my windows forms for RH5. Is it depricated in V6 as it cannot be found in the RhinoCommon help ?` The workaround for still...
View ArticleExtrudeSrfTapered with Rhinocommon
@fabiopasquarell wrote: Hi, I was wondering how to reproduce the behaviour of the ExtrudeSrfTapered command with Rhinocommon. Scripting is definitely an option, I know, but I’d like to keep it as...
View ArticleGet and set All userText once
@ricardo.eira wrote: Hello, Is there any way to get and set all user text at once ? I have some UserTex on a object , when this object is copied I want all the usertext to be copied too. The ideia: id...
View ArticleRhinoCommon UserData List
@dimcic wrote: Hi, I have two short questions regarding the User Data: developer.rhino3d.com User Data RhinoCommon object plugin user data What if want to have a List as a part of the UserData? Let us...
View ArticleRhino hard crash with Rhino.Geometry.Brep.CreatePipe
@Willem wrote: Hi, While processing many curves every now and than I kept having a hard crash no crash report nothing. Finally I’ve tracked down a reproducible example. I know the curve is far from...
View Articlerhinoscriptsyntax.Command() return message
@kasia.patryniak wrote: Hello everyone I am passing a Volume command to Rhino from a Rhino Python console. This is a sample code: rs.Command(’-SelAll’) rs.Command(’-Volume’) This results in a volume...
View ArticleHow to create hexagonal Mesh with a single face in C#
@mahanmotamedi1991 wrote: Hello everyone, I just realized there is no way to create a mesh face with more than 4 vertices in c#. Therefore in order to create a hexagonal face I had to split it into 2...
View ArticleOne vertex removed issue
@Alberto wrote: Hi, we are having an issue with ExplodeAtUnweldedEdges with some meshes. In our tool we generate meshes for editing the UV coordinate, similar to what happens in the UV editor in...
View ArticleCustom Undo
@ricardo.eira wrote: I need create some Undo list for use along the time. Ex: The (undo event) return for the begining of last command used and undo the last command, this is the rhino behavior. So, I...
View ArticleLooking for Angle(point1, point2, plane) equivalent in .net
@Matthieu_from_NAVINN wrote: Hi, I’m looking for the .net equivalent of RhinoScript’s function Angle(point1, point2, plane) but I can’t find it. Any idea? Regards Posts: 2 Participants: 2 Read full...
View ArticleUse Material File Browser via C++ SDK
@Peter_Salzman wrote: I want to open the Rhino material file browser in a specific comand. I know the CRhinoGetFileDialog. There I can specifiy different file types (defined in...
View ArticleUndo from modeless ETO
@sounok9413 wrote: I am developing a tool using ETO forms. In case of modeless ETO forms, how can I undo the latest command? On applying ctrl + z it removes the last command from rhino window, while...
View ArticleConvert any suface to patched surface
@egy4pc wrote: i want convert any suface maked by sweep2 or network surface to surface maked by patch and trimed i make it by 1-extract wireframe 2-patch 3- trim 4- delete old surface and wireframe i...
View ArticleAccess/Set Grid properties via SDK?
@Peter_Salzman wrote: Is it possible to access/Set the grid properties voa the C++ SDK? It is possible to access some proterties via DisplayAttrsMgrListDesc: m_pAttrs->m_bUseDocumentGrid...
View ArticleWhat makes Arrowhead behave the way it does?
@ivelin.peychev wrote: I talk about it scaling itself so it appears always the same size to the user? Programmatically, can I overload the same behavior on other types of objects? Posts: 1...
View ArticleLoad/Save a specific Rhino material via C++ SDK
@Peter_Salzman wrote: Is there a way in the SDK to load a specific material (*rmtl) file from disk and add it to the material table? One idea was to use a scripted command from the SDK - I noticed in...
View ArticleAccess to document user data
@Goodriver wrote: Is Document User Data only accessible from one plug-in? Is it possible to create user document data that can be accessed from different plug-ins like with...
View ArticlePossibile bug in UserDictionary managent and Undo
@software_comas wrote: Rhino 6 for Windows / RhinoCommon V6 / C# Hi guys I wrote a simple plugin to test this: RhinoTestUserData.zip (381.1 KB) This simple plugin has 2 commands: UDSetUserData to give...
View ArticleShow Status BAr
@ricardo.eira wrote: There is any command similar to: Rhino.ApplicationSettings.AppearanceSettings.MenuVisible = false; for hide the StatusBar?? Thanks Posts: 1 Participants: 1 Read full topic
View Article