Handle on TopoDS_Face

Hi!

Is there an easy way to get an handle on an TopoDS_Face?
There are handles for many different types in OCC, but
I can't figure out how to get one on a TopoDS_Face.
Is it even possible?

Regards
Benjamin

Rob Bachrach's picture

I've never needed to access a face through a handle.
Remember, TopoDS_Shape objects are shared and reference counted.
However, if you need this capability, you might want to look
at TopoDS_HShape.