I made grasshopper script - elevation mark with relative and absolute elevation. Script is imported as annotation object based on grasshopper style. It works fine but rotation of that annotation object is not possible.
Why rotation of annotation object is not possible?
Hi! I did a similar annotation object, and added a rotate parameter because of this reason. But you are right - it would be much better if the vaAnnotation (or vaElement) itself was rotateable.
It’s a (parametric) block anyway. Normal blocks can be rotated/scaled, so why not this?
Thanks!
The problem is that you are using a point param as an insertion point (I have already reported this). If you use an “XY Plane” or a “Construct point” component it will work.