Home
last modified time | relevance | path

Searched refs:UKnots (Results 1 – 25 of 70) sorted by relevance

123

/dports/cad/opencascade/opencascade-7.6.0/src/GeomConvert/
H A DGeomConvert_1.cxx90 Array1OfReal UKnots (1, NbUKnots); in BSplineSurfaceBuilder() local
102 UKnots (i) = Convert.UKnot (i); in BSplineSurfaceBuilder()
398 UKnots (1) = U1; in Handle()
399 UKnots (2) = U2; in Handle()
599 UKnots, VKnots, in Handle()
624 C->Knots(UKnots); in Handle()
663 UKnots (1) = 0.0; in Handle()
664 UKnots (2) = 1.0; in Handle()
818 UKnots, VKnots, in Handle()
839 UKnots (1) = 0.0; in Handle()
[all …]
H A DGeomConvert_CompBezierSurfacesToBSplineSurface.hxx213 …nst TColGeom_Array2OfBezierSurface& Beziers, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
237 const Handle(TColStd_HArray1OfReal)& UKnots() const;
H A DGeomConvert_BSplineSurfaceToBezierSurface.hxx145 Standard_EXPORT void UKnots (TColStd_Array1OfReal& TKnots) const;
H A DGeomConvert_CompBezierSurfacesToBSplineSurface.cxx212 Surface->UKnots( myUKnots->ChangeArray1()); in GeomConvert_CompBezierSurfacesToBSplineSurface()
220 const TColStd_Array1OfReal& UKnots, in GeomConvert_CompBezierSurfacesToBSplineSurface() argument
234 myUKnots->ChangeArray1() = UKnots; in GeomConvert_CompBezierSurfacesToBSplineSurface()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_BSplineCurves.cxx365 TColStd_Array1OfReal UKnots(1,NbUKnot); in Init() local
367 CC1->Knots(UKnots); in Init()
382 UKnots , VKnots, in Init()
388 UKnots , VKnots, in Init()
474 CC1->Knots(UKnots); in Init()
506 UKnots , VKnots, in Init()
514 UKnots , VKnots, in Init()
551 TColStd_Array1OfReal UKnots(1,NbUKnots); in Init() local
555 CC1->Knots(UKnots); in Init()
589 UKnots , VKnots, in Init()
[all …]
H A DGeomFill_Generator.cxx61 TColStd_Array1OfReal UKnots ( 1, NbUKnots); in Perform() local
69 KnotsAndMults( UKnots, UMults); in Perform()
85 mySurface = new Geom_BSplineSurface( Poles, Weights, UKnots, VKnots, in Perform()
H A DGeomFill_UniformSection.cxx132 TColStd_Array1OfReal UKnots(1,myCurve->NbKnots()), VKnots(1,2); in Handle() local
139 myCurve->Knots(UKnots); in Handle()
149 UKnots, VKnots, in Handle()
H A DGeomFill_Sweep.cxx301 TColStd_Array1OfReal UKnots(1, NbUKnots),VKnots(1, NbVKnots); in BuildAll() local
305 UKnots,VKnots, in BuildAll()
310 UKnots,VKnots, in BuildAll()
388 gp_Pnt2d P(UKnots(UKnots.Lower()), 0); in BuildAll()
400 gp_Pnt2d P(UKnots(UKnots.Upper()), 0); in BuildAll()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_OsculatingSurface.cxx93 TColStd_Array1OfReal UKnots(1,2); in Init() local
99 UKnots.SetValue(i,(i-1)); in Init()
105 InitSurf = new Geom_BSplineSurface(P,UKnots,VKnots, in Init()
349 TColStd_Array1OfReal UKnots(1,NbUK); in UOscSurf() local
351 BSur->UKnots(UKnots); in UOscSurf()
353 BSplCLib::Hunt(UKnots,U,NU); in UOscSurf()
408 TColStd_Array1OfReal UKnots(1,NbUK); in VOscSurf() local
410 BSur->UKnots(UKnots); in VOscSurf()
412 BSplCLib::Hunt(UKnots,U,NU); in VOscSurf()
418 if (UKnots(NbUK)-U > U-UKnots(1)) in VOscSurf()
[all …]
H A DGeom_BSplineSurface.cxx161 const TColStd_Array1OfReal& UKnots, in Geom_BSplineSurface() argument
183 UKnots , VKnots, in Geom_BSplineSurface()
197 uknots = new TColStd_HArray1OfReal (1,UKnots.Length()); in Geom_BSplineSurface()
198 uknots->ChangeArray1() = UKnots; in Geom_BSplineSurface()
221 const TColStd_Array1OfReal& UKnots, in Geom_BSplineSurface() argument
260 UKnots , VKnots, in Geom_BSplineSurface()
276 uknots->ChangeArray1() = UKnots; in Geom_BSplineSurface()
566 TColStd_Array1OfReal UKnots(1, 2); in segment() local
568 UKnots(1) = Min(NewU1, NewU2); in segment()
569 UKnots(2) = Max(NewU1, NewU2); in segment()
[all …]
H A DGeom_BSplineSurface.hxx185 …lineSurface(const TColgp_Array2OfPnt& Poles, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
217 … Poles, const TColStd_Array2OfReal& Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
948 Standard_EXPORT void UKnots (TColStd_Array1OfReal& Ku) const;
951 Standard_EXPORT const TColStd_Array1OfReal& UKnots() const;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBSplSLib.hxx184 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
186 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
188 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
190 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
192 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
214 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
220 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
351 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
H A DGeomConvert_CompBezierSurfacesToBSplineSurface.hxx213 …nst TColGeom_Array2OfBezierSurface& Beziers, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
237 const Handle(TColStd_HArray1OfReal)& UKnots() const;
H A DGeom_BSplineSurface.hxx185 …lineSurface(const TColgp_Array2OfPnt& Poles, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
217 … Poles, const TColStd_Array2OfReal& Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
948 Standard_EXPORT void UKnots (TColStd_Array1OfReal& Ku) const;
951 Standard_EXPORT const TColStd_Array1OfReal& UKnots() const;
H A DGeomConvert_BSplineSurfaceToBezierSurface.hxx145 Standard_EXPORT void UKnots (TColStd_Array1OfReal& TKnots) const;
H A DStepGeom_BSplineSurfaceWithKnots.hxx68 Standard_EXPORT Handle(TColStd_HArray1OfReal) UKnots() const;
/dports/cad/opencascade/opencascade-7.6.0/src/BSplSLib/
H A DBSplSLib.hxx184 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
186 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
188 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
190 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
192 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
214 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
220 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
351 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
H A DBSplSLib.cxx290 Standard_Integer UKLower = UKnots.Lower(); in PrepareEval()
291 Standard_Integer UKUpper = UKnots.Upper(); in PrepareEval()
615 const TColStd_Array1OfReal& UKnots, in D0() argument
635 UKnots, in D0()
664 const TColStd_Array1OfReal& UKnots, in HomogeneousD0() argument
719 const TColStd_Array1OfReal& UKnots, in D1() argument
817 const TColStd_Array1OfReal& UKnots, in HomogeneousD1() argument
890 const TColStd_Array1OfReal& UKnots, in D2() argument
1024 const TColStd_Array1OfReal& UKnots, in D3() argument
1225 const TColStd_Array1OfReal& UKnots, in DN() argument
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBSplSLib.hxx184 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
186 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
188 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
190 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
192 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
214 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
220 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
351 … Poles, const TColStd_Array2OfReal* Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
H A DGeomConvert_CompBezierSurfacesToBSplineSurface.hxx216 …nst TColGeom_Array2OfBezierSurface& Beziers, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
240 const Handle(TColStd_HArray1OfReal)& UKnots() const;
H A DGeom_BSplineSurface.hxx192 …lineSurface(const TColgp_Array2OfPnt& Poles, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
224 … Poles, const TColStd_Array2OfReal& Weights, const TColStd_Array1OfReal& UKnots, const TColStd_Arr…
955 Standard_EXPORT void UKnots (TColStd_Array1OfReal& Ku) const;
958 Standard_EXPORT const TColStd_Array1OfReal& UKnots() const;
H A DGeomConvert_BSplineSurfaceToBezierSurface.hxx148 Standard_EXPORT void UKnots (TColStd_Array1OfReal& TKnots) const;
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAPI/
H A DGeomAPI_PointsToBSplineSurface.cxx447 const TColStd_Array1OfReal& UKnots = TheCurve2.Knots(); in Init() local
461 mySurface = new Geom_BSplineSurface(ThePoles, UKnots, VKnots, UMults, VMults, in Init()
619 const TColStd_Array1OfReal& UKnots = TheCurve2.Knots(); in Init() local
633 mySurface = new Geom_BSplineSurface(ThePoles, UKnots, VKnots, UMults, VMults, in Init()
798 TColStd_Array1OfReal UKnots(1,nk2); in Init() local
823 XPoles,UKnots,UMults, in Init()
828 UKnots(i) = X0 + length * UKnots(i); in Init()
842 mySurface = new Geom_BSplineSurface(ThePoles, UKnots, VKnots, UMults, VMults, in Init()
/dports/cad/opencascade/opencascade-7.6.0/src/StepGeom/
H A DStepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface.cxx145 Handle(TColStd_HArray1OfReal) StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface::UKnots() c… in Handle()
147 return bSplineSurfaceWithKnots->UKnots(); in Handle()
/dports/cad/opencascade/opencascade-7.6.0/src/StepToGeom/
H A DStepToGeom.cxx489 UKnots->SetValue(1, 0.); in Handle()
490 UKnots->SetValue(2, 1.); in Handle()
495 BSPL->SetUKnots(UKnots); in Handle()
519 UKnots->SetValue(iU, iU - 1.); in Handle()
522 BSPL->SetUKnots(UKnots); in Handle()
557 UKnots->SetValue(iU, iU - 1.); in Handle()
562 BSPL->SetUKnots(UKnots); in Handle()
593 UKnots->SetValue(iU, iU - 1.); in Handle()
609 UKmult, VKmult, UKnots, VKnots, StepGeom_ktUnspecified, in Handle()
628 UKnots->SetValue(iU, iU - 1.); in Handle()
[all …]

123