You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I'm doing some test in the java script wrapper and I'd like to open a brep file that I've created in the python wrapper. I can open it in python and CAD Assistant so i think that the file is ok.
In js I'm trying to:
const stepShape = new oc.TopoDS_Shape();
const builder = new oc.BRep_Builder();
const reader = oc.BRepTools.Read_2(stepShape,"myShape.brep",new oc.BRep_Builder(),new oc.Message_ProgressRange_1());
But my stepShape always is empty. What I'm doing wrong?
Thanks
The text was updated successfully, but these errors were encountered:
Hello.
I'm doing some test in the java script wrapper and I'd like to open a brep file that I've created in the python wrapper. I can open it in python and CAD Assistant so i think that the file is ok.
In js I'm trying to:
But my stepShape always is empty. What I'm doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: