Home
last modified time | relevance | path

Searched refs:D1U (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_EdgeFaceTool.cxx40 gp_Vec D1U,D1V,D2U,D2V,D2UV; in CurvatureValue() local
41 ((HLRBRep_Surface*)F)->D2(U,V,P,D1U,D1V,D2U,D2V,D2UV); in CurvatureValue()
42 Standard_Real d1ut = D1U*Tg; in CurvatureValue()
44 Standard_Real d1ud1v = D1U*D1V; in CurvatureValue()
45 Standard_Real nmu2 = D1U*D1U; in CurvatureValue()
54 gp_Vec Nm = D1U ^ D1V; in CurvatureValue()
H A DHLRBRep_SLPropsATool.lxx43 gp_Vec& D1U,
45 { ((HLRBRep_Surface*)A)->D1(U, V, P, D1U, D1V); }
57 gp_Vec& D1U,
62 { ((HLRBRep_Surface*)A)->D2(U, V, P, D1U, D1V, D2U, D2V, DUV); }
H A DHLRBRep_Surface.lxx160 gp_Vec& D1U,
162 { HLRBRep_BSurfaceTool::D1(mySurf,U,V,P,D1U,D1V); }
172 gp_Vec& D1U,
177 { HLRBRep_BSurfaceTool::D2(mySurf,U,V,P,D1U,D1V,D2U,D2V,D2UV); }
187 gp_Vec& D1U,
197 (mySurf,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV); }
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAdaptor/
H A DBRepAdaptor_Surface.cxx251 gp_Vec& D1U, in D1() argument
254 mySurf.D1(U,V,P,D1U,D1V); in D1()
256 D1U.Transform(myTrsf); in D1()
268 gp_Pnt& P, gp_Vec& D1U, in D2() argument
274 mySurf.D2(U,V,P,D1U,D1V,D2U,D2V,D2UV); in D2()
276 D1U.Transform(myTrsf); in D2()
291 gp_Vec& D1U, gp_Vec& D1V, in D3() argument
297 mySurf.D3(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV); in D3()
299 D1U.Transform(myTrsf); in D3()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_ShadedSurface.cxx60 gp_Vec D1U, D1V, D1, D2; in Add() local
86 theSurface.D1 (U1 + DU * (i - 1), V1 + DV * (j - 1), P2, D1U, D1V); in Add()
87 D1 = D1U ^ D1V; in Add()
89 theSurface.D1 (U1 + DU * i, V1 + DV * (j - 1), P2, D1U, D1V); in Add()
90 D2 = D1U ^ D1V; in Add()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLProp/
H A DGeomLProp_SurfaceTool.cxx32 gp_Pnt& P, gp_Vec& D1U, gp_Vec& D1V) in D1() argument
34 S->D1(U, V, P, D1U, D1V); in D1()
39 gp_Pnt& P, gp_Vec& D1U, gp_Vec& D1V, gp_Vec& D2U, gp_Vec& D2V, gp_Vec& DUV) in D2() argument
41 S->D2(U, V, P, D1U, D1V, D2U, D2V, DUV); in D2()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLProp/
H A DBRepLProp_SurfaceTool.cxx45 gp_Vec& D1U, in D1() argument
48 S.D1(U, V, P, D1U, D1V); in D1()
61 gp_Vec& D1U, in D2() argument
67 S.D2(U, V, P, D1U, D1V, D2U, D2V, DUV); in D2()
/dports/cad/opencascade/opencascade-7.6.0/src/LProp3d/
H A DLProp3d_SurfaceTool.cxx45 gp_Vec& D1U, in D1() argument
48 S->D1(U, V, P, D1U, D1V); in D1()
61 gp_Vec& D1U, in D2() argument
67 S->D2(U, V, P, D1U, D1V, D2U, D2V, DUV); in D2()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_Plane.cxx268 Pnt& P, Vec& D1U, Vec& D1V) const in D1() argument
271 ElSLib::PlaneD1 (U, V, pos, P, D1U, D1V); in D1()
282 Vec& D1U, Vec& D1V, in D2() argument
286 ElSLib::PlaneD1 (U, V, pos, P, D1U, D1V); in D2()
300 Vec& D1U, Vec& D1V, in D3() argument
304 ElSLib::PlaneD1 (U, V, pos, P, D1U, D1V); in D3()
H A DGeom_ToroidalSurface.cxx286 Vec& D1U, Vec& D1V) const in D1() argument
288 ElSLib::TorusD1 (U, V, pos, majorRadius, minorRadius, P, D1U, D1V); in D1()
300 Vec& D1U, Vec& D1V, in D2() argument
303 ElSLib::TorusD2 (U, V, pos, majorRadius, minorRadius, P, D1U, D1V, in D2()
316 Vec& D1U, Vec& D1V, in D3() argument
321 ElSLib::TorusD3 (U, V, pos, majorRadius, minorRadius, P, D1U, D1V, in D3()
H A DGeom_SurfaceOfLinearExtrusion.cxx204 Vec& D1U, Vec& D1V) const in D1() argument
206 myEvaluator->D1(U, V, P, D1U, D1V); in D1()
218 Vec& D1U, Vec& D1V, in D2() argument
221 myEvaluator->D2(U, V, P, D1U, D1V, D2U, D2V, D2UV); in D2()
233 Vec& D1U, Vec& D1V, in D3() argument
237 myEvaluator->D3(U, V, P, D1U, D1V, D2U, D2V, D2UV, D3U, D3V, D3UUV, D3UVV); in D3()
H A DGeom_SphericalSurface.cxx253 Pnt& P, Vec& D1U, Vec& D1V in D1() argument
256 ElSLib::SphereD1 (U, V, pos, radius, P ,D1U, D1V); in D1()
267 Vec& D1U, Vec& D1V, in D2() argument
270 ElSLib::SphereD2 (U, V, pos, radius, P, D1U, D1V, D2U, D2V, D2UV); in D2()
281 Vec& D1U, Vec& D1V, in D3() argument
286 ElSLib::SphereD3 (U, V, pos, radius, P, D1U, D1V, D2U, D2V, in D3()
H A DGeom_SurfaceOfRevolution.cxx310 Vec& D1U, Vec& D1V ) const in D1() argument
312 myEvaluator->D1(U, V, P, D1U, D1V); in D1()
323 Vec& D1U, Vec& D1V, in D2() argument
326 myEvaluator->D2(U, V, P, D1U, D1V, D2U, D2V, D2UV); in D2()
339 Vec& D1U, Vec& D1V, in D3() argument
343 myEvaluator->D3(U, V, P, D1U, D1V, D2U, D2V, D2UV, D3U, D3V, D3UUV, D3UVV); in D3()
H A DGeom_CylindricalSurface.cxx255 Vec& D1U, Vec& D1V) const in D1() argument
257 ElSLib::CylinderD1 (U, V, pos, radius, P, D1U, D1V); in D1()
269 Vec& D1U, Vec& D1V, in D2() argument
272 ElSLib::CylinderD2 (U, V, pos, radius, P, D1U, D1V, D2U, D2V, D2UV); in D2()
284 Vec& D1U, Vec& D1V, in D3() argument
289 ElSLib::CylinderD3 (U, V, pos, radius, P, D1U, D1V, D2U, D2V, in D3()
H A DGeom_ConicalSurface.cxx317 Vec& D1U, Vec& D1V ) const in D1() argument
319 ElSLib::ConeD1 (U, V, pos, radius, semiAngle, P, D1U, D1V); in D1()
330 Vec& D1U, Vec& D1V, in D2() argument
333 ElSLib::ConeD2 (U, V, pos, radius, semiAngle, P, D1U, D1V, in D2()
345 Vec& D1U , Vec& D1V, in D3() argument
350 ElSLib::ConeD3 (U, V, pos, radius, semiAngle, P, D1U, D1V, D2U, D2V, in D3()
/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor3d/
H A DAdaptor3d_CurveOnSurface.cxx110 V31.SetLinearForm(DW.X(),D1U, in SetLinearForm()
1064 gp_Vec D1U,D1V; in D1() local
1080 myLastSurf->D1(Puv.X(),Puv.Y(),P,D1U,D1V); in D1()
1081 V.SetLinearForm(Duv.X(),D1U,Duv.Y(),D1V); in D1()
1088 mySurface->D1(Puv.X(),Puv.Y(),P,D1U,D1V); in D1()
1089 V.SetLinearForm(Duv.X(),D1U,Duv.Y(),D1V); in D1()
1104 gp_Vec D1U,D1V,D2U,D2V,D2UV; in D2() local
1125 V1.SetLinearForm(DW.X(),D1U,DW.Y(),D1V); in D2()
1139 V1.SetLinearForm(DW.X(),D1U,DW.Y(),D1V); in D2()
1178 V1.SetLinearForm(DW.X(),D1U,DW.Y(),D1V); in D3()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DCSLib.hxx58 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const Standard_Real SinT…
88 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const gp_Vec& D2U, const…
93 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const Standard_Real MagT…
H A DHLRBRep_SLPropsATool.lxx43 gp_Vec& D1U,
45 { ((HLRBRep_Surface*)A)->D1(U, V, P, D1U, D1V); }
57 gp_Vec& D1U,
62 { ((HLRBRep_Surface*)A)->D2(U, V, P, D1U, D1V, D2U, D2V, DUV); }
H A DHLRBRep_Surface.lxx160 gp_Vec& D1U,
162 { HLRBRep_BSurfaceTool::D1(mySurf,U,V,P,D1U,D1V); }
172 gp_Vec& D1U,
177 { HLRBRep_BSurfaceTool::D2(mySurf,U,V,P,D1U,D1V,D2U,D2V,D2UV); }
187 gp_Vec& D1U,
197 (mySurf,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV); }
H A DBRepApprox_SurfaceTool.lxx125 gp_Vec& D1U,
128 S.D1(U,V,P,D1U,D1V);
135 gp_Vec& D1U,
141 S.D2(U,V,P,D1U,D1V,D2U,D2V,D2UV);
148 gp_Vec& D1U,
158 S.D3(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV);
/dports/cad/opencascade/opencascade-7.6.0/src/CSLib/
H A DCSLib.hxx58 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const Standard_Real SinT…
88 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const gp_Vec& D2U, const…
93 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const Standard_Real MagT…
H A DCSLib.cxx32 const gp_Vec& D1U, in Normal() argument
41 Standard_Real D1UMag = D1U.SquareMagnitude(); in Normal()
43 gp_Vec D1UvD1V = D1U.Crossed(D1V); in Normal()
63 const gp_Vec& D1U, in Normal() argument
82 D1Nu.Add (D1U.Crossed (DUV)); in Normal()
85 D1Nv.Add (D1U.Crossed (D2V)); in Normal()
131 const gp_Vec& D1U, in Normal() argument
139 Standard_Real D1UMag = D1U.Magnitude(); in Normal()
141 gp_Vec D1UvD1V = D1U.Crossed(D1V); in Normal()
152 gp_Dir aD1U(D1U); in Normal()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DCSLib.hxx60 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const Standard_Real SinT…
90 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const gp_Vec& D2U, const…
95 …Standard_EXPORT static void Normal (const gp_Vec& D1U, const gp_Vec& D1V, const Standard_Real MagT…
H A DHLRBRep_SLPropsATool.lxx43 gp_Vec& D1U,
45 { ((HLRBRep_Surface*)A)->D1(U, V, P, D1U, D1V); }
57 gp_Vec& D1U,
62 { ((HLRBRep_Surface*)A)->D2(U, V, P, D1U, D1V, D2U, D2V, DUV); }
H A DHLRBRep_Surface.lxx160 gp_Vec& D1U,
162 { HLRBRep_BSurfaceTool::D1(mySurf,U,V,P,D1U,D1V); }
172 gp_Vec& D1U,
177 { HLRBRep_BSurfaceTool::D2(mySurf,U,V,P,D1U,D1V,D2U,D2V,D2UV); }
187 gp_Vec& D1U,
197 (mySurf,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV); }

123456789