OrchidForDynamo icon indicating copy to clipboard operation
OrchidForDynamo copied to clipboard

Thanks for the suggestion, I will put thi on my todo list.

Open zeonchameleon opened this issue 4 years ago • 2 comments

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

zeonchameleon avatar Nov 04 '21 16:11 zeonchameleon

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.

Снимок

Снимок

zeonchameleon avatar Nov 04 '21 16:11 zeonchameleon

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 :-)

erfajo avatar Nov 04 '21 17:11 erfajo