I'm try to do a projection of a face(TopoDS_Shape)on a face. then calculate the area of projection.
can anybody help me?
Regards
david
Discussion
2 archived replies
Posts are displayed in their archived order.
01Commenter-1
Hello David!
I don't know if there is a function for your needs. I would extract the outer wire of the face and project the wire on the face (BRepProj_Projection). Then fill the projected wire (if planar, BRepBuilderAPI_MakeFace) and calculate the area of the face.