Home
last modified time | relevance | path

Searched refs:ptgui (Results 1 – 25 of 49) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/BlendFunc/
H A DBlendFunc_ConstThroatInv.cxx122 curv->D2(param,ptgui,d1gui,d2gui); in Value()
125 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Value()
146 const gp_Vec vmid(ptgui, ptmid); in Value()
150 const gp_Vec vref1(ptgui, pts1); in Value()
151 const gp_Vec vref2(ptgui, pts2); in Value()
177 curv->D2(param,ptgui,d1gui,d2gui); in Derivatives()
180 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Derivatives()
185 temp1.SetXYZ(pts1.XYZ() - ptgui.XYZ()); in Derivatives()
186 temp2.SetXYZ(pts2.XYZ() - ptgui.XYZ()); in Derivatives()
213 D(3,1) = gp_Vec(ptgui,pts1).Dot(temp); in Derivatives()
[all …]
H A DBlendFunc_ConstThroat.cxx71 curv->D2(param,ptgui,d1gui,d2gui); in Set()
74 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Set()
102 temp1.SetXYZ(pts1.XYZ() - ptgui.XYZ()); in IsSolution()
103 temp2.SetXYZ(pts2.XYZ() - ptgui.XYZ()); in IsSolution()
148 const gp_Vec vmid(ptgui, ptmid); in Value()
152 const gp_Vec vref1(ptgui, pts1); in Value()
153 const gp_Vec vref2(ptgui, pts2); in Value()
182 D(4,1) = 2.*gp_Vec(ptgui,pts1).Dot(d1u1); in Derivatives()
183 D(4,2) = 2.*gp_Vec(ptgui,pts1).Dot(d1v1); in Derivatives()
184 D(4,3) = -2.*gp_Vec(ptgui,pts2).Dot(d1u2); in Derivatives()
[all …]
H A DBlendFunc_ConstThroatWithPenetration.cxx72 temp1.SetXYZ(pts1.XYZ() - ptgui.XYZ()); in IsSolution()
73 temp2.SetXYZ(pts2.XYZ() - ptgui.XYZ()); in IsSolution()
118 const gp_Vec vref(ptgui, pts1); in Value()
148 D(3,1) = 2.*gp_Vec(ptgui,pts1).Dot(d1u1); in Derivatives()
149 D(3,2) = 2.*gp_Vec(ptgui,pts1).Dot(d1v1); in Derivatives()
152 D(4,1) = d1u1.Dot(gp_Vec(pts1,pts2)) - gp_Vec(ptgui,pts1).Dot(d1u1); in Derivatives()
153 D(4,2) = d1v1.Dot(gp_Vec(pts1,pts2)) - gp_Vec(ptgui,pts1).Dot(d1v1); in Derivatives()
154 D(4,3) = gp_Vec(ptgui,pts1).Dot(d1u2); in Derivatives()
155 D(4,4) = gp_Vec(ptgui,pts1).Dot(d1v2); in Derivatives()
H A DBlendFunc_Corde.cxx64 guide->D2(Param,ptgui,d1gui,d2gui); in SetParam()
67 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in SetParam()
81 const gp_Vec vref(ptgui,pts); in Value()
99 D(2,1) = 2.*gp_Vec(ptgui,pts).Dot(d1u); in Derivatives()
100 D(2,2) = 2.*gp_Vec(ptgui,pts).Dot(d1v); in Derivatives()
123 return ptgui; in PointOnGuide()
188 const gp_Vec temp(pts.XYZ()-ptgui.XYZ()); in DerFguide()
215 temp.SetXYZ(pts.XYZ()-ptgui.XYZ()); in IsSolution()
H A DBlendFunc_ConstThroatWithPenetrationInv.cxx70 curv->D2(param,ptgui,d1gui,d2gui); in Value()
73 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Value()
93 const gp_Vec vref(ptgui, pts1); in Value()
124 curv->D2(param,ptgui,d1gui,d2gui); in Derivatives()
127 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Derivatives()
132 temp1.SetXYZ(pts1.XYZ() - ptgui.XYZ()); in Derivatives()
133 temp2.SetXYZ(pts2.XYZ() - ptgui.XYZ()); in Derivatives()
H A DBlendFunc_ChAsym.cxx140 gp_Pnt ptgui; in IsSolution() local
145 tcurv->D2(param, ptgui, d1gui, d2gui); in IsSolution()
163 gp_Vec pguis1(ptgui, pt1), pguis2(ptgui, pt2); in IsSolution()
245 gp_Pnt ptgui; in ComputeValues() local
248 tcurv->D1(param, ptgui, d1gui); in ComputeValues()
272 Dist = ptgui.XYZ().Dot(np.XYZ()); in ComputeValues()
486 gp_Pnt Pt1,Pt2,ptgui; in Tangent() local
492 tcurv->D1(param, ptgui, d1gui); in Tangent()
715 gp_Pnt ptgui; in Section() local
720 tcurv->D2(param, ptgui, d1gui, d2gui); in Section()
[all …]
H A DBlendFunc_ChamfInv.cxx165 gp_Pnt pts, ptgui; in Derivatives() local
179 ptgui = corde1.PointOnGuide(); in Derivatives()
188 ptgui = corde2.PointOnGuide(); in Derivatives()
200 D(2,1) = 2*(gp_Vec(ptgui,pts).Dot(temp)); in Derivatives()
208 D(4,1) = 2*(gp_Vec(ptgui,pts).Dot(temp)); in Derivatives()
H A DBlendFunc_ChAsymInv.cxx161 gp_Pnt pts1, pts2, ptgui; in IsSolution() local
165 curv->D1(Sol(2), ptgui, d1gui); in IsSolution()
216 gp_Pnt pts1, pts2, ptgui; in ComputeValues() local
223 curv->D1(X(2), ptgui, d1gui); in ComputeValues()
239 curv->D2(X(2), ptgui, d1gui, d2gui); in ComputeValues()
262 gp_Vec nps1(ptgui, pts1), s1s2(pts1, pts2); in ComputeValues()
270 Dist = ptgui.XYZ().Dot(nplan.XYZ()); in ComputeValues()
281 gp_Vec nps2(ptgui, pts2); in ComputeValues()
H A DBlendFunc_CSConstRad.cxx98 guide->D2(Param,ptgui,d1gui,d2gui); in Set()
101 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Set()
186 temp.SetXYZ(pts.XYZ() - ptgui.XYZ()); in IsSolution()
531 guide->D1(Param,ptgui,d1gui); in Section()
587 guide->D2(Param,ptgui,d1gui,d2gui); in GetSection()
600 temp.SetXYZ(pts.XYZ()- ptgui.XYZ()); in GetSection()
603 temp.SetXYZ(ptc.XYZ()- ptgui.XYZ()); in GetSection()
825 guide->D1(prm,ptgui,d1gui); in Section()
898 guide->D2(prm,ptgui,d1gui,d2gui); in Section()
912 temp.SetXYZ(pts.XYZ()- ptgui.XYZ()); in Section()
[all …]
H A DBlendFunc_Ruled.cxx52 curv->D2(Param,ptgui,d1gui,d2gui); in Set()
55 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Set()
119 secmember(1) = normtg - dnplan.Dot(gp_Vec(ptgui,pts1)); in IsSolution()
120 secmember(2) = normtg - dnplan.Dot(gp_Vec(ptgui,pts2)); in IsSolution()
467 curv->D2(Param,ptgui,d1gui,d2gui); in GetSection()
470 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in GetSection()
481 secmember(1) = normtg - dnplan.Dot(gp_Vec(ptgui,pts1)); in GetSection()
482 secmember(2) = normtg - dnplan.Dot(gp_Vec(ptgui,pts2)); in GetSection()
707 curv->D2(Prm,ptgui,d1gui,d2gui); in AxeRot()
716 oriax.SetXYZ(ptgui.XYZ()+(normtg/dnplan.Magnitude())*dnplan.Normalized().XYZ()); in AxeRot()
H A DBlendFunc_Chamfer.cxx233 gp_Pnt pt1,pt2,ptgui; in Tangent() local
239 ptgui = corde1.PointOnGuide(); in Tangent()
H A DBlendFunc_ConstThroatInv.hxx65 gp_Pnt ptgui; member in BlendFunc_ConstThroatInv
H A DBlendFunc_Corde.hxx106 gp_Pnt ptgui; member in BlendFunc_Corde
H A DBlendFunc_ConstRad.cxx156 static gp_Pnt ptgui; in ComputeValues() local
185 tcurv->D1(T, ptgui, d1gui); in ComputeValues()
192 tcurv->D2(T,ptgui,d1gui,d2gui); in ComputeValues()
201 tcurv->D3(T,ptgui,d1gui,d2gui,d3gui); in ComputeValues()
281 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in ComputeValues()
385 temp.SetXYZ( (pts1.XYZ()+pts2.XYZ())/2 - ptgui.XYZ()); in ComputeValues()
757 temp.SetXYZ( (pts1.XYZ()+pts2.XYZ())/2 - ptgui.XYZ()); in ComputeValues()
1906 gp_Pnt oriax, ptgui; in AxeRot() local
1908 curv->D2(Prm,ptgui,d1gui,d2gui); in AxeRot()
1924 oriax.SetXYZ(ptgui.XYZ()+ in AxeRot()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBlend/
H A DBRepBlend_SurfCurvConstRadInv.cxx87 gp_Pnt ptgui; in Value() local
89 guide->D1(X(1),ptgui,d1gui); in Value()
91 Standard_Real theD = -(nplan.XYZ().Dot(ptgui.XYZ())); in Value()
118 gp_Pnt ptgui; in Derivatives() local
120 guide->D2(X(1),ptgui,d1gui,d2gui); in Derivatives()
127 Standard_Real dtheD = - nplan.XYZ().Dot(d1gui.XYZ()) - dnplan.XYZ().Dot(ptgui.XYZ()); in Derivatives()
198 gp_Pnt ptgui; in Values() local
200 guide->D2(X(1),ptgui,d1gui,d2gui); in Values()
204 Standard_Real theD = -(nplan.XYZ().Dot(ptgui.XYZ())); in Values()
208 Standard_Real dtheD = - nplan.XYZ().Dot(d1gui.XYZ()) - dnplan.XYZ().Dot(ptgui.XYZ()); in Values()
H A DBRepBlend_SurfCurvEvolRadInv.cxx74 gp_Pnt ptgui; in Value() local
76 guide->D1(X(1),ptgui,d1gui); in Value()
81 gp_XYZ ptguiXYZ(ptgui.XYZ()); in Value()
110 gp_Pnt ptgui; in Derivatives() local
112 guide->D2(X(1),ptgui,d1gui,d2gui); in Derivatives()
122 Standard_Real dtheD = - nplan.XYZ().Dot(d1gui.XYZ()) - dnplan.XYZ().Dot(ptgui.XYZ()); in Derivatives()
191 gp_Pnt ptgui; in Values() local
193 guide->D2(X(1),ptgui,d1gui,d2gui); in Values()
203 gp_XYZ ptcurXYZ(ptgui.XYZ()); in Values()
210 Standard_Real dtheD = - nplan.XYZ().Dot(d1gui.XYZ()) - dnplan.XYZ().Dot(ptgui.XYZ()); in Values()
H A DBRepBlend_RstRstConstRad.cxx176 tguide->D2(Param, ptgui, d1gui, d2gui); in Set()
179 theD = - (nplan.XYZ().Dot(ptgui.XYZ())); in Set()
255 temp.SetXYZ(ptrst1.XYZ() - ptgui.XYZ()); in IsSolution()
258 temp.SetXYZ(ptrst2.XYZ() - ptgui.XYZ()); in IsSolution()
610 tguide->D1(Param, ptgui, d1gui); in Section()
762 tguide->D1(prm,ptgui, d1gui); in Section()
835 tguide->D2(prm, ptgui, d1gui, d2gui); in Section()
851 temp.SetXYZ(ptrst1.XYZ() - ptgui.XYZ()); in Section()
854 temp.SetXYZ(ptrst2.XYZ() - ptgui.XYZ()); in Section()
H A DBRepBlend_RstRstEvolRad.cxx238 tguide->D2(Param, ptgui, d1gui, d2gui); in Set()
242 gp_XYZ ptguiXYZ(ptgui.XYZ()); in Set()
324 temp.SetXYZ(ptrst1.XYZ() - ptgui.XYZ()); in IsSolution()
327 temp.SetXYZ(ptrst2.XYZ() - ptgui.XYZ()); in IsSolution()
676 tguide->D1(Param, ptgui, d1gui); in Section()
862 tguide->D1(prm,ptgui, d1gui); in Section()
936 tguide->D2(prm, ptgui, d1gui, d2gui); in Section()
953 temp.SetXYZ(ptrst1.XYZ() - ptgui.XYZ()); in Section()
956 temp.SetXYZ(ptrst2.XYZ() - ptgui.XYZ()); in Section()
H A DBRepBlend_SurfRstConstRad.cxx278 tguide->D2(Param,ptgui,d1gui,d2gui); in Set()
282 gp_XYZ ptguiXYZ(ptgui.XYZ()); in Set()
373 temp.SetXYZ(pts.XYZ() - ptgui.XYZ()); in IsSolution()
376 temp.SetXYZ(ptrst.XYZ() - ptgui.XYZ()); in IsSolution()
662 tguide->D1(Param,ptgui,d1gui); in Section()
823 tguide->D1(prm,ptgui,d1gui); in Section()
898 tguide->D2(prm,ptgui,d1gui,d2gui); in Section()
913 temp.SetXYZ(pts.XYZ()- ptgui.XYZ()); in Section()
916 temp.SetXYZ(ptrst.XYZ()- ptgui.XYZ()); in Section()
H A DBRepBlend_SurfRstEvolRad.cxx327 tguide->D2(Param,ptgui,d1gui,d2gui); in Set()
331 gp_XYZ ptguiXYZ(ptgui.XYZ()); in Set()
425 temp.SetXYZ(pts.XYZ() - ptgui.XYZ()); in IsSolution()
428 temp.SetXYZ(ptrst.XYZ() - ptgui.XYZ()); in IsSolution()
706 tguide->D1(Param,ptgui,d1gui); in Section()
905 tguide->D2(prm,ptgui,d1gui,d2gui); in Section()
924 temp.SetXYZ(pts.XYZ()- ptgui.XYZ()); in Section()
927 temp.SetXYZ(ptrst.XYZ()- ptgui.XYZ()); in Section()
1117 tguide->D1(prm,ptgui,d1gui); in Section()
/dports/sysutils/siegfried/siegfried-1.9.1/cmd/sf/testdata/skeleton-suite/fmt/
H A Dfmt-1344-signature-id-1735.pts1 com.ptgui.project_pro
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBlendFunc_ConstThroatInv.hxx65 gp_Pnt ptgui; member in BlendFunc_ConstThroatInv
H A DBlendFunc_Corde.hxx106 gp_Pnt ptgui; member in BlendFunc_Corde
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBlendFunc_ConstThroatInv.hxx75 gp_Pnt ptgui; member in BlendFunc_ConstThroatInv
H A DBlendFunc_Corde.hxx117 gp_Pnt ptgui; member in BlendFunc_Corde

12