Home
last modified time | relevance | path

Searched refs:NbSharedVertices (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapeAnalysis_ShapeContents.lxx333 //function : NbSharedVertices
337 inline Standard_Integer ShapeAnalysis_ShapeContents::NbSharedVertices() const
H A DShapeAnalysis_ShapeContents.hxx139 Standard_Integer NbSharedVertices() const;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapeAnalysis_ShapeContents.hxx137 Standard_Integer NbSharedVertices() const { return myNbSharedVertices; } in NbSharedVertices() function in ShapeAnalysis_ShapeContents
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_ShapeContents.hxx137 Standard_Integer NbSharedVertices() const { return myNbSharedVertices; } in NbSharedVertices() function in ShapeAnalysis_ShapeContents
/dports/cad/opencascade/opencascade-7.6.0/src/SWDRAW/
H A DSWDRAW_ShapeAnalysis.cxx498 nb = analyzer.NbSharedVertices(); in XSHAPE_statshape()