GetPerpendicularFrames planes changing directions
@tsiddikee wrote: It is a RhinoCommon question:I am using Curve.GetPerpendicularFrames(parameter_list) as below. but the planes are choosing direction itself.I have set origin of each plane to...
View ArticleExclude objects display in viewport
@namarcin wrote: Hello, It is possible to selective exclude objects from display during operations on viewport (rotation, move, etc.)? Posts: 8 Participants: 2 Read full topic
View ArticleHow to know those importing rhinoobjects when I import the file?
@kaicihuang wrote: I'm import one or more 3dm files.I want to get those importing rhinoobjects, mesh, face, line and so on.How to do it ? Posts: 4 Participants: 2 Read full topic
View ArticleIs there a way to get the list of all running rhino instances from an...
@roberto wrote: Hi to everyone, i want the list of all opened documents (.3dm files) . I use this code (C#) to get the path of opened document: string rhinoId =...
View ArticleHow to: Draw in rhino viewport when viewport projection is keep changing
@Xingyun_Kim wrote: I am trying to integrating Oculus DK2 with Rhino, which means the viewport is keep updating based on the Oculus's position and orientation. But when I try to draw a geometry, for...
View Article[RhinoCommon]Can I set my Dockbar size as OnLoad()?
@kaicihuang wrote: I find my dockbar height is so short that User control is hidden.I want to set it with the height of User control.How to implement it ? //Create Dockbar protected override...
View ArticleHow do I create plugins for Rhino? Rhino Student Needs Help
@ibrahimxm17 wrote: I saw a really useful plugin about meshes in Rhino, and some of the things it could do I realized I could do manually, just with a series of steps. I want to make my own plugin so...
View ArticleHow to obtain camera stream from cameras
@BlueLeopard543 wrote: Hi, I want to stream a camera of a viewport in Rhino into Oculus, is there a way to get a stream of images from a camera? If it's possible, which method should I use? Thanks...
View ArticlePanels - what can they do?
@killwater wrote: HelloI have a docked panel lets call it DefaultPanel that contains only a label. After calling a Command1 I ask the user for an object and then I add a custom UserControl chosen...
View ArticleHow to set Dashdot type for line,arc,circle and so on?
@kaicihuang wrote: How to implement it like below ? LineType.png1376x724 169 KB Posts: 3 Participants: 2 Read full topic
View ArticleGetGroupUserText missing in python API
@Frederic_Trastour wrote: Hi all, GetGroupUserText is currently not available in python API.Is there another way to get UserText(s) of a group in python ? Regards,Frédéric. Posts: 1 Participants: 1...
View ArticleWhich functions can implement _ArrayPolar and _Array?
@kaicihuang wrote: I look for these functions. Anybody know it ? 未命名.png886x65 15.8 KB Posts: 2 Participants: 2 Read full topic
View ArticleClockwise or counter clockwise orientation error
@mprades wrote: Hi guysI have a problem with this curve.I want to get a clockwise closed curve from this one Pasted image1920x1080 179 KB And I use the following code: if...
View ArticleAutomate tsExtrude using RhinoCommon
@el_mariachi wrote: Hi, I'm fairly new to Rhinocommon, and was looking at automating some of my tsplines commands with C# in Visual Studio. In particular, I would like to start with a single row of...
View ArticleHow can I add a Content to panel plug-in
@11139 wrote: Situation : I'm trying to make a wpf panel plug-in by referencing sampleCSWpfPanel.(Sorry, I forgot where did I find that Code) Problem : I cannot find a way to add a button(or any other...
View ArticleHow to loft in the SDK with Match Start Tangent and Match End Tangent?
@gordon wrote: So we have 2 Brep Edges, and are trying to (in C#) loft between them with matching start and end tangent. To demonstrate the results I am looking for, do the follow)Create 2 planar...
View ArticleTips for cross platform plugin development / debugging
@tree wrote: Hello, I'm curious if anyone has any especially useful tips or especially useful discoveries for cross platform plugin development. I'm struggling with a complex plugin originally created...
View ArticleImplementing an own PopUpMenu - C++
@eloquence wrote: Hello! When objects are overlapping, selecting them opens a popup menu which lets you choose, which object you want to select. Is there anyway to implement an own popup menu which...
View ArticlePlugin with advertising - permissible?
@Keith1634 wrote: Hi McNeel, I am thinking of adding paid advertising to my plugin via a modal dialogue - is this permissible ? Just thinking of ways to help make my plugin become more available....
View ArticleHow to write a message in the command line window?
@jordi wrote: I would like to write a message in the command line window (not in the command history window) in a similar fashion as some commands do, for example: "Meshing... Pres Esc to cancel". I...
View Article