Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Builder1_1.cxx277 TopOpeBRepDS_ShapeWithState aShapeWithState; in PerformShapeWithStates() local
295 aShapeWithState.SetIsSplitted (Standard_False); in PerformShapeWithStates()
296 aShapeWithState.SetState (TopAbs_OUT); in PerformShapeWithStates()
586 TopOpeBRepDS_ShapeWithState aShapeWithState; in StatusEdgesToSplit() local
597 aShapeWithState.AddPart (aNewEdge, TopAbs_ON); in StatusEdgesToSplit()
607 aShapeWithState.AddPart (aNewEdge, TopAbs_IN); in StatusEdgesToSplit()
617 aShapeWithState.AddPart (aNewEdge, TopAbs_OUT); in StatusEdgesToSplit()
621 aShapeWithState.SetIsSplitted(Standard_True); in StatusEdgesToSplit()
690 aShapeWithState.AddPart (aNewEdge, aState); in StatusEdgesToSplit()
728 aShapeWithState.AddPart (aS, aState); in StatusEdgesToSplit()
[all …]
H A DTopOpeBRepBuild_Tools.cxx171 TopOpeBRepDS_ShapeWithState aShapeWithState; in PropagateState() local
172 aShapeWithState.SetState (aState); in PropagateState()
223 TopOpeBRepDS_ShapeWithState aShapeWithState; in PropagateState() local
224 aShapeWithState.SetIsSplitted (Standard_False); in PropagateState()
227 aShapeWithState.SetState (anII.Value()); in PropagateState()
338 TopOpeBRepDS_ShapeWithState aShapeWithState; in FindStateThroughVertex() local
339 aShapeWithState.SetState (aState); in FindStateThroughVertex()
340 aShapeWithState.SetIsSplitted (Standard_False); in FindStateThroughVertex()
361 TopOpeBRepDS_ShapeWithState aShapeWithState; in SpreadStateToChild() local
362 aShapeWithState.SetState (aState); in SpreadStateToChild()
[all …]