Home
last modified time | relevance | path

Searched refs:BRepPrimAPI_MakeTorus (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepPrimAPI/
H A DBRepPrimAPI_MakeTorus.cxx28 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const Standard_Real R1, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
40 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const Standard_Real R1, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
54 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const Standard_Real R1, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
70 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const Standard_Real R1, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
88 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
101 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
116 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
133 BRepPrimAPI_MakeTorus::BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, in BRepPrimAPI_MakeTorus() function in BRepPrimAPI_MakeTorus
152 Standard_Address BRepPrimAPI_MakeTorus::OneAxis() in OneAxis()
163 BRepPrim_Torus& BRepPrimAPI_MakeTorus::Torus() in Torus()
H A DBRepPrimAPI_MakeTorus.hxx36 class BRepPrimAPI_MakeTorus : public BRepPrimAPI_MakeOneAxis class
46 Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2);
52 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
59 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
67 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
73 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
80 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
88 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
110 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
H A DFILES20 BRepPrimAPI_MakeTorus.cxx
21 BRepPrimAPI_MakeTorus.hxx
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepPrimAPI_MakeTorus.hxx36 class BRepPrimAPI_MakeTorus : public BRepPrimAPI_MakeOneAxis class
46 Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2);
52 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
59 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
67 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
73 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
80 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
88 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
110 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepPrimAPI_MakeTorus.hxx38 class BRepPrimAPI_MakeTorus : public BRepPrimAPI_MakeOneAxis class
46 Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2);
49 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
53 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
57 …Standard_EXPORT BRepPrimAPI_MakeTorus(const Standard_Real R1, const Standard_Real R2, const Standa…
60 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
63 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
66 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
88 …Standard_EXPORT BRepPrimAPI_MakeTorus(const gp_Ax2& Axes, const Standard_Real R1, const Standard_R…
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_PrimitiveCommands.cxx351 S = BRepPrimAPI_MakeTorus(Draw::Atof(a[2]),Draw::Atof(a[3])); in torus()
355 … S = BRepPrimAPI_MakeTorus(Draw::Atof(a[2]),Draw::Atof(a[3]),Draw::Atof(a[4]) * (M_PI / 180.0)); in torus()
357 S = BRepPrimAPI_MakeTorus(P->Pln().Position().Ax2(),Draw::Atof(a[3]),Draw::Atof(a[4])); in torus()
361 S = BRepPrimAPI_MakeTorus(Draw::Atof(a[2]),Draw::Atof(a[3]), in torus()
364 S = BRepPrimAPI_MakeTorus(P->Pln().Position().Ax2(), in torus()
369 S = BRepPrimAPI_MakeTorus(Draw::Atof(a[2]),Draw::Atof(a[3]), in torus()
372 S = BRepPrimAPI_MakeTorus(P->Pln().Position().Ax2(),Draw::Atof(a[3]), in torus()
376 S = BRepPrimAPI_MakeTorus(P->Pln().Position().Ax2(),Draw::Atof(a[3]),Draw::Atof(a[4]), in torus()
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dclass_b_rep_prim_a_p_i___make_torus__inherit__graph.map1 <map id="BRepPrimAPI_MakeTorus" name="BRepPrimAPI_MakeTorus">
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug236128 # BRepPrimAPI_MakeTorus
/dports/science/chrono/chrono-7.0.1/src/demos/python/cascade/
H A Ddemo_CAS_cascade.py48 my_torus = BRepPrimAPI.BRepPrimAPI_MakeTorus(0.1,0.02).Shape()
/dports/cad/opencascade/opencascade-7.6.0/adm/wnt/cbp/
H A DTKPrim_obj.link1 …API/BRepPrimAPI_MakeSphere.o ../../../wnt/gcc/obj/src/BRepPrimAPI/BRepPrimAPI_MakeTorus.o ../../..…
H A DTKPrim_objd.link1 …PI/BRepPrimAPI_MakeSphere.o ../../../wnt/gcc/objd/src/BRepPrimAPI/BRepPrimAPI_MakeTorus.o ../../..…
/dports/cad/opencascade/opencascade-7.6.0/adm/mac/xcd/TKPrim.xcodeproj/
H A Dproject.pbxproj74 …leType = sourcecode.cpp.cpp; name = BRepPrimAPI_MakeTorus.cxx; path = ../../../src/BRepPrimAPI/BRe…
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_10.cxx854 BRepPrimAPI_MakeTorus Torus1(A2, majRad, minRad); in OCC827()
861 BRepPrimAPI_MakeTorus Torus2(A3, majRad, minRad); in OCC827()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/02_Modeling/src/
H A DModelingDoc.cpp547 TopoDS_Shape S1 = BRepPrimAPI_MakeTorus(60., 20.).Shape(); in OnTorus()
552 TopoDS_Shape S2 = BRepPrimAPI_MakeTorus(gp_Ax2(gp_Pnt(100.,100.,0.),gp_Dir(1.,1.,1.)), in OnTorus()
558 TopoDS_Shape S3 = BRepPrimAPI_MakeTorus(gp_Ax2(gp_Pnt(-200.,-150.,-100),gp_Dir(0.,1.,0.)), in OnTorus()
1278 TopoDS_Shape atorus = BRepPrimAPI_MakeTorus(120, 20).Shape(); in OnSection()
1345 TopoDS_Shape theTorus = BRepPrimAPI_MakeTorus(35, 8).Shape(); in OnPsection()
/dports/cad/opencascade/opencascade-7.6.0/dox/user_guides/modeling_algos/
H A Dmodeling_algos.md1588 *BRepPrimAPI_MakeTorus* class allows creating toroidal primitives. Like the other primitives, a to…
1602 TopoDS_Shell S1 = BRepPrimAPI_MakeTorus(R1,R2);
1603 TopoDS_Shell S2 = BRepPrimAPI_MakeTorus(R1,R2,ang);
1604 TopoDS_Shell S3 = BRepPrimAPI_MakeTorus(R1,R2,a1,a2);
1606 BRepPrimAPI_MakeTorus(R1,R2,a1,a2,ang);
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModelIO_OCC.cpp2545 BRepPrimAPI_MakeTorus t(anAxes, r1, r2, angle); in makeTorus()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/
H A Dsymbols_mangled_win.dat22282 ??0BRepPrimAPI_MakeTorus@@QEAA@AEBVgp_Ax2@@NN@Z
22283 ??0BRepPrimAPI_MakeTorus@@QEAA@AEBVgp_Ax2@@NNN@Z
22284 ??0BRepPrimAPI_MakeTorus@@QEAA@AEBVgp_Ax2@@NNNN@Z
22285 ??0BRepPrimAPI_MakeTorus@@QEAA@AEBVgp_Ax2@@NNNNN@Z
22286 ??0BRepPrimAPI_MakeTorus@@QEAA@NN@Z
22287 ??0BRepPrimAPI_MakeTorus@@QEAA@NNN@Z
22288 ??0BRepPrimAPI_MakeTorus@@QEAA@NNNN@Z
22289 ??0BRepPrimAPI_MakeTorus@@QEAA@NNNNN@Z
22530 ?OneAxis@BRepPrimAPI_MakeTorus@@UEAAPEAXXZ
22602 ?Torus@BRepPrimAPI_MakeTorus@@QEAAAEAVBRepPrim_Torus@@XZ