solme.org
Open CASCADE Technology, 3D modeling & numerical simulation - 刘波的固体力学网
http://www.solme.org/_d276749202.htm
Open CASCADE Technology, 3D modeling and numerical simulation. Open CASCADE Technology is a. Software development kit (SDK). Intended for development of applications dealing with 3D CAD data, freely available in open source. It includes a set of C class libraries providing services for 3D surface and solid modeling, visualization, data exchange and rapid application development. Open CASCADE Technology can be. Belonging to different domains − from software edition to heavy industry.
cppblog.com
AVEVA Model Data Exchange ChangeLog - eryar - C++博客
http://www.cppblog.com/eryar/archive/2013/09/11/203182.html
Posts - 311, comments - 514, trackbacks - 0, articles - 0. Blog posts focus on. Apps in Baidu Cloud. 1 re: RvmTranslator4.0 Beta Version is Released. 2 re: RvmTranslator4.0 Beta Version is Released. 3 re: SupportGenius for PDMS. 4 re: RvmTranslator4.0 Beta Version is Released. 5 re: SupportGenius for PDMS. 希望得到试用版 我的邮箱 chaijingchuan12345@gmail.com. 3 The Dijkstra Algorithm(6805). 4 Qt with OpenCascade(6395). 5 B样条基函数——B-Spline Basis Functions(6150). 2 RvmTranslator4.0 Beta Version is Released(30). Figure...
freesteel.co.uk
Freesteel Blog
http://www.freesteel.co.uk/wpblog/faq
What’s this web-page for? Why doesn’t it work for Internet Explorer? What is an STL file? I can’t handle this interface, do you have a better demo? How do I get this algorithm in my CAM system? I am a programmer who has been given the job of replicating your algorithm, and I’m stuck, can you give me some hints? What’s so special about this machining algorithm? What other software is similar to this? How does it work? How are you paid? Why is your blog so unprofessional and full of ranting? With one anoth...
pythonocc.wordpress.com
Getting started / Installing on Windows | Feeding your 3D printer with PythonOCC
https://pythonocc.wordpress.com/2013/02/25/getting-started-installing-on-windows
Feeding your 3D printer with PythonOCC. How to program 3D printable objects using Python and PythonOCC. Getting started / Installing on Windows. On February 25, 2013. Posted in: Open Cascade. Is a software development platform freely available in open source. It includes C components for 3D surface and solid modeling. And rapid application development. OpenCascade is extremely mature. 20 years of development by experts), stable. Technically speaking, PythonOCC is a Python wrapper library. If you use Linux.
dyama.org
OpenCASCADE 6.9.0 を LMDE でビルド – dyama's page
http://dyama.org/2015/06/opencascade-6-9-0-を-lmde-でビルド
Open CASCADE Draw Test Harness コマンド リファレンス. OpenCASCADE 6.9.0 を LMDE でビルド. 先日、自宅サーバの Debian GNU/Linux Jessie 32bit 版で OpenCASCADE 6.9.0. 自宅サーバは、SSH で外部からアクセスして開発ができるので便利である一方、オンボード Atom 搭載の省電力サーバなのでコンパイルにはもの凄く時間がかかります。 そこで、Intel Core i7 を搭載した普段使い用のラップトップでもビルドしようと思います。 ラップトップは、LMDE(Linux Mint Debian Edition) の無印、あえて言うなら version 1 です。 なお、こちらは 64 bit です。 OCCT 6.8.0 ベースの siren をビルドして開発に使っていたので、こちらも難なくビルドできると思いきや、 VTK. Configure の出力では、VTK は optional 扱いになっていたのですが、必須なのかなあ たしかに先日の Debian の記事でも明示的に VTK を指定していました。
openwit.blogspot.com
The most useful free and open-source software for operations research, statistical and industrial engineering. | Open Access to Inspiration
http://openwit.blogspot.com/2010/04/list-some-of-most-useful-free-software.html
The most useful free and open-source software for operations research, statistical and industrial engineering. On this occasion I wish to share information about important link to some of the most useful free software and open source software for operations research, mathematics / statistics applications and manufacturing. This software suitable for use by researchers, lecturers and students, particularly in industrial engineering. A spreadsheet with built-in solvers GLPK and lp solve. Similar to SPSS...
opencascade.blogspot.com
Open CASCADE notes: 2010-08
http://opencascade.blogspot.com/2010_08_01_archive.html
A blog about the Open Source 3D modeling kernel. Notes from its former developer and project manager. Sometimes you might want to use a template class that would inherit Standard Transient (or its subclass). As you need to pair it with a handle counterpart (which would have to inherit respective Handle Standard Transient subclass), you can't do this with the DEFINE STANDARD HANDLE macro directly. This post explains how you could do this. Class Base FileModel : public Base Transient. Typedef int Index t;.
toolbox.cogiti.es
COGITI - Toolbox
http://www.toolbox.cogiti.es/CAD.html
ÁREA - Diseño Asistido por Ordenador (CAD). BRL-Cad (Versión 7.24.0). Free CAD (Versión 0.15.4671). Editor CAD paramétrico indicado especialmente para el desarrollo de modelos de máquinas y estudios de cinética, geometría, etc. por su capacidad para simular movimiento. Formatos de trabajo STEP , IGES y STL entre otros. Http:/ www.freecadweb.org. LibreCAD (Versión 2.0.7). Aplicación multiplataforma que ofrece a los profesionales del diseño una herramienta para la realización de cualquier diseño CAD 2D.
opencascade.blogspot.com
Open CASCADE notes: 2011-11
http://opencascade.blogspot.com/2011_11_01_archive.html
A blog about the Open Source 3D modeling kernel. Notes from its former developer and project manager. As you know, Open CASCADE has its own memory allocation mechanism, which entry points are Standard: Allocate() and Standard: Free(). They forward (de-)allocation requests to a current memory manager, which can either be a). default system allocator (if environment variable MMGT OPT=0), b). own Open CASCADE's (MMGT OPT=1), or c). Intel TBB (MMGT OPT=2). This was until now. Hereby I would like to share...