@Jun_Wang wrote:
for example the silhouette line shown in the image above is done in illustrator but possible to do in 3D via display mode and silhouette, but only after you
BooleanUnion
all the individualBrep
into one giantBrep
, which is nice but not ideal because it’s a irreversible and “destructive” process, while you usually rather the individualBrep
stay individual so you can change through different design iterations and have the view silhouette update automatically. Is this possible through some tweak or maybe scripting so we can use a third parameter to control whichBrep
get grouped together and generate one silhouette to the current view? I know we can useMeshOutline
but it does not work when you have two or three groups ofBrep
you want to generate silhouette and the lines generated fromMeshOutline
are actual lines and don’t hide/cut each other correctly if one is in front / behind another (see below).
I guess in summary I’m trying to see there is way through setting change and/or scripting to arrive at a very agile drawing production work-flow right inside Rhino. I’m already using Silhouette and display mode to generate quick images, but it falls short a little when the geometries are bit more complex like these while also requiring some flexibility.
Thank you!
Posts: 8
Participants: 3