You can set notes with a python script.
notes_python.gh (11.6 KB)
and here’s a python script to set document user text
Hi all,
can someone give some information why target distance from the baked view does not match to the input value. Please see image below:
also what is the purpose of the “Z - view depth parameter”. It seams that is not controlling depth of the views?
Thanks!
@AndyPayne would it be possible in one of the future release to add a component for the Clipping planes creation with options to control parameters on the right.
Like “Custom Depth”, “Objects Clipped” etc. Also ability to assign Clipping plane to specific Details will help a lot.
This component in my opinion will make significant improvement for the automatic drawings creation with the Grasshopper
The reason is to have possibility to create views on the 3D model where we can control view depth in order to see only part of the complete model
Actually, I’ve been working on support for section/clipping planes and section styles just this week. I don’t think we’re too far away from releasing some components for this. However, it will be in Rhino 9 WIP.
That is great news. I look forward to new release.
Just to explain in few more sentences my idea.
If for example I have a large 3D model of some structure and I need 100 detail drawings. The goal would be to produce with GH 100 layouts with Details, (let say 3 Details per one layout, front, top and side view) and then with “Clipping plane component” to generate 3x100 clipping planes (named views).
For each clipping plane I would assign some custom clipping depth and list of objects that are clipped. Also each plane would be assign to one of the 300 Details
This way I would have 100 layouts that are documenting directly a 3D model
Thanks!