OCP.BRep.BRep_Tool().Surface_s(Face) should return a Geom_Surface handle (https://old.opencascade.com/doc/occt-7.5.0/refman/html/class_b_rep___tool.html#a351a0fe4cd421318c7f2ac042269c0ff) but instead returns the basic underlying geometry like Geom_BSplineSurface for example (https://old.opencascade.com/doc/occt-7.5.0/refman/html/class_geom___surface.html), which prevents me from using OCP.GeomLProp.GeomLProp_SLProps() after.
Could this be due to the way OCP is generated?
OCP.BRep.BRep_Tool().Surface_s(Face)should return aGeom_Surfacehandle (https://old.opencascade.com/doc/occt-7.5.0/refman/html/class_b_rep___tool.html#a351a0fe4cd421318c7f2ac042269c0ff) but instead returns the basic underlying geometry likeGeom_BSplineSurfacefor example (https://old.opencascade.com/doc/occt-7.5.0/refman/html/class_geom___surface.html), which prevents me from usingOCP.GeomLProp.GeomLProp_SLProps()after.Could this be due to the way OCP is generated?