Home
last modified time | relevance | path

Searched refs:theC3d (Results 1 – 12 of 12) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepTools.hxx220 const Handle(Geom_Curve)& theC3d,
H A DShapeConstruct_ProjectCurveOnSurface.hxx184 Standard_EXPORT void CorrectExtremity(const Handle(Geom_Curve)& theC3d,
H A DGeomInt_IntSS.hxx104 … theHS1, const Handle(GeomAdaptor_HSurface)& theHS2, Handle(Geom_Curve)& theC3d, Handle(Geom2d_Cur…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapeConstruct_ProjectCurveOnSurface.hxx184 Standard_EXPORT void CorrectExtremity(const Handle(Geom_Curve)& theC3d,
H A DGeomInt_IntSS.hxx95 …& theHS1, const Handle(GeomAdaptor_Surface)& theHS2, Handle(Geom_Curve)& theC3d, Handle(Geom2d_Cur…
H A DBRepTools.hxx334 const Handle(Geom_Curve)& theC3d,
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeConstruct/
H A DShapeConstruct_ProjectCurveOnSurface.hxx184 Standard_EXPORT void CorrectExtremity(const Handle(Geom_Curve)& theC3d,
H A DShapeConstruct_ProjectCurveOnSurface.cxx1646 void ShapeConstruct_ProjectCurveOnSurface::CorrectExtremity(const Handle(Geom_Curve)& theC3d, in CorrectExtremity() argument
1734 theC3d->D0(SecondParam, aP3d); in CorrectExtremity()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_IntSS.hxx95 …& theHS1, const Handle(GeomAdaptor_Surface)& theHS2, Handle(Geom_Curve)& theC3d, Handle(Geom2d_Cur…
H A DGeomInt_IntSS_1.cxx990 Handle(Geom_Curve)& theC3d, in TreatRLine() argument
1040 theC3d = anApp.Curve3d(); in TreatRLine()
1047 aS, theC3d, theC2d2); in TreatRLine()
1053 aS, theC3d, theC2d1); in TreatRLine()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools.hxx334 const Handle(Geom_Curve)& theC3d,
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib.cxx1186 static void GetCurve3d(const TopoDS_Edge& theEdge, Handle(Geom_Curve)& theC3d, Standard_Real& theF3… in GetCurve3d() argument
1196 theC3d = GCurve->Curve3D() ; in GetCurve3d()