Current Layout Python
@onlyforpeace wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleIncremental Save File Version Selection
@Erdem wrote: As I’m evaluating R7 WIP, I don’t feel ready to completely move to V7 and save my files in that format, so I wanted to save my files as V6 files. I am using some macros to save my files...
View ArticleHelp with script: adding prefix to numbering script
@kleerkoat wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticlePopupmenu examples for python?
@kleerkoat wrote: does anyone have any good examples of using this? especially having the selection run a command like this rvb i have. thanks. Option Explicit 'Call PopUpCPlanes Sub PopUpCPlanes()...
View ArticleV6 selboundary broken? specifically on text?
@kleerkoat wrote: i just noticed that a script i had working before based off selboundary doesn’t work anymore but works fine in 5. even the default selboundary doesn’t grab text in v6. has something...
View ArticleHow to collaps all definitions in python editor?
@Holo wrote: Hi, whenever I open a script all definitions are expanded, and I want them to be collapsed. Is it possible to collapse all? It would make it much faster to navigate to the part that i...
View ArticleHelp with Rhinoscript (for a user with basic macro knowledge)
@tom.k wrote: Hi all, this is my first post. I am a Rhinoceros user, firstly, I started using this programme for work, I had no CAD background prior to using, but a decent amount of Geometry / Vector...
View ArticleA value in memory
@onlyforpeace wrote: hello… i read somewhere on the forum, that it’s possible to keep a value in memory, to use more later… for example, when i make circle, rhino proposes the last value used. how can...
View ArticleGhPython : list partition
@seghierkhaled wrote: Hello i tried list partition with ghpythonlib.components but didn’t work, what is the problem and is there another method to do it ? image988×350 21.2 KB import rhinoscriptsyntax...
View ArticleBatch Printing And Exporting to PDF using Python
@dcomeau wrote: How is it going everyone! I have been using Rhino for around two years now and have just started to play around with Python Scripts. For my line of work I end up printing a lot of...
View ArticleExport only visible layers from block instances
@l.m.tramontini wrote: I have a project with hundreds of unique blocks, each of which has components on 5 layers. How would I go about exporting the block instances, but excluding objects from certain...
View ArticleISSUE: worksessions
@ivelin.peychev wrote: When trying to rs.MatchObjectAttributes and the source is an object from attached model, the method fails. update: There’s no error message, it simply fails to transfer the...
View ArticleObject history, child and parent objects
@rhorsefield wrote: I am writing a Rhinoscript program that looks at every object in an model and generates a weight estimate of those objects that follow a specific color scheme. Part of this...
View ArticleRay3d examples?
@ivelin.peychev wrote: Hi, Are there any examples and/or workflows regarding creating rays and getting information about the hit object(s) or the coordinates of the hit(s)? Thanks in advance. Posts: 4...
View ArticleTextObject alignment?
@ivelin.peychev wrote: How can one change the alignment of the text of a TextObject? There seems to be no rhinoscriptsyntax methods for this. Not even to coerce the guid to TextEntity. I also don’t...
View ArticleSurface Area
@onlyforpeace wrote: hi. i work with a lot of files tere are no rhino file, but catia, solidworks, or other… so it pass by igs or step… i’ve to calculate surfaces of part of project, and sometimes the...
View ArticleNot equal to
@rhorsefield wrote: The Rhinoscript documentation say to use “!=” for the not-equal-to operator. I’ve written VB for years, and not equal to is normally “<>”. If I type “!=” into Rhino’s script...
View ArticleScripting with Com4J fails "class not registered"
@burkhart.johannes wrote: Hello, I try to work with RhinoScript via Com4J. Creating an application and a interface instance works fine but I’m not able to create a RhinoScript instance. The class is...
View ArticleHelp for a script creating CNC paths
@gebert.c wrote: Hello everybody, I’m looking for a script to create CNC paths. as a start, a line on the solid should be duplicated and extended by an original factor. Another line on the solid...
View ArticleEto Buton Argument sender, e
@onlyforpeace wrote: Hello! i’ve got one buton on my form, behind this button there is: def OnbspieceClick(self,sender,e): self.dict_current={} self.dict_current['Client']=self.textbox_client.Text ......
View Article