haocb Tue, 03/30/2004 - 06:30 Forums: Other usage issuesHow to get the size of a surface? Thanks for any help! haocb Tue, 03/30/2004 - 09:44 I have found it! TopoDS_Shape S = BRepBuilderAPI_MakeFace(BSplineSurf).Face(); GProp_GProps System; BRepGProp::SurfaceProperties(S,System); Standard_Real Area = System.Mass(); Log in to post comments
Tue, 03/30/2004 - 09:44
I have found it!
TopoDS_Shape S = BRepBuilderAPI_MakeFace(BSplineSurf).Face();
GProp_GProps System;
BRepGProp::SurfaceProperties(S,System);
Standard_Real Area = System.Mass();