Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_DraftAngle.cxx852 const TopTools_ListOfShape& listSh = aSub.Copy (myShape); in CorrectWires() local
853 if (!listSh.IsEmpty ()) in CorrectWires()
854 myShape = listSh.First (); in CorrectWires()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetWire.cxx1086 const TopTools_ListOfShape& listSh = aSubst.Copy(itl.Value()); in PerformWithBiLo() local
1088 itl.Value() = listSh.First(); in PerformWithBiLo()
H A DBRepFill_Sweep.cxx3025 const TopTools_ListOfShape& listSh = aSubstitute.Copy( shell ); in Build() local
3026 shell = TopoDS::Shell( listSh.First() ); in Build()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset.cxx2562 const TopTools_ListOfShape& listSh = theSubstitutor.Copy(NewSphericalFace); in CorrectConicalFaces() local
2563 NewSphericalFace = TopoDS::Face(listSh.First()); in CorrectConicalFaces()