Home
last modified time | relevance | path

Searched refs:theCurves (Results 1 – 25 of 33) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_Profiler.cxx40 for ( i = 2; i <= theCurves.Length(); i++) { in UnifyByInsertingAllKnots()
42 Handle(Geom_BSplineCurve)::DownCast(theCurves(i)); in UnifyByInsertingAllKnots()
55 for ( i = 2; i <= theCurves.Length(); i++) { in UnifyByInsertingAllKnots()
62 for ( i = 1; i <= theCurves.Length(); i++) { in UnifyByInsertingAllKnots()
102 for (i = 1; i <= theCurves.Length(); i++) in UnifyBySettingMiddleKnots()
107 aMidKnot /= theCurves.Length(); in UnifyBySettingMiddleKnots()
111 for (i = 1; i <= theCurves.Length(); i++) in UnifyBySettingMiddleKnots()
227 TColGeom_SequenceOfCurve theCurves; in Perform() local
231 UnifyByInsertingAllKnots(theCurves, PTol); in Perform()
235 for (i = 2; i <= theCurves.Length(); i++) in Perform()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/MAT2d/
H A DMAT2d_CutCurve.cxx54 theCurves.Clear(); in Perform()
80 theCurves.Append(TrimC); in Perform()
88 theCurves.Append(TrimC); in Perform()
101 return theCurves.IsEmpty(); in UnModified()
113 return theCurves.Length(); in NbCurves()
127 if ( Index < 1 || Index > theCurves.Length()) { in Handle()
130 return Handle(Geom2d_TrimmedCurve)::DownCast(theCurves.Value(Index)); in Handle()
H A DMAT2d_CutCurve.hxx84 TColGeom2d_SequenceOfCurve theCurves; member in MAT2d_CutCurve
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMAT2d/
H A DBRepMAT2d_Explorer.cxx196 Standard_Integer aNbC = theCurves.Value(currentContour).Length(); in Add()
224 theCurves.ChangeValue(currentContour).ChangeValue(aNbC) = CPrev; in Add()
254 Standard_Integer aNbC = theCurves.Value(currentContour).Length(); in Add()
283 theCurves.ChangeValue(currentContour).ChangeValue(aNbC) = CPrev; in Add()
368 theCurves.Clear() ; in Clear()
385 theCurves.Append(Contour); in NewContour()
400 theCurves.ChangeValue(currentContour).Append(aCurve); in Add()
410 return theCurves.Length() ; in NumberOfContours()
423 return theCurves.Value(IndexContour).Length(); in NumberOfCurves()
468 return theCurves.Value(currentContour).Value(current); in Handle()
[all …]
H A DBRepMAT2d_Explorer.hxx124 MAT2d_SequenceOfSequenceOfCurve theCurves; member in BRepMAT2d_Explorer
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSolid/
H A DIGESSolid_EdgeList.cxx47 theCurves = Curves; in Init()
58 return (theCurves.IsNull() ? 0 : theCurves->Length()); in NbEdges()
64 return theCurves->Value(num); in Handle()
H A DIGESSolid_Loop.cxx61 theCurves = Curves; in Init()
114 if (!theCurves->Value(EdgeIndex).IsNull()) acurve = in Handle()
115 theCurves->Value(EdgeIndex)->Value(CurveIndex); in Handle()
H A DIGESSolid_EdgeList.hxx99 Handle(IGESData_HArray1OfIGESEntity) theCurves;
H A DIGESSolid_Loop.hxx124 Handle(IGESBasic_HArray1OfHArray1OfIGESEntity) theCurves;
/dports/cad/opencascade/opencascade-7.6.0/src/StepVisual/
H A DStepVisual_TessellatedCurveSet.cxx26 const NCollection_Handle<StepVisual_VectorOfHSequenceOfInteger>& theCurves) in Init() argument
30 myCurves = theCurves; in Init()
H A DStepVisual_TessellatedCurveSet.hxx46 const NCollection_Handle<StepVisual_VectorOfHSequenceOfInteger>& theCurves);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetWire.cxx159 TColGeom2d_SequenceOfCurve& theCurves);
1812 TColGeom2d_SequenceOfCurve theCurves; in CutEdge() local
1855 CutCurve (CT2d, 2, theCurves); in CutEdge()
1859 theCurves.Append(Cuter.Value(k)); in CutEdge()
1863 CutCurve (CT2d, 3, theCurves); in CutEdge()
1870 CutCurve (CC, 2, theCurves); in CutEdge()
1873 theCurves.Append(CC); in CutEdge()
1914 return theCurves.Length(); in CutEdge()
1952 theCurves.Append(TrimC); in CutCurve()
1960 theCurves.Append(TrimC); in CutCurve()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStepVisual_TessellatedCurveSet.hxx46 const NCollection_Handle<StepVisual_VectorOfHSequenceOfInteger>& theCurves);
H A DMAT2d_CutCurve.hxx84 TColGeom2d_SequenceOfCurve theCurves; member in MAT2d_CutCurve
H A DIGESSolid_EdgeList.hxx99 Handle(IGESData_HArray1OfIGESEntity) theCurves;
H A DBRepMAT2d_Explorer.hxx124 MAT2d_SequenceOfSequenceOfCurve theCurves; member in BRepMAT2d_Explorer
H A DIGESSolid_Loop.hxx124 Handle(IGESBasic_HArray1OfHArray1OfIGESEntity) theCurves;
H A DStdPrs_WFRestrictedFace.hxx42 Prs3d_NListOfSequenceOfPnt& theCurves);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStepVisual_TessellatedCurveSet.hxx46 const NCollection_Handle<StepVisual_VectorOfHSequenceOfInteger>& theCurves);
H A DMAT2d_CutCurve.hxx84 TColGeom2d_SequenceOfCurve theCurves; member in MAT2d_CutCurve
H A DIGESSolid_EdgeList.hxx102 Handle(IGESData_HArray1OfIGESEntity) theCurves;
H A DBRepMAT2d_Explorer.hxx125 MAT2d_SequenceOfSequenceOfCurve theCurves; member in BRepMAT2d_Explorer
H A DIGESSolid_Loop.hxx127 Handle(IGESBasic_HArray1OfHArray1OfIGESEntity) theCurves;
/dports/cad/opencascade/opencascade-7.6.0/src/SWDRAW/
H A DSWDRAW_ShapeUpgrade.cxx662 Handle(TColGeom_HArray1OfCurve) theCurves= theTool->GetCurves(); in DT_SplitCurve()
663 Standard_Integer NbC=theCurves->Length(); in DT_SplitCurve()
668 DrawTrSurf::Set(newname, theCurves->Value(icurv)); in DT_SplitCurve()
707 Handle(TColGeom2d_HArray1OfCurve) theCurves= theTool->GetCurves(); in DT_SplitCurve2d()
708 Standard_Integer NbC=theCurves->Length(); in DT_SplitCurve2d()
713 DrawTrSurf::Set(newname, theCurves->Value(icurv)); in DT_SplitCurve2d()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_WFRestrictedFace.hxx42 Prs3d_NListOfSequenceOfPnt& theCurves);

12