Home
last modified time | relevance | path

Searched refs:isNonManifold (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapeFix_Shell.hxx121 Standard_EXPORT virtual void SetNonManifoldFlag(const Standard_Boolean isNonManifold);
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Shell.hxx121 Standard_EXPORT virtual void SetNonManifoldFlag(const Standard_Boolean isNonManifold);
H A DShapeFix_Shell.cxx1121 void ShapeFix_Shell::SetNonManifoldFlag(const Standard_Boolean isNonManifold) in SetNonManifoldFlag() argument
1123 myNonManifold = isNonManifold; in SetNonManifoldFlag()
H A DShapeFix_ComposeShell.cxx492 Standard_Boolean isNonManifold = ( wire.Orientation() != TopAbs_REVERSED && in LoadWires() local
504 if(isNonManifold) in LoadWires()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapeFix_Shell.hxx121 Standard_EXPORT virtual void SetNonManifoldFlag(const Standard_Boolean isNonManifold);
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchBuilder.cpp811 bool isNonManifold = vTag._nonManifold; in GetIrregularPatchCornerSpans() local
822 if (testInfSharpEdges || isFVarMisMatch || isNonManifold) { in GetIrregularPatchCornerSpans()
823 if (isNonManifold) { in GetIrregularPatchCornerSpans()
838 cornerSpans[i]._sharp = (cornerSpans[i]._numFaces == 1) || isNonManifold; in GetIrregularPatchCornerSpans()
842 } else if (isNonManifold) { in GetIrregularPatchCornerSpans()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h771 isNonManifold(const AccessorT& accessor, const Coord& ijk, in isNonManifold() function
2314 if (!mask.isValueOn(ijk) && isNonManifold(inputAcc, ijk, mIsovalue, dim)) { in operator()
2357 || isNonManifold(inputAcc, ijk, mIsovalue, dim) in operator()