Home
last modified time | relevance | path

Searched refs:FirstPnt (Results 1 – 13 of 13) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_PolynomialConvertor.hxx49 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Pnt& Center, const gp_Vec& Dir, con…
51 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Pnt& Cente…
53 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Vec& D2Fir…
H A DGeomFill_QuasiAngularConvertor.hxx51 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Pnt& Center, const gp_Vec& Dir, con…
53 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Pnt& Cente…
55 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Vec& D2Fir…
H A DGeomFill_PolynomialConvertor.cxx101 void GeomFill_PolynomialConvertor::Section(const gp_Pnt& FirstPnt, in Section() argument
112 gp_Vec V1(Center, FirstPnt), V2; in Section()
145 void GeomFill_PolynomialConvertor::Section(const gp_Pnt& FirstPnt, in Section() argument
163 gp_Vec V1(Center, FirstPnt), V1Prim, V2; in Section()
224 void GeomFill_PolynomialConvertor::Section(const gp_Pnt& FirstPnt, in Section() argument
250 gp_Vec V1(Center, FirstPnt), V1Prim, V1Secn, V2; in Section()
H A DGeomFill_QuasiAngularConvertor.cxx117 void GeomFill_QuasiAngularConvertor::Section(const gp_Pnt& FirstPnt, in Section() argument
130 gp_Vec V1(Center, FirstPnt), V2; in Section()
198 void GeomFill_QuasiAngularConvertor::Section(const gp_Pnt& FirstPnt, in Section() argument
218 gp_Vec V1(Center, FirstPnt), V1Prim, V2; in Section()
350 void GeomFill_QuasiAngularConvertor::Section(const gp_Pnt& FirstPnt, in Section() argument
377 gp_Vec V1(Center, FirstPnt), V1Prim, V1Secn, V2; in Section()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGeomFill_PolynomialConvertor.hxx49 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Pnt& Center, const gp_Vec& Dir, con…
51 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Pnt& Cente…
53 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Vec& D2Fir…
H A DGeomFill_QuasiAngularConvertor.hxx51 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Pnt& Center, const gp_Vec& Dir, con…
53 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Pnt& Cente…
55 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Vec& D2Fir…
H A DApprox_ComputeLine.gxx225 gp_Pnt FirstPnt = tabP(1);
232 if (FirstPnt.SquareDistance(Pnt1) <= SqTol3d ||
233 FirstPnt.SquareDistance(Pnt2) <= SqTol3d)
238 gp_Vec Vec1(FirstPnt, Pnt1);
240 gp_Vec Vec2(FirstPnt, Pnt2);
356 gp_Pnt2d FirstPnt = tabP2d(1);
363 if (FirstPnt.SquareDistance(Pnt1) <= SqTol3d ||
364 FirstPnt.SquareDistance(Pnt2) <= SqTol3d)
369 gp_Vec2d Vec1(FirstPnt, Pnt1);
371 gp_Vec2d Vec2(FirstPnt, Pnt2);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGeomFill_PolynomialConvertor.hxx50 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Pnt& Center, const gp_Vec& Dir, con…
52 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Pnt& Cente…
54 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Vec& D2Fir…
H A DGeomFill_QuasiAngularConvertor.hxx52 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Pnt& Center, const gp_Vec& Dir, con…
54 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Pnt& Cente…
56 …Standard_EXPORT void Section (const gp_Pnt& FirstPnt, const gp_Vec& DFirstPnt, const gp_Vec& D2Fir…
H A DApprox_ComputeLine.gxx225 gp_Pnt FirstPnt = tabP(1);
232 if (FirstPnt.SquareDistance(Pnt1) <= SqTol3d ||
233 FirstPnt.SquareDistance(Pnt2) <= SqTol3d)
238 gp_Vec Vec1(FirstPnt, Pnt1);
240 gp_Vec Vec2(FirstPnt, Pnt2);
356 gp_Pnt2d FirstPnt = tabP2d(1);
363 if (FirstPnt.SquareDistance(Pnt1) <= SqTol3d ||
364 FirstPnt.SquareDistance(Pnt2) <= SqTol3d)
369 gp_Vec2d Vec1(FirstPnt, Pnt1);
371 gp_Vec2d Vec2(FirstPnt, Pnt2);
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_ComputeLine.gxx225 gp_Pnt FirstPnt = tabP(1);
232 if (FirstPnt.SquareDistance(Pnt1) <= SqTol3d ||
233 FirstPnt.SquareDistance(Pnt2) <= SqTol3d)
238 gp_Vec Vec1(FirstPnt, Pnt1);
240 gp_Vec Vec2(FirstPnt, Pnt2);
356 gp_Pnt2d FirstPnt = tabP2d(1);
363 if (FirstPnt.SquareDistance(Pnt1) <= SqTol3d ||
364 FirstPnt.SquareDistance(Pnt2) <= SqTol3d)
369 gp_Vec2d Vec1(FirstPnt, Pnt1);
371 gp_Vec2d Vec2(FirstPnt, Pnt2);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Filling.cxx607 gp_Pnt FirstPnt = BRep_Tool::Pnt(FirstVtx); in Build() local
608 Projector.Init( FirstPnt, CurSurface ); in Build()
H A DBRepFill_TrimShellCorner.cxx2354 gp_Pnt FirstPnt = BAcurve.Value(BAcurve.FirstParameter()); in FindEdgeCloseToBisectorPlane() local
2356 gp_Vec EdgeVec(FirstPnt, LastPnt); in FindEdgeCloseToBisectorPlane()
2357 gp_Ax1 EdgeAxis(FirstPnt, EdgeVec); in FindEdgeCloseToBisectorPlane()