I have no idea why this script is not working on your side. It’s what the official documentation mentions as a way to replace the manual writing of numerical values in the Command line. Here is how it works in my Rhino 7:
I run the “Fillet” or “OffsetSrf” command.
The command prompt is waiting for a number to be entered.
I press my custom icon either with the LMB or RMB, depending on the value I need.
Rhino adds the desired value at the end of the Command line.
I press the RMB twice to confirm the change (or, you can press the Enter key, too).
In case that your workflow includes assigning separate display attributes to one or more objects via the ! _SetObjectDisplayMode command, there is a very nice script that lets you select those objects based on the display mode assigned to them. The script adds a new command: ! _SelObjectDisplayMode
NewElementTree – Creates a layer tree with predetermined sublayers/properties under current active layer. For those interested in tweaking the script for their own specific needs, I tried to keep it as organized as possible, and should be fairly easy to customize. Future version I’d like to learn how to have it reference a .csv file so anybody can go and customize at-will.
And here’s the button graphic I use for it (*found and customized existing svg on amazing site svgrep.com for free) I plan on making more versions of this script with different babies
Heads-up: If you have Layer X set as current, and create a NewElementTree using a layer name that already exists under another parent layer – say “Tester” on Layer Y – you’ll end up with the following:
Question about the quote above: I’ve read it over a bunch of times, and I just can’t wrap my (tired) head around what you mean by “…with a + sign on the keyboard…”
Also:
I’m most excited for the MultiPictureFrame script! And not sure if you’re interested in suggestions, but an alternate version with options to automate the placement process might be really helpful:
Draw or Dim (standard picframe or type dims)
Start/End (By Points or Along Line – makes poss to spec horiz or vert; and an integrated tweak of Mitch’s “ArrayLinearDistribute”)
That’s crazy does this mean I can move curve points around while the thing is attached to the surface
It’s funny when ppl tell me Rhino can’t do this or that or isn’t this or that kinda CAD when clearly there’s nothing it can’t do Just need ppl to keep making those script thingamajigs
I know this is true. I remember it was so hard for me to get used to it 20 yrs ago coming from those other CAD’s. I never used NX before though, wish I did.
On the last bit. Yes, you can freely move the editing points of the curve on surface. I believe that Rhino 8 already have this as a native command. But older Rhino versions lack it, so this script is for those users who haven’t upgraded yet.
As for the Fin extrusion, I highly recommend you this version, which is far superior to any other Fin script or macro. Once you explore its Command line options, especially the “SimplifyCurvTol” (simplify input curve or edge tolerance), you will realize that it’s very handy to create simplified geometry and avoid those unwanted overly-complicated fin surfaces that the native tool creates. Well, at the cost of some slight deviation.
So it’s up (E) down (C) left (S) right (F) center (D)
When making macros, this can apply to all sorts of commands and feels very intuitive.
Some things I use it for are:
Align: AE (Top), (AC) Bottom, (AS) Left, (AF) Right, Concentric (AD) and then I use Center-Up (DE) for VertCenter and Center-Right (DF) for HorizCenter
Quickly Change Views: VE (Top) VC (Bottom) VF (Right) VS (Left) VD (Isometric) V1 (1 Point Perspective) V2 (2 Point Perspective)
Scale1D (using the scripts I posted above) SS (Scale from Left) SF (Scale from Right) SE (Scale from Top) SC (Scale from Bottom)
Here’s a quick demo showing how it works. As you can see there’s not a lot of clicking or mouse precision needed and they work pretty fast.
@Rhino_Bulgaria I tried looking it up, but couldn’t find “fin” in the context of 3D modeling terms. Could you (or someone) define what is considered a fin, precisely?
“Fin” in Rhino help: Fin | Rhino 3-D modeling
Usually a fin surface is understood to be a surface perpendicular to or at a given angle relative to a surface, surface edge or curve on surface.
They have the best help docs. It’s not normal to be able to rely on such a thing in this world, but the Rhino docs are on a whole nother level than the rest of the world.
I remember reading them over and over countless times in my early years and learning pretty much everything about Rhino cause the docs were so awesome.
I think the docs are still really good, but it seems like some of the nomenclature has been simplified a bit in the new ones.
Usually other softwares have really bad help docs and they want you to pay thousands $ for training every yr.
The forum is the best here too though, cause you can ask newby questions and they might just give you a link or even files and scripts, macros, plugins
I had fun using ‘fin’ in my early days, but I’m glad we have that new ‘ribbon’ tool, cause that’s pretty cool