Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_Isolines.cxx153 Prs3d_NListOfSequenceOfPnt aUPolylines, aVPolylines; in AddOnTriangulation() local
154 AddOnTriangulation (theFace, theDrawer, aUPolylines, aVPolylines); in AddOnTriangulation()
155 Prs3d::AddPrimitivesGroup (thePresentation, theDrawer->UIsoAspect(), aUPolylines); in AddOnTriangulation()
238 Prs3d_NListOfSequenceOfPnt aUPolylines, aVPolylines; in AddOnTriangulation() local
240 Prs3d::AddPrimitivesGroup (thePresentation, theDrawer->UIsoAspect(), aUPolylines); in AddOnTriangulation()
325 Prs3d_NListOfSequenceOfPnt aUPolylines, aVPolylines; in AddOnSurface() local
326 AddOnSurface (theFace, theDrawer, theDeflection, aUPolylines, aVPolylines); in AddOnSurface()
327 Prs3d::AddPrimitivesGroup (thePresentation, theDrawer->UIsoAspect(), aUPolylines); in AddOnSurface()
375 Prs3d_NListOfSequenceOfPnt aUPolylines, aVPolylines; in AddOnSurface() local
376 …addOnSurface (theSurface, theDrawer, theDeflection, theUIsoParams, theVIsoParams, aUPolylines, aVP… in AddOnSurface()
[all …]
H A DStdPrs_WFShape.cxx121 Prs3d_NListOfSequenceOfPnt aUPolylines, aVPolylines; in Add() local
122 Prs3d_NListOfSequenceOfPnt* aUPolylinesPtr = &aUPolylines; in Add()
179 Prs3d::AddPrimitivesGroup (thePresentation, anIsoAspectU, aUPolylines); in Add()