Home
last modified time | relevance | path

Searched refs:nbFaces (Results 1 – 25 of 28) sorted by path

12

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModel.cpp3127 int nbFaces = connectedSurfaces(allElements, conFaces); in makeDiscreteFacesSimplyConnected() local
3128 if(nbFaces > 1) remove(*itF); in makeDiscreteFacesSimplyConnected()
3130 for(int ifa = 0; ifa < nbFaces; ifa++) { in makeDiscreteFacesSimplyConnected()
3131 int numF = (nbFaces == 1) ? (*itF)->tag() : getMaxElementaryNumber(2) + 1; in makeDiscreteFacesSimplyConnected()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DBDS.cpp950 int nbFaces = e->numfaces(); in swap_edge() local
951 if(nbFaces != 2) return false; in swap_edge()
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DTopologySamples.cxx741 Standard_Integer nbFaces = 0; in TopologyExplorer3dSample() local
742 for (TopExp_Explorer anExp(aBox, TopAbs_FACE); anExp.More(); anExp.Next(), ++nbFaces) in TopologyExplorer3dSample()
750 myResult << nbFaces << std::endl; in TopologyExplorer3dSample()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DTexturesExt_Presentation.cpp340 Standard_Integer nbFaces = aFaces.Extent(); in sampleKitchen() local
372 nbFaces = aFaces.Extent(); in sampleKitchen()
374 for (Standard_Integer i = 1; i <= nbFaces; i++) in sampleKitchen()
412 nbFaces = aFaces.Extent(); in sampleKitchen()
414 for (Standard_Integer i = 1; i <= nbFaces; i++) in sampleKitchen()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBuilderAPI/
H A DBRepBuilderAPI_Sewing.cxx2530 Standard_Integer nbFaces = listFaces.Extent(); in FindFreeBoundaries() local
2535 if (nbFaces == 1) { in FindFreeBoundaries()
2570 Standard_Boolean isBoundFloat = (myFloatingEdgesMode && !nbFaces); in FindFreeBoundaries()
2571 …Standard_Boolean isBound = (myFaceMode && ((myNonmanifold && nbFaces) || (nbFaces == 1 && !isSeam)… in FindFreeBoundaries()
/dports/cad/opencascade/opencascade-7.6.0/src/STEPControl/
H A DSTEPControl_ActorRead.cxx147 nbFaces = 0, in IMPLEMENT_STANDARD_RTTIEXT() local
173 nbFaces++; in IMPLEMENT_STANDARD_RTTIEXT()
188 std::cout << "//What is?// NB FACES: " << nbFaces << std::endl; in IMPLEMENT_STANDARD_RTTIEXT()
H A DSTEPControl_ActorWrite.cxx132 nbFaces = 0, in IMPLEMENT_STANDARD_RTTIEXT() local
152 nbFaces++; in IMPLEMENT_STANDARD_RTTIEXT()
166 std::cout << "//What is?// NB FACES: " << nbFaces << std::endl; in IMPLEMENT_STANDARD_RTTIEXT()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Face.cxx1872 Standard_Integer nbFaces = 0; in FixMissingSeam() local
1897 nbFaces++; in FixMissingSeam()
1905 if(nbFaces > 1) in FixMissingSeam()
/dports/cad/opencascade/opencascade-7.6.0/src/TopoDSToStep/
H A DTopoDSToStep_Builder.cxx141 Standard_Integer nbFaces = mySeq.Length(); in Init() local
142 if ( nbFaces >= 1) { in Init()
144 new StepShape_HArray1OfFace(1,nbFaces); in Init()
145 for (Standard_Integer i=1; i<=nbFaces; i++ ) { in Init()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_ShapeConvert.cxx607 Standard_Integer nbFaces = 0; in addShape() local
609 nbFaces++; in addShape()
613 if (nbFaces > 1) in addShape()
/dports/cad/opencascade/opencascade-7.6.0/src/XSDRAWIGES/
H A DXSDRAWIGES.cxx553 Standard_Integer nbFaces = 0, totFaces = 0 ; in XSDRAWIGES_tplosttrim() local
582 if(aMap.Add(super->Value(i))) nbFaces++; in XSDRAWIGES_tplosttrim()
587 if(nbFaces != 0) { in XSDRAWIGES_tplosttrim()
606 di << "\nNumber:"<< nbFaces << "\n"; in XSDRAWIGES_tplosttrim()
607 totFaces += nbFaces; in XSDRAWIGES_tplosttrim()
610 nbFaces = 0; in XSDRAWIGES_tplosttrim()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/demo/
H A Dbug2313013 regexp {nbFaces:+([-0-9.+eE]+)} $info full nbF
35 puts "Error: bad value of nbFaces"
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/heal/
H A Dbug2223 regexp {([-0-9.+eE]+)\s FACE} [statshape result] full nbFaces
24 if {$nbFaces != 5} {
/dports/cad/opencascade/opencascade-7.6.0/tests/offset/shape_type_i_c_multi/
H A Dbegin36 set nbFaces [llength $theFaceIds]
37 if {$nbFaces > 0} {
41 for {set i 0} {$i < $nbFaces} {incr i} {
/dports/games/ensemblist/ensemblist-040126/
H A Dgeom.c347 unsigned cptPts, cptPoly, nbPts, nbFaces; in geom_prim_clicked() local
357 nbFaces = prim->nb_faces_light; in geom_prim_clicked()
362 nbFaces = prim->nb_faces; in geom_prim_clicked()
375 for (cptPoly=0; cptPoly<nbFaces; cptPoly++) { in geom_prim_clicked()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/
H A DConvertToVRML.cpp1102 void ToVRML::writeNormal(osg::Geometry* geom, std::vector<int>& primitiveSetFaces, int nbFaces) { in writeNormal() argument
1251 void ToVRML::writeColor(osg::Geometry* geom, std::vector<int>& primitiveSetFaces, int nbFaces) { in writeColor() argument
H A DConvertToVRML.h96 void writeNormal(osg::Geometry* geom, std::vector<int>& primitiveSetFaces, int nbFaces);
97 void writeColor(osg::Geometry* geom, std::vector<int>& primitiveSetFaces, int nbFaces);
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/collision/
H A DPolygonVertexArray.h102 uint nbFaces, PolygonFace* facesStart,
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/
H A DPolygonVertexArray.cpp48 uint nbFaces, PolygonFace* facesStart, in PolygonVertexArray() argument
55 mNbFaces = nbFaces; in PolygonVertexArray()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DPLYParser.java73 int nbFaces = -1; in PLYParser() local
110 nbFaces = Integer.parseInt(fields.get(2).getValue()); in PLYParser()
185 faces = new int[nbFaces][]; in PLYParser()
186 for (int i = 0; i < nbFaces; ++i) { in PLYParser()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A Dgeometries3D.hpp175 number_t nbFaces() const { return faces_.size(); } in nbFaces() function in xlifepp::Polyhedron
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/gmsh/
H A DsaveToGeo.cpp3616 Strings s(g.polyhedron()->nbFaces()); in getComponentBordersToGeo()
4107 number_t nbFaces=p.nbFaces(); in savePolyhedronToGeo() local
4108 p.checkSideNamesAndUpdate(nbFaces); in savePolyhedronToGeo()
4125 for (number_t f=0; f < nbFaces; ++f) in savePolyhedronToGeo()
4168 for (number_t f=0; f < nbFaces; ++f) in savePolyhedronToGeo()
4211 for (number_t i=2; i < nbFaces+1; ++i) { fout << ",S_" << i; } in savePolyhedronToGeo()
4216 std::vector<string_t> sidenames(nbFaces); in savePolyhedronToGeo()
4217 for (number_t f=0; f < nbFaces; ++f) { sidenames[f]=gc[f]->domName(); } in savePolyhedronToGeo()
/dports/misc/visp/visp-3.4.0/modules/robot/src/wireframe-simulator/
H A DvpScene.cpp162 int nbFaces = 0; in set_scene_wrl() local
172 nbFaces++; in set_scene_wrl()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/internal/
H A Dmesh.h311 void TesselateFaceMeshComplex(GF_Mesh *dest, GF_Mesh *orig, u32 nbFaces, u32 *ptsPerFaces);
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dmesh_tesselate.c439 void TesselateFaceMeshComplex(GF_Mesh *dest, GF_Mesh *orig, u32 nbFaces, u32 *ptsPerFaces) in TesselateFaceMeshComplex() argument
476 if (cur_face>=nbFaces) break; in TesselateFaceMeshComplex()

12