Home
last modified time | relevance | path

Searched refs:theFace2 (Results 1 – 22 of 22) sorted by relevance

/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dcollisionface.cpp64 CCollisionFace theFace2; in cull() local
65 theFace2.nor = nor; in cull()
66 theFace2.d = d; in cull()
67 theFace2.material = material; in cull()
68 theFace2.isSurface = isSurface; in cull()
69 theFace2.isWater = isWater; in cull()
76 theFace2.push_back(operator[](0)); in cull()
92 theFace2.push_back(mid); in cull()
100 theFace2.push_back(mid); in cull()
112 theFace2.push_back(mid); in cull()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d.cxx144 const TopoDS_Face& theFace2, in IsTangentFaces() argument
147 if (Order == GeomAbs_G1 && BRep_Tool::Continuity(theEdge, theFace1, theFace2) != GeomAbs_C0) in IsTangentFaces()
160 if (theFace1.IsSame(theFace2)) in IsTangentFaces()
163 (EE, theFace2, aFirst, aLast); in IsTangentFaces()
169 Handle(Geom_Surface) aSurf2 = BRep_Tool::Surface(theFace2); in IsTangentFaces()
176 BRepAdaptor_Surface aBAS2(theFace2); in IsTangentFaces()
220 TopOpeBRepTool_TOOL::Nt(uv2, theFace2, normal2); in IsTangentFaces()
H A DChFi3d.hxx51 const TopoDS_Face& theFace2,
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_WLineTool.hxx44 const TopoDS_Face& theFace2,
H A DIntTools_WLineTool.cxx269 const TopoDS_Face& theFace2, in ComputeTangentZones() argument
353 (surfit == 0) ? aContext->ProjPS(theFace1) : aContext->ProjPS(theFace2); in ComputeTangentZones()
729 const TopoDS_Face& theFace2, in DecompositionOfWLine() argument
764 Standard_Integer aNbZone = ComputeTangentZones( theSurface1, theSurface2, theFace1, theFace2, in DecompositionOfWLine()
1211 (surfit == 0) ? aContext->ProjPS(theFace2) : aContext->ProjPS(theFace1); in DecompositionOfWLine()
1248 (surfit == 0) ? aContext->ProjPS(theFace1) : aContext->ProjPS(theFace2); in DecompositionOfWLine()
H A DIntTools_FaceFace.cxx80 const TopoDS_Face& theFace2,
2006 const TopoDS_Face& theFace2, in ParameterOutOfBoundary() argument
2023 Handle(Geom_Surface) aSurf2 = BRep_Tool::Surface(theFace2); in ParameterOutOfBoundary()
2054 aState = aContext->StatePointFace(theFace2, gp_Pnt2d(U, V)); in ParameterOutOfBoundary()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntTools_WLineTool.hxx44 const TopoDS_Face& theFace2,
H A DChFi3d.hxx51 const TopoDS_Face& theFace2,
H A DMeshTest_CheckTopology.hxx78 Standard_Integer& theFace2,
H A DBRepOffset_Tool.hxx203 const TopoDS_Face& theFace2,
H A DBOPTools_AlgoTools.hxx258 const TopoDS_Face& theFace2,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntTools_WLineTool.hxx46 const TopoDS_Face& theFace2,
H A DBRepOffset_Tool.hxx206 const TopoDS_Face& theFace2,
H A DBOPTools_AlgoTools.hxx248 const TopoDS_Face& theFace2,
H A DChFi3d_Builder_0.hxx557 const TopoDS_Face &theFace2,
/dports/cad/opencascade/opencascade-7.6.0/src/MeshTest/
H A DMeshTest_CheckTopology.hxx78 Standard_Integer& theFace2,
H A DMeshTest_CheckTopology.cxx256 Standard_Integer& theFace2, in GetCrossFaceError() argument
263 theFace2 = myErrors(aInd+2); in GetCrossFaceError()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Tool.hxx203 const TopoDS_Face& theFace2,
H A DBRepOffset_Tool.cxx153 const TopoDS_Face& theFace2,
788 const TopoDS_Face& theFace2) in IsAutonomVertex() argument
793 nF[1] = thePDS->Index(theFace2); in IsAutonomVertex()
4056 const TopoDS_Face& theFace2, in CheckPlanesNormals() argument
4059 BRepAdaptor_Surface aBAS1(theFace1, Standard_False), aBAS2(theFace2, Standard_False); in CheckPlanesNormals()
4071 if (theFace2.Orientation() == TopAbs_REVERSED) { in CheckPlanesNormals()
4084 const TopoDS_Face& theFace2, in PerformPlanes() argument
4094 aFF.Perform(theFace1, theFace2); in PerformPlanes()
4127 aBB.UpdateEdge(aE, aIC.SecondCurve2d(), theFace2, aIC.Tolerance()); in PerformPlanes()
4134 BRepOffset_Tool::OrientSection(aE, theFace1, theFace2, O1, O2); in PerformPlanes()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_AlgoTools.hxx258 const TopoDS_Face& theFace2,
H A DBOPTools_AlgoTools.cxx902 const TopoDS_Face& theFace2, in IsInternalFace() argument
916 else if (theFace1==theFace2) { in IsInternalFace()
922 BOPTools_AlgoTools::GetEdgeOnFace(theEdge, theFace2, aE2); in IsInternalFace()
930 aCS2.SetShape2(theFace2); in IsInternalFace()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx373 const TopoDS_Face& theFace2) in CorrectSameParameter() argument
390 theFace1.IsSame(theFace2)) in CorrectSameParameter()
392 if (!theFace2.IsNull()) in CorrectSameParameter()
395 BAcurve[1].Initialize(theEdge, theFace2); in CorrectSameParameter()