Thanks for the suggestion, I will put thi on my todo list.
Thanks for the suggestion, I will put thi on my todo list.
Originally posted by @erfajo in https://github.com/erfajo/OrchidForDynamo/issues/114#issuecomment-833227613
Hi!
Unfortunately it's impossible to make it thru Revit API.
In this case Label is not an Element or Instance (like that labels you can create in the Project). It is the BuiltinParameter TAG_TAG. But, unlike other parameters with "normal" StorageType, e.g. String, Integer etc, this one has StorageType set to "None". There is basically no way to edit it via code.
The "value" of this BuiltinParameter is exactly what you see when you click "Edit" buttonl: a set of parameters and few formatting settings.
Hi @zeonchameleon , You are possible right... However, I have not got to that issue yet due to other issues and the work in progress. I have just released newly builds to use for moving an entire model from a given location to another. I use this for moving models to the Internal origin, to be sure I control 0,0,0 :-) I am about to make a post on this :-)