Downcast a generic TopoDS_Shape to its concrete OCCT type (e.g., TopoDS_Face).
Ok with the downcasted shape, or Err if the shape type is unknown.
WASM requires explicit downcasting via oc.TopoDS.Face_1() etc.
oc.TopoDS.Face_1()
Downcast a generic TopoDS_Shape to its concrete OCCT type (e.g., TopoDS_Face).