Phase

Hey there, How do i get the only active view phase name

Not sure if you are looking for Python or pure solution since you did not tag your post, but Clockwork package has some nodes that can help you:

Hi, This is good. I just need to use Phase Name. How does it succeed?
In the example, the number is 0, New Construction.
Kiitos

Hi @Erkki_Karjalainen
That’s the same as getting the value of a parameter from any element. You can use: Element.GetParameterValueByName and specify the parameter name

This is what I wanted, and now it works as I want.
Thanks for all the helpers.