Home
last modified time | relevance | path

Searched refs:theSphere (Results 1 – 11 of 11) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/07_Triangulation/src/
H A DTriangulationDoc.cpp82 TopoDS_Shape theSphere = BRepPrimAPI_MakeSphere(gp_Pnt(100,20,20),80); in OnTriangu() local
83 TopoDS_Shape ShapeFused = BRepAlgoAPI_Fuse(theSphere,theBox); in OnTriangu()
140 TopoDS_Shape theSphere = BRepPrimAPI_MakeSphere(gp_Pnt(100, 20, 20), 80).Shape(); in OnVisu() local
141 TopoDS_Shape ShapeFused = BRepAlgoAPI_Fuse(theSphere, theBox).Shape(); in OnVisu()
257 TopoDS_Shape theSphere = BRepPrimAPI_MakeSphere(gp_Pnt(100, 20, 20), 80).Shape(); in OnClear() local
258 TopoDS_Shape ShapeFused = BRepAlgoAPI_Fuse(theSphere,theBox); in OnClear()
/dports/graphics/quesa/quesa-1.8/Source/Core/Geometry/
H A DE3GeometryPoint.c246 TQ3Sphere theSphere;
258 Q3View_TransformLocalToWorld(theView, &instanceData->point, &theSphere.origin);
259 theSphere.radius = pickData.vertexTolerance;
264 if (Q3Ray3D_IntersectSphere(&pickData.ray, &theSphere, &hitHYZ))
/dports/cad/opencascade/opencascade-7.6.0/samples/xaml/
H A DMainPage.xaml.cpp106 TopoDS_Shape theSphere = BRepPrimAPI_MakeSphere(gp_Pnt(100, 20, 20), 80); variable
107 TopoDS_Shape ShapeFused = BRepAlgoAPI_Fuse(theSphere, theBox);
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_Sweep.cxx852 gp_Sphere theSphere( AxisOfSphere, aRadius ); in BuildKPart() local
853 S = new Geom_SphericalSurface(theSphere); in BuildKPart()
864 ElSLib::Parameters(theSphere, FirstPoint, UfirstOnSec, VfirstOnSec); in BuildKPart()
865 ElSLib::Parameters(theSphere, LastPoint, UlastOnSec, VlastOnSec); in BuildKPart()
/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3Math.h386 TQ3Boolean E3Ray3D_IntersectSphere(const TQ3Ray3D *theRay, const TQ3Sphere *theSphere, TQ3Point3…
H A DE3Math.c4625 E3Ray3D_IntersectSphere(const TQ3Ray3D *theRay, const TQ3Sphere *theSphere, TQ3Point3D *hitPoint) in E3Ray3D_IntersectSphere() argument
4636 Q3Point3D_Subtract(&theSphere->origin, &theRay->origin, &sphereToRay); in E3Ray3D_IntersectSphere()
4639 r2 = theSphere->radius * theSphere->radius; in E3Ray3D_IntersectSphere()
/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DMath.c6475 Q3Ray3D_IntersectSphere(const TQ3Ray3D *theRay, const TQ3Sphere *theSphere, TQ3Point3D *hitPoint) in Q3Ray3D_IntersectSphere() argument
6481 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(theSphere), kQ3False); in Q3Ray3D_IntersectSphere()
6509 return(E3Ray3D_IntersectSphere(theRay, theSphere, hitPoint)); in Q3Ray3D_IntersectSphere()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset.cxx2324 gp_Sphere theSphere; in CorrectConicalFaces() local
2369 theSphere.SetRadius(myOffset); in CorrectConicalFaces()
2370 theSphere.SetPosition(gp_Ax3(anAx2) /*gp_Ax3(theApex, gp_Dir(aNorm))*/); in CorrectConicalFaces()
2371 aSphSurf = new Geom_SphericalSurface(theSphere); in CorrectConicalFaces()
2391 ElSLib::Parameters( theSphere, fPnt, Uf, Vf ); in CorrectConicalFaces()
2392 ElSLib::Parameters( theSphere, lPnt, Ul, Vl ); in CorrectConicalFaces()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/02_Modeling/src/
H A DModelingDoc.cpp1104 TopoDS_Shape theSphere = BRepPrimAPI_MakeSphere(gp_Pnt(100, 20, 20), 80).Shape(); in OnCut() local
1105 Handle (AIS_Shape) ais2 = new AIS_Shape(theSphere); in OnCut()
1115 TopoDS_Shape ShapeCut = BRepAlgoAPI_Cut(theSphere,theBox); in OnCut()
/dports/graphics/quesa/quesa-1.8/APIincludes/
H A DQuesaMath.h3812 const TQ3Sphere *theSphere,
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_11.cxx1946 TopoDS_Shape theSphere = BRepPrimAPI_MakeSphere(7).Shape(); in OCC1077_Bug() local
1948 TopoDS_Shape theCommon = BRepAlgoAPI_Common(theBox,theSphere); in OCC1077_Bug()