Model follow/face camera/view

I was hoping someone could just point me in the right direction. I would like the model I created to rotate with the view. I want its front face to always be showing even when orbiting around. Similar to the sketchup guy that is in every new model. He rotates when you orbit so that he is always facing you.

you need to make it a Component and set it’s behaviour to ‘Always face Camera’…

Thanks.
I am creating my model with SUGeometryInputAddFace, then SUEntitiesFill. I’m thinking I need to use SUComponentDefinitionRef to create the component. How do I link the two together?