Get custom grip from selection

Hi,
I am trying to use a get object to get the custom grips that I created. I am able to retrieve the grips but these are of type GripObject and not of my custom type. It seems like I cannot cast those to my specific type. Is there a way to do this or shall I work it around?

Alberto

Hi @Alberto,

No, I don’t believe there is a way to cast a grip object as one of your own. What are you trying to do?

– Dale