Home
last modified time | relevance | path

Searched refs:myCurve2 (Results 1 – 25 of 34) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dAPI/
H A DGeom2dAPI_InterCurveCurve.cxx78 myCurve2 = Handle(Geom2d_Curve)::DownCast(C2->Copy()); in Init()
98 myCurve2.Nullify(); in Init()
189 if (myCurve2.IsNull()) in Segment()
196 aV1 = myCurve2->FirstParameter(); in Segment()
197 aV2 = myCurve2->LastParameter(); in Segment()
226 if (myCurve2.IsNull()) in Segment()
229 theCurve2 = new Geom2d_TrimmedCurve(myCurve2, aV1, aV2); in Segment()
H A DGeom2dAPI_InterCurveCurve.hxx137 Handle(Geom2d_Curve) myCurve2;
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d_ChamferAPI.cxx90 myCurve2 = BRep_Tool::Curve(myEdge2, myStart2, myEnd2); in Perform()
92 if (myCurve1->Value(myStart1).IsEqual(myCurve2->Value(myEnd2), Precision::Confusion())) in Perform()
99 if (myCurve1->Value(myEnd1).IsEqual(myCurve2->Value(myStart2), Precision::Confusion())) in Perform()
106 if (myCurve1->Value(myEnd1).IsEqual(myCurve2->Value(myEnd2), Precision::Confusion())) in Perform()
135 GC_MakeLine aML(myCurve1->Value(aCommon1), myCurve2->Value(aCommon2)); in Result()
136 …BRepBuilderAPI_MakeEdge aBuilder(aML.Value(), myCurve1->Value(aCommon1), myCurve2->Value(aCommon2)… in Result()
142 BRepBuilderAPI_MakeEdge aDivider2(myCurve2, aCommon2, (myCommonStart2?myEnd2:myStart2)); in Result()
H A DChFi2d_FilletAlgo.cxx123 myCurve2 = GeomProjLib::Curve2d(aCurve2, myStart2, myEnd2, myPlane); in Init()
127 while (myCurve2->IsPeriodic() && myStart2 >= myEnd2) in Init()
128 myEnd2 += myCurve2->Period(); in Init()
138 myCurve1 = myCurve2; in Init()
139 myCurve2 = aCurve; in Init()
243 Geom2dAPI_ProjectPointOnCurve aProjInt(aPoint, myCurve2, myStart2, myEnd2); in FillPoint()
254 aValid = !IsRadiusIntersected(myCurve2, myStart2, myEnd2, aPoint, aCenter, Standard_True); in FillPoint()
257 Geom2dAPI_ProjectPointOnCurve aProj(aCenter, myCurve2); in FillPoint()
270 while(myCurve2->IsPeriodic() && aParamProj < myStart2) in FillPoint()
271 aParamProj += myCurve2->Period(); in FillPoint()
[all …]
H A DChFi2d_ChamferAPI.hxx54 Handle(Geom_Curve) myCurve1, myCurve2;
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_CircularBlendFunc.cxx123 myCurve2 = myTCurve2 = Curve2; in GeomFill_CircularBlendFunc()
157 P1 = myCurve2->Value(TFirst); in Discret()
158 P2 = myCurve2->Value((TFirst+TLast)/2.); in Discret()
159 P3 = myCurve2->Value(TLast); in Discret()
168 C = myCurve2; in Discret()
184 myCurve2->D0(T, P2); in Discret()
209 myCurve2->D0(T, P2); in Discret()
231 myCurve2->D0(T, P2); in Discret()
531 NbI_Cb2 = myCurve2->NbIntervals(S); in NbIntervals()
540 myCurve2->Intervals(ICb2, S); in NbIntervals()
[all …]
H A DGeomFill_CircularBlendFunc.hxx152 Handle(Adaptor3d_Curve) myCurve2;
/dports/cad/opencascade/opencascade-7.6.0/src/StepKinematics/
H A DStepKinematics_PlanarCurvePair.cxx54 myCurve2 = theCurve2; in Init()
83 return myCurve2; in Handle()
92 myCurve2 = theCurve2; in SetCurve2()
H A DStepKinematics_PlanarCurvePair.hxx71 Handle(StepGeom_Curve) myCurve2;
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_EdgeEdge.cxx115 myCurve2.Initialize(myEdge2); in Prepare()
123 myRange2.SetFirst(myCurve2.FirstParameter()); in Prepare()
124 myRange2.SetLast (myCurve2.LastParameter()); in Prepare()
128 aCT2 = myCurve2.GetType(); in Prepare()
138 aC2 = CurveDeflection(myCurve2, myRange2); in Prepare()
154 myCurve1 = myCurve2; in Prepare()
155 myCurve2 = tmpC; in Prepare()
166 myTol2 = myCurve2.Tolerance() + aTolAdd; in Prepare()
179 myRes2 = Resolution(myCurve2.Curve().Curve(), myCurve2.GetType(), myResCoeff2, myTol2); in Prepare()
212 myCurve2.GetType() == GeomAbs_Line) { in Perform()
[all …]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Curve_std.py45 myCurve2 = Curve(data2, "red", "solid", 2, "polynomial function") variable
48 myGraph.add(myCurve2)
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Curve_std.cxx69 Curve myCurve2(data2, "red", "solid", 2, "polynomial function"); in main() local
72 myGraph.add(myCurve2); in main()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_Hctxee2d.cxx97 myCurve2.Load(PC2); in SetEdges()
149 myCurve2.Load(PC2on1); in SetEdges()
187 else if ( Index == 2 ) return myCurve2; in Curve()
H A DTopOpeBRep_Hctxee2d.hxx72 Geom2dAdaptor_Curve myCurve2; member in TopOpeBRep_Hctxee2d
H A DTopOpeBRep_EdgesIntersector.cxx354 myCurve2.Load(PC2); in Perform()
421 myCurve2.Load(PC2on1); in Perform()
467 GeomAbs_CurveType t2 = myCurve2.GetType(); in Perform()
477 myIntersector.Perform(myCurve1,myDomain1,myCurve2,myDomain2,tol1,tol2); in Perform()
512 else if (IsTangentSegment(P1, P2, myCurve1, myCurve2, Max(tol1, tol2))) { in Perform()
868 else if ( Index == 2 ) return myCurve2; in Curve()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib_CheckCurveOnSurface.cxx71 myCurve2(theCurveOnSurface), in GeomLib_CheckCurveOnSurface_TargetFunc()
102 aP2(myCurve2.Value(theX)); in Value()
145 myCurve2.D1(theX, aP2, aDC2); in Derive()
150 myCurve2.D2(theX, aP2, aDC2, aDCC2); in Derive()
229 const Adaptor3d_Curve& myCurve2; member in GeomLib_CheckCurveOnSurface_TargetFunc
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopOpeBRep_Hctxee2d.hxx72 Geom2dAdaptor_Curve myCurve2; member in TopOpeBRep_Hctxee2d
H A DChFi2d_ChamferAPI.hxx54 Handle(Geom_Curve) myCurve1, myCurve2;
H A DStepKinematics_PlanarCurvePair.hxx71 Handle(StepGeom_Curve) myCurve2;
H A DGeom2dAPI_InterCurveCurve.hxx137 Handle(Geom2d_Curve) myCurve2;
H A DGeomFill_CircularBlendFunc.hxx152 Handle(Adaptor3d_Curve) myCurve2;
H A DChFi2d_FilletAlgo.hxx126 Handle(Geom2d_Curve) myCurve1, myCurve2;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopOpeBRep_Hctxee2d.hxx72 Geom2dAdaptor_Curve myCurve2; member in TopOpeBRep_Hctxee2d
H A DChFi2d_ChamferAPI.hxx54 Handle(Geom_Curve) myCurve1, myCurve2;
H A DGeom2dAPI_InterCurveCurve.hxx140 Handle(Geom2d_Curve) myCurve2;

12