DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
342 stars 188 forks source link

Revit API Select Parameter Type Node Doubt #2773

Open NonicaTeam opened 2 years ago

NonicaTeam commented 2 years ago

Dynamo version DynamoRevit 2.12.0.5740

Revit version 2022.1

Operating system Windows 10

What did you do? Select ParameterType Node is obsolete.

What did you expect to see? ParameterType Class obsolete in Revit API and I believe the node Select Parameter Type Node is still using this class. Do you plan to implement SpecUtils class instead in coming versions? Our software is related on how you show information in this node for example.

What did you see instead? SpecUtils class displays list of parameter differently than ParameterType Class.

NonicaTeam commented 2 years ago

?

ZiyunShang commented 2 years ago

Hi @NonicaTeam , "Select Parameter Type" and "Select BuiltIn Parameter Group" will be removed in coming version, and they will be replaced by "Spec Types" and "Group Types" nodes.

NonicaTeam commented 2 years ago

Thanks @ZiyunShang for your message. By coming version you mean Dynamo for Revit 2.13?

ZiyunShang commented 2 years ago

Yes @NonicaTeam , you may refer to this PR - https://github.com/DynamoDS/DynamoRevit/pull/2770