Get elementId from family type

how Get elementId (not Id as integer) from family type in python ?
Screenshot_40

Im confused by what you want. The Element Id IS an integer. No way around that. We could convert it to a string, or a double, or back to an element. But the Id is an integer.

For anyone to look over your Python we would need to see the contents. Please post the code for us to review.

Besides the broken Python node what have you tried? The Element.Id node is a good place to start.

1 Like

decision :
UnwrapElement(IN[0]).Id

1 Like