Home
last modified time | relevance | path

Searched refs:AxeRev (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor3d/
H A DAdaptor3d_CurveOnSurface.cxx1511 gp_Ax1 AxeRev(Axis.Location(), DRev); in EvalKPart() local
1512 myCirc.Rotate(AxeRev, P.X()); in EvalKPart()
1529 gp_Ax1 AxeRev(Axis.Location(), DRev); in EvalKPart() local
1530 myCirc.Rotate(AxeRev, P.X()); in EvalKPart()
1547 gp_Ax1 AxeRev(Axis.Location(), DRev); in EvalKPart() local
1548 myCirc.Rotate(AxeRev, P.X()); in EvalKPart()
1565 gp_Ax1 AxeRev(Axis.Location(), DRev); in EvalKPart() local
1566 myCirc.Rotate(AxeRev, P.X()); in EvalKPart()
1585 gp_Ax1 AxeRev(Axis.Location(),DRev); in EvalKPart() local
1586 myCirc.Rotate(AxeRev, P.Y()); in EvalKPart()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Offset.cxx222 gp_Ax1 AxeRev(Axis.Location(), DRev); in ComputeCurve3d() local
223 Ci.Rotate(AxeRev, P.X()); in ComputeCurve3d()
239 gp_Ax1 AxeRev(Axis.Location(), DRev); in ComputeCurve3d() local
240 Ci.Rotate(AxeRev, P.X()); in ComputeCurve3d()
256 gp_Ax1 AxeRev(Axis.Location(), DRev); in ComputeCurve3d() local
257 Ci.Rotate(AxeRev, P.X()); in ComputeCurve3d()
273 gp_Ax1 AxeRev(Axis.Location(), DRev); in ComputeCurve3d() local
274 Ci.Rotate(AxeRev, P.X()); in ComputeCurve3d()
292 gp_Ax1 AxeRev(Axis.Location(),DRev); in ComputeCurve3d() local
293 Ci.Rotate(AxeRev, P.Y()); in ComputeCurve3d()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BiTgte/
H A DBiTgte_Blend.cxx260 gp_Ax1 AxeRev(Axis.Location(), DRev); in KPartCurve3d() local
261 Ci.Rotate(AxeRev, P.X()); in KPartCurve3d()
276 gp_Ax1 AxeRev(Axis.Location(), DRev); in KPartCurve3d() local
277 Ci.Rotate(AxeRev, P.X()); in KPartCurve3d()
292 gp_Ax1 AxeRev(Axis.Location(), DRev); in KPartCurve3d() local
293 Ci.Rotate(AxeRev, P.X()); in KPartCurve3d()
308 gp_Ax1 AxeRev(Axis.Location(), DRev); in KPartCurve3d() local
309 Ci.Rotate(AxeRev, P.X()); in KPartCurve3d()
326 gp_Ax1 AxeRev(Axis.Location(),DRev); in KPartCurve3d() local
327 Ci.Rotate(AxeRev, P.Y()); in KPartCurve3d()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Evolved.cxx2285 gp_Ax1 AxeRev( BRep_Tool::Pnt(VLast), -gp::DZ()); in MakeRevol() local
2290 dummy.SetRotation(AxeRev, 1.5*M_PI); in MakeRevol()
2294 BRepSweep_Revol Rev(GenProf,AxeRev,Standard_True); in MakeRevol()
2300 DrawTrSurf::Set(name,new Geom_Line(AxeRev)); in MakeRevol()