Home
last modified time | relevance | path

Searched refs:theInSh (Results 1 – 1 of 1) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_Modifier.cxx59 static void SetShapeFlags(const TopoDS_Shape& theInSh, TopoDS_Shape& theOutSh);
769 static void SetShapeFlags(const TopoDS_Shape& theInSh, TopoDS_Shape& theOutSh) in SetShapeFlags() argument
771 theOutSh.Modified (theInSh.Modified()); in SetShapeFlags()
772 theOutSh.Checked (theInSh.Checked()); in SetShapeFlags()
773 theOutSh.Orientable(theInSh.Orientable()); in SetShapeFlags()
774 theOutSh.Closed (theInSh.Closed()); in SetShapeFlags()
775 theOutSh.Infinite (theInSh.Infinite()); in SetShapeFlags()
776 theOutSh.Convex (theInSh.Convex()); in SetShapeFlags()