HOW Get parameter value inside family using Python?
1 Like
Why use python and not use the Element.GetParameterValueByName node?
May be get.ParameterByName node?)
because I perform all operations in the Python and if you pull the list out is not convenient
if i write:
i.LookupParameters(“Тип детали”).AsValueString() - its not work
You might want to check the code in existing custom nodes that use Python.
It’s the Element.GetParameterValueByName node, I misread your question at first.
I don’t really see why you’d use python for this.