Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopOpeBRepDS_Transition.hxx42 …ate StateBefore, const TopAbs_State StateAfter, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FACE, …
46 …ate StateBefore, const TopAbs_State StateAfter, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FACE, …
52 Standard_EXPORT void ShapeBefore (const TopAbs_ShapeEnum SE);
56 …Standard_EXPORT void Before (const TopAbs_State S, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FAC…
74 Standard_EXPORT TopAbs_ShapeEnum ShapeBefore() const;
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_Transition.hxx42 …ate StateBefore, const TopAbs_State StateAfter, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FACE, …
46 …ate StateBefore, const TopAbs_State StateAfter, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FACE, …
52 Standard_EXPORT void ShapeBefore (const TopAbs_ShapeEnum SE);
56 …Standard_EXPORT void Before (const TopAbs_State S, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FAC…
74 Standard_EXPORT TopAbs_ShapeEnum ShapeBefore() const;
H A DTopOpeBRepDS_Transition.cxx89 void TopOpeBRepDS_Transition::ShapeBefore(const TopAbs_ShapeEnum SE) in ShapeBefore() function in TopOpeBRepDS_Transition
190 TopAbs_ShapeEnum TopOpeBRepDS_Transition::ShapeBefore() const in ShapeBefore() function in TopOpeBRepDS_Transition
H A DTopOpeBRepDS_ProcessInterferencesTool.cxx100 TopAbs_ShapeEnum shaB = T.ShapeBefore(), shaA = T.ShapeAfter(); in FUN_hasStateShape()
118 TopAbs_ShapeEnum shab = T1.ShapeBefore(), shaa = T1.ShapeAfter(); in FUN_selectTRASHAinterference()
312 Standard_Boolean id = T1.ShapeBefore()==T2.ShapeBefore() && T1.ShapeAfter()==T2.ShapeAfter(); in FUN_transitionSHAPEEQUAL()
H A DTopOpeBRepDS_ProcessEdgeInterferences.cxx72 TopAbs_ShapeEnum shab = T.ShapeBefore(),shaa = T.ShapeAfter(); in FUN_keepEinterference()
H A DTopOpeBRepDS_EXPORT.cxx127 SB = T.ShapeBefore(); IB = T.IndexBefore(); in FDS_Tdata()
2484 aT.ShapeBefore(TopAbs_EDGE); aT.ShapeAfter(TopAbs_EDGE); in FUN_ds_complete1dForSESDM()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopOpeBRepDS_Transition.hxx42 …ate StateBefore, const TopAbs_State StateAfter, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FACE, …
46 …ate StateBefore, const TopAbs_State StateAfter, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FACE, …
52 Standard_EXPORT void ShapeBefore (const TopAbs_ShapeEnum SE);
56 …Standard_EXPORT void Before (const TopAbs_State S, const TopAbs_ShapeEnum ShapeBefore = TopAbs_FAC…
74 Standard_EXPORT TopAbs_ShapeEnum ShapeBefore() const;
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_EdgesFiller.cxx294 T1.ShapeBefore(TopAbs_EDGE);T1.ShapeAfter(TopAbs_EDGE); in SetShapeTransition()
295 T2.ShapeBefore(TopAbs_EDGE);T2.ShapeAfter(TopAbs_EDGE); in SetShapeTransition()
302 T1.ShapeBefore(TopAbs_FACE);T1.ShapeAfter(TopAbs_FACE); in SetShapeTransition()
303 T2.ShapeBefore(TopAbs_FACE);T2.ShapeAfter(TopAbs_FACE); in SetShapeTransition()
456 TN.ShapeBefore(TU.ShapeBefore());TN.IndexBefore(TU.IndexBefore()); in RecomputeInterferences()
H A DTopOpeBRep_EdgesIntersector.cxx750 Tn1.Before(Tpsa1.Before(),Tpsa1.ShapeBefore()); in ReduceSegment()
754 Tn2.Before(Tpsa2.Before(),Tpsa2.ShapeBefore()); in ReduceSegment()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_GridEE.cxx218 TopAbs_ShapeEnum b = T.ShapeBefore(), a = T.ShapeAfter(); in FUN_MoreSHAINT()
475 newT.Index(isb); newT.ShapeBefore(TopAbs_EDGE); newT.ShapeAfter(TopAbs_EDGE); in GFillPointTopologyPVS()
479 newT.ShapeBefore(TopAbs_FACE); newT.ShapeAfter(TopAbs_FACE); in GFillPointTopologyPVS()
483 newT.ShapeBefore(TopAbs_FACE); newT.ShapeAfter(TopAbs_FACE); in GFillPointTopologyPVS()
491 newT.Index(isb); newT.ShapeBefore(TopAbs_EDGE); newT.ShapeAfter(TopAbs_EDGE); in GFillPointTopologyPVS()
498 newT.ShapeBefore(TopAbs_FACE); newT.ShapeAfter(TopAbs_FACE); in GFillPointTopologyPVS()
505 newT.ShapeBefore(TopAbs_FACE); newT.ShapeAfter(TopAbs_FACE); in GFillPointTopologyPVS()
H A DTopOpeBRepBuild_fctwes.cxx108 TopAbs_ShapeEnum shab = T.ShapeBefore(),shaa = T.ShapeAfter(); in GFillCurveTopologyWES()
H A DTopOpeBRepBuild_Section.cxx564 TopAbs_ShapeEnum shab = TFE.ShapeBefore(),shaa = TFE.ShapeAfter(); in SplitSectionEdges()
H A DTopOpeBRepBuild_GridSS.cxx1597 if (TFE.ShapeBefore() != TopAbs_FACE || TFE.ShapeAfter() != TopAbs_FACE) continue; in FindFacesTouchingEdge()
H A DTopOpeBRepBuild_BuilderON.cxx154 TopAbs_ShapeEnum shab=TFE.ShapeBefore(),shaa=TFE.ShapeAfter(); in GFillONCheckI()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/
H A Dsymbols_mangled_win.dat25077 ?ShapeBefore@TopOpeBRepDS_Transition@@QEAAXW4TopAbs_ShapeEnum@@@Z
25078 ?ShapeBefore@TopOpeBRepDS_Transition@@QEBA?AW4TopAbs_ShapeEnum@@XZ