I have found it!
TopoDS_Shape S = BRepBuilderAPI_MakeFace(BSplineSurf).Face();
GProp_GProps System;
BRepGProp::SurfaceProperties(S,System);
Standard_Real Area = System.Mass();
Archived discussion
How to get the size of a surface?
Thanks for any help!
Discussion
Posts are displayed in their archived order.
I have found it!
TopoDS_Shape S = BRepBuilderAPI_MakeFace(BSplineSurf).Face();
GProp_GProps System;
BRepGProp::SurfaceProperties(S,System);
Standard_Real Area = System.Mass();