Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DVrmlData_IndexedLineSet.hxx110 const Standard_Integer ** thePolygons) in SetPolygons() argument
111 { myNbPolygons = nPolygons; myArrPolygons = thePolygons; } in SetPolygons()
H A DVrmlData_IndexedFaceSet.hxx130 const Standard_Integer ** thePolygons) in SetPolygons() argument
131 { myNbPolygons = nPolygons; myArrPolygons = thePolygons; } in SetPolygons()
H A DMeshVS_MeshPrsBuilder.hxx77 …e(Prs3d_Presentation)& Prs, const Handle(Graphic3d_ArrayOfPrimitives)& thePolygons, const Handle(G…
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_IndexedLineSet.hxx110 const Standard_Integer ** thePolygons) in SetPolygons() argument
111 { myNbPolygons = nPolygons; myArrPolygons = thePolygons; } in SetPolygons()
H A DVrmlData_IndexedFaceSet.hxx130 const Standard_Integer ** thePolygons) in SetPolygons() argument
131 { myNbPolygons = nPolygons; myArrPolygons = thePolygons; } in SetPolygons()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DVrmlData_IndexedLineSet.hxx110 const Standard_Integer ** thePolygons) in SetPolygons() argument
111 { myNbPolygons = nPolygons; myArrPolygons = thePolygons; } in SetPolygons()
H A DVrmlData_IndexedFaceSet.hxx130 const Standard_Integer ** thePolygons) in SetPolygons() argument
131 { myNbPolygons = nPolygons; myArrPolygons = thePolygons; } in SetPolygons()
H A DMeshVS_MeshPrsBuilder.hxx82 …e(Prs3d_Presentation)& Prs, const Handle(Graphic3d_ArrayOfPrimitives)& thePolygons, const Handle(G…
/dports/cad/opencascade/opencascade-7.6.0/src/MeshVS/
H A DMeshVS_MeshPrsBuilder.hxx77 …e(Prs3d_Presentation)& Prs, const Handle(Graphic3d_ArrayOfPrimitives)& thePolygons, const Handle(G…
H A DMeshVS_MeshPrsBuilder.cxx1033 const Handle(Graphic3d_ArrayOfPrimitives)& thePolygons, in DrawArrays() argument
1045 Standard_Boolean IsFacePolygons = ( !thePolygons.IsNull() && thePolygons->ItemNumber() > 0 ), in DrawArrays()
1082 aGroup->AddPrimitiveArray ( thePolygons ); in DrawArrays()
1134 aGroup->AddPrimitiveArray ( thePolygons ); in DrawArrays()