/dports/cad/impact/Impact/src/gui/ |
H A D | PreProcessor.java | 2182 J3D.add3D(g); in readGmsh() 2186 J3D.add3D(g_n); in readGmsh() 2190 J3D.add3D(g_e); in readGmsh() 2419 J3D.add3D(g); in readNastran() 2423 J3D.add3D(g_n); in readNastran() 2427 J3D.add3D(g_e); in readNastran() 2647 J3D.add3D(g); in readUNV() 2651 J3D.add3D(g_n); in readUNV() 2655 J3D.add3D(g_e); in readUNV() 2861 J3D.add3D(g); in readIN() [all …]
|
H A D | Processor.java | 694 J3D.add3D(p); in show_model() 708 J3D.add3D(el2); in show_model() 717 J3D.add3D(el3); in show_model() 727 J3D.add3D(el4); in show_model() 737 J3D.add3D(el4); in show_model() 751 J3D.add3D(el8); in show_model()
|
/dports/cad/impact/Impact/src/j3d/ |
H A D | Canvas3DSW.java | 169 this.add3D(nodes); in createGroups() 170 this.add3D(elements); in createGroups() 171 this.add3D(geometry); in createGroups() 230 public int add3D(Object obj){ in add3D() method in Canvas3DSW 857 this.add3D(new _Stl(file)); in open_stl() 949 this.add3D(p[i]); in intersectObjects() 954 this.add3D(c[i]); in intersectObjects() 1009 this.add3D(p[i]); in projectObjects() 1014 this.add3D(c[i]); in projectObjects() 1061 this.add3D(p[i]); in breakObjects() [all …]
|
H A D | Canvas3DGL.java | 219 this.add3D(nodes); in createGroups() 223 this.add3D(elements); in createGroups() 227 this.add3D(geometry); in createGroups() 424 public int add3D(Object obj){ in add3D() method in Canvas3DGL 1072 this.add3D(new _Stl(file)); in open_stl() 1163 this.add3D(p[i]); in intersectObjects() 1168 this.add3D(c[i]); in intersectObjects() 1215 this.add3D(p[i]); in breakObjects() 1220 this.add3D(c[i]); in breakObjects() 1275 this.add3D(p[i]); in projectObjects() [all …]
|
H A D | _NurbCurve.java | 252 J3D.add3D(g_m); in prepareGroups() 255 J3D.add3D(g_n); in prepareGroups() 258 J3D.add3D(g_e); in prepareGroups() 339 J3D.add3D((_Node)nodesDB.elementAt(i)); in mesh() 344 J3D.add3D((_Object)elementsDB.elementAt(i)); in mesh() 616 if (add) out.add3D(o); in duplicate()
|
H A D | _BgImage.java | 95 if (add) out.add3D(o); in duplicate()
|
H A D | Canvas3D.java | 142 public int add3D(Object obj); in add3D() method
|
H A D | _Spline.java | 281 J3D.add3D(tmp); in jButton1_actionPerformed() 354 if (add) out.add3D(o); in duplicate()
|
H A D | _NurbSurface.java | 173 J3D.add3D(g_m); in prepareGroups() 176 J3D.add3D(g_n); in prepareGroups() 179 J3D.add3D(g_e); in prepareGroups() 377 J3D.add3D((_Node)nodesDB.elementAt(i,j)); in mesh() 381 J3D.add3D((_Element)elementsDB.elementAt(i,j)); in mesh() 879 if (add) out.add3D(o); in duplicate()
|
H A D | _SurfBil.java | 340 J3D.add3D(tmp); in jButton1_actionPerformed() 411 out.add3D(o); in duplicate()
|
H A D | _SurfDir.java | 319 J3D.add3D(tmp); in jButton1_actionPerformed() 393 if (add) out.add3D(o); in duplicate()
|
H A D | _SurfRul.java | 347 J3D.add3D(tmp); in jButton1_actionPerformed() 424 if (add) out.add3D(o); in duplicate()
|
H A D | _Group.java | 413 J3D.add3D(tmp); in jButton3_actionPerformed() 515 if (add) out.add3D(o); in duplicate()
|
H A D | _Point.java | 378 J3D.add3D(tmp); in jButton1_actionPerformed() 447 if (add) out.add3D(o); in duplicate()
|
H A D | _Arc.java | 412 J3D.add3D(tmp); in jButton1_actionPerformed() 468 if (add) out.add3D(o); in duplicate()
|
H A D | _SurfFill.java | 368 J3D.add3D(tmp); in jButton1_actionPerformed() 484 if (add) out.add3D(o); in duplicate()
|
H A D | _SurfRev.java | 416 J3D.add3D(tmp); in jButton1_actionPerformed() 510 if (add) out.add3D(o); in duplicate()
|
H A D | _Element2.java | 432 J3D.add3D(tmp); in jButton1_actionPerformed() 503 if (add) out.add3D(o); in duplicate()
|
H A D | _Node.java | 455 J3D.add3D(tmp); in jButton1_actionPerformed() 503 if (add) out.add3D(o); in duplicate()
|
/dports/math/kalgebra/kalgebra-21.12.3/src/ |
H A D | kalgebra.h | 51 void add3D(const Analitza::Expression& exp);
|
H A D | kalgebra.cpp | 97 … void triggerOption(const Analitza::Expression& exp) Q_DECL_OVERRIDE { m_kalgebra->add3D(exp); } in triggerOption() 696 void KAlgebra::add3D(const Analitza::Expression& exp) in add3D() function in KAlgebra
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Overlay/include/ |
H A D | OgreOverlay.h | 187 void add3D(SceneNode* node);
|
/dports/graphics/ogre3d/ogre-1.11.6/Components/Overlay/include/ |
H A D | OgreOverlay.h | 191 void add3D(SceneNode* node);
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Overlay/src/ |
H A D | OgreOverlay.cpp | 152 void Overlay::add3D(SceneNode* node) in add3D() function in Ogre::Overlay
|
/dports/graphics/ogre3d/ogre-1.11.6/Components/Overlay/src/ |
H A D | OgreOverlay.cpp | 151 void Overlay::add3D(SceneNode* node) in add3D() function in Ogre::Overlay
|