How to mark a face in TopoDS_Shape

Hello Everyone:
I'm new to OpenCASCADE. Now, I want to mark one or several faces in a complex TopoDS_Shape object for further operation. I don't know how to do that, does someone has some idea for this?

Thanks!

Will Wang

Aris Karagiannidis's picture

Do you know how to select the faces you want to process?

Aris Karagiannidis's picture

If yes, then you can use the check() method of TopoDS_Shape to mark a specific subshape for further processing.

willa8004's picture

I found the Checked method, thanks!