
opencascade.blogspot.com
Open CASCADE notesA blog about <a href="http://www.opencascade.org">the Open Source 3D modeling kernel</a>: notes from its former developer and project manager
http://opencascade.blogspot.com/
A blog about <a href="http://www.opencascade.org">the Open Source 3D modeling kernel</a>: notes from its former developer and project manager
http://opencascade.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.3 seconds
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
22
SITE IP
172.217.3.97
LOAD TIME
0.297 sec
SCORE
6.2
Open CASCADE notes | opencascade.blogspot.com Reviews
https://opencascade.blogspot.com
A blog about <a href="http://www.opencascade.org">the Open Source 3D modeling kernel</a>: notes from its former developer and project manager
Open CASCADE notes: 2014-05
http://opencascade.blogspot.com/2014_05_01_archive.html
A blog about the Open Source 3D modeling kernel. Notes from its former developer and project manager. Applying Vectorization Techniques for B-Spline Surface Evaluation. Last year I mentored an Intel Summer school project which was dedicated to demonstrating vectorization parallelism with the help of Intel C/C compiler. We chose Open CASCADE and its NURBS surface evaluation algorithms as a target. Posted by Roman Lygin. Subscribe to: Posts (Atom). Applying Vectorization Techniques for B-Spline Sur.
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...
Open CASCADE notes: Simple memory allocations
http://opencascade.blogspot.com/2013/05/the-great-convenience-of-standard.html
A blog about the Open Source 3D modeling kernel. Notes from its former developer and project manager. The great convenience of standard collections for a developer is that they free him/her from extra efforts on managing underlying memory allocations. It’s so much convenient to just write. Std: vector v(n); for (int i = 0; i n; i) v[i] = i; }. Or likewise for OCC fixed size array:. TColStd Array1OfReal a (0, n-1); for (int i = 0; i n; i) v(i) = sqrt (i); }. Not a big deal, right? Obviously that does not ...
Open CASCADE notes: AIS. Connecting objects.
http://opencascade.blogspot.com/2013/11/ais-connecting-objects.html
A blog about the Open Source 3D modeling kernel. Notes from its former developer and project manager. This post was written 2 months ago but got stuck in my drafts folder. Sorry for that). The Nokia's once famous motto 'Connecting people' has probably gone forever (especially given recent acquisition by Microsoft), but let us grab its idea. This post will be about a nice 'connecting' concept offered by the AIS (Application Interactive Services) package, part of the visualization mechanism of Open CAS...
Open CASCADE notes: 2011-03
http://opencascade.blogspot.com/2011_03_01_archive.html
A blog about the Open Source 3D modeling kernel. Notes from its former developer and project manager. Thoughts on Git repository and community. I view Thomas' effort as much more constructive than typical claims, so it does deserve recognition, at least in my eyes. I appreciate it like other efforts, including a Wiki site. This post is to share some initial thoughts. I suggest that we continue discussing details of Thomas' proposal on some other place, not the org forum. This is just to avoid unn...Let's...
TOTAL PAGES IN THIS WEBSITE
19
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: September 2012
http://opensourcedesigntools.blogspot.com/2012_09_01_archive.html
My quest to be free of black box software for manufacturing and design. Sunday, September 30, 2012. Our book on FreeCAD has been published. And I have been working on a small book on FreeCAD for Packt Publishing, since February of this year. It has now been published and can be purchased through Packt. Subscribe to: Posts (Atom). Sliptonic and I wrote this. Open source CADCAM related links. Machinekit-new fork of Linuxcnc. FreeCAD-an open source 3D CAD program. LinuxCNC-Open Source CNC Control.
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: June 2012
http://opensourcedesigntools.blogspot.com/2012_06_01_archive.html
My quest to be free of black box software for manufacturing and design. Friday, June 8, 2012. Experimental Online APT360 Processor. Edit-I have disabled the server for this, since I needed it for something else. This doesn't work anymore. I have been playing with websockets and a Linode server. A friend of mine, Brent Muller, set up APT360 on the linode server and I created a python-tornado websocket interface to it. Subscribe to: Posts (Atom). Sliptonic and I wrote this. Open source CADCAM related links.
Articles about OCC by Roman Lygin - Open CASCADE Wiki
http://opencascade.wikidot.com/romansarticles
Articles by Roman Lygin. Code recipes for OCC. What is a Wiki Site? How to edit pages? How to discuss wiki pages? How to join this site? Add a new page. Articles about OCC by Roman Lygin. Roman Lygin, former developer and project manager at Open CASCADE has written a number of insightful articles about the library. They can be found on his blog. This is a summary of all his articles about OCC (sorted by subject). TO BE COMPLETED…). Open CASCADE Handles. Let's handle'em. Part 1. Adapters. Part 1. Check ou...
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: January 2014
http://opensourcedesigntools.blogspot.com/2014_01_01_archive.html
My quest to be free of black box software for manufacturing and design. Sunday, January 19, 2014. Helping a Boy Scout. The scout working on this project knows that I like to design and build things, so he contacted me about the project. He started by getting the requirements from the charity director and came back with dimensions. We discussed some general design ideas and what materials he wanted to use. The materials would be construction grade timbers and plywood (laminated sheet). 5 two cross braces ...
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: December 2011
http://opensourcedesigntools.blogspot.com/2011_12_01_archive.html
My quest to be free of black box software for manufacturing and design. Saturday, December 31, 2011. I'm starting to get the hang of using QtDesigner for making pyQt Dialogs with FreeCAD/HeeksCNC. I love it! A little progress report. The resulting code looks like this:. Curve = area.Curve(). Curveappend(area.Point(62.244881,-33.935955). Curveappend(area.Vertex(-1 , area.Point( 57.129109, -39.051727), area.Point(57.129109, -33.935955) ). Curveappend(area.Point( -56.043546, -39.051727). Tool defn( id=4, na...
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: Javascript G-Code Generator
http://opensourcedesigntools.blogspot.com/2013/07/javascript-g-code-generator.html
My quest to be free of black box software for manufacturing and design. Sunday, July 21, 2013. Bolt Circle G-Code Generator. Bolt Circle G-Code Generator. Subscribe to: Post Comments (Atom). Sliptonic and I wrote this. Open source CADCAM related links. Machinekit-new fork of Linuxcnc. FreeCAD-an open source 3D CAD program. LinuxCNC-Open Source CNC Control. Normand Chamberlin's FreeCAD Tutorials. FreeCAD for an Engineer. Luke's FreeCAD dev blog. Freesteel- CAM programmer's blog. Geo01005's CAM dev blog.
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: Python toolpath generation -HeeksCNC method
http://opensourcedesigntools.blogspot.com/2012/10/python-toolpath-generation-heekscnc.html
My quest to be free of black box software for manufacturing and design. Friday, October 5, 2012. Python toolpath generation -HeeksCNC method. This script is processed like this:. Postpy reaches out to other scripts/modules in the heekscnc world for processing and formatting. These other scripts need to be in the python path, as you would expect. Libarea can be had from many places now, although I prefer to use the 'New BSD' licensed version that can be found here. October 7, 2012 at 6:09 PM. Looking forw...
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: Heekscnc method of getting data to the python script
http://opensourcedesigntools.blogspot.com/2012/10/heekscnc-method-of-getting-data-to.html
My quest to be free of black box software for manufacturing and design. Sunday, October 14, 2012. Heekscnc method of getting data to the python script. In my last post, I talked about how Heekscnc uses a master python script to coordinate the generation of g-code. In this post, I will try to convey how data is translated from the gui to this python script. 1 Look at the layout of HeeksCAD with the HeeksCNC installed :. I next select a sketch and one of the tools from the tree and then create an operation:.
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: October 2012
http://opensourcedesigntools.blogspot.com/2012_10_01_archive.html
My quest to be free of black box software for manufacturing and design. Sunday, October 14, 2012. Heekscnc method of getting data to the python script. In my last post, I talked about how Heekscnc uses a master python script to coordinate the generation of g-code. In this post, I will try to convey how data is translated from the gui to this python script. 1 Look at the layout of HeeksCAD with the HeeksCNC installed :. I next select a sketch and one of the tools from the tree and then create an operation:.
opensourcedesigntools.blogspot.com
OpenSourceDesignTools: Helping a Boy Scout
http://opensourcedesigntools.blogspot.com/2014/01/helping-boy-scout.html
My quest to be free of black box software for manufacturing and design. Sunday, January 19, 2014. Helping a Boy Scout. The scout working on this project knows that I like to design and build things, so he contacted me about the project. He started by getting the requirements from the charity director and came back with dimensions. We discussed some general design ideas and what materials he wanted to use. The materials would be construction grade timbers and plywood (laminated sheet). 5 two cross braces ...
TOTAL LINKS TO THIS WEBSITE
22
oPenCAS Website | Mobiles CRM für den Vertrieb
Unsere Referenzen zeugen von der Qualität unserer Lösungen! Die Produkte unserer Kunden, darunter mehrere Marktführer: oPenCAS.NET ist branchenneutral und hat sich bereits in folgenden Branchen bewährt: Nahrungsmittel Aufbaupräparate Zerealien Käse Fleischwaren (Frischdienst) Müsli Eiscreme Konserven Tiefkühlkost Säuglings- und Kindernahrung Süßstoffe diätetische Kost Reformkost Süßwaren Getränke Säuglings- und. Mehr als 23 Jahre Erfahrung in mobiler Vertriebssoftware und CRM. Unsere neue revolutionäre h...
oPenCAS Website | Mobiles CRM für den Vertrieb
Unsere Referenzen zeugen von der Qualität unserer Lösungen! Die Produkte unserer Kunden, darunter mehrere Marktführer: oPenCAS.NET ist branchenneutral und hat sich bereits in folgenden Branchen bewährt: Nahrungsmittel Aufbaupräparate Zerealien Käse Fleischwaren (Frischdienst) Müsli Eiscreme Konserven Tiefkühlkost Säuglings- und Kindernahrung Süßstoffe diätetische Kost Reformkost Süßwaren Getränke Säuglings- und. Mehr als 23 Jahre Erfahrung in mobiler Vertriebssoftware und CRM. Unsere neue revolutionäre h...
About | OpenCAS
Validating and Benchmarking Computer Assisted Surgery. Welcome to Open-CAS, an open collection of datasets for validating and benchmarking computer-assisted surgery systems. We are working on updating the data collection constantly. Would you like to publish you validation data or do you have a website that contains such datasets? If you want to join our mailing list please sign-up here. All datasets are published under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0.
OPEN CASA
Open CASCADE notes
A blog about the Open Source 3D modeling kernel. Notes from its former developer and project manager. CAD Exchanger is now on Android. CAD Exchanger is now available in Google Play. Free, with in-app purchase (larger file size support, export to B-Rep formats, and more features in the future). OCC 6.9.0 and Qt (QML) 5.5.0 based. Or in Mantis, so good working relationship between the teams has been strengthened. When we have some free cycles, we will try to share more technical details. Same approach work...
OPEN CASCADE
Skip to main content. 3D is Our Job. Visualization of Digital Mockup. Visualization of massive point clouds. Mixing a point cloud and a CAD model. Efficient rendering of CSG models. Mobile devices and touchscreens. Web-based and cloud-based visualization. Improved visual appearance of a 3D scene. Piping and Plant Design. The world is evolving. 720 - New Features. Tools for visual inspection of data structures. Optimization of surface intersection algorithm. CADRays 1.0.0. For Digital Mockup optimization.
中国OpenCascade专业网站!
Open CASCADE, simulation integrator
OPEN CASCADE S.A.S. Is an Information Technology Company, providing services in the domain of scientific and technical computing, particularly in the integration of simulation tools. For its customers, OPEN CASCADE develops specific solutions integrating their know-how with its own Open Source tools, or with any types of information tools.
OpenCASCADE中文问答-三维图形平台|三维控件|.Net三维控件|三维建模平台|有限元前后处理平台
发起了问题 1 人关注 0 个回复 19 次浏览 2017-07-24 11:43. 回复了问题 1 人关注 1 个回复 43 次浏览 2017-07-01 23:09. 发起了问题 1 人关注 0 个回复 36 次浏览 2017-06-26 11:04. 发起了问题 1 人关注 0 个回复 55 次浏览 2017-06-07 15:13. 发起了问题 1 人关注 0 个回复 53 次浏览 2017-06-02 12:10. 回复了问题 3 人关注 12 个回复 923 次浏览 2017-05-31 16:14. 发起了问题 1 人关注 0 个回复 44 次浏览 2017-05-31 16:12. 发起了问题 1 人关注 0 个回复 87 次浏览 2017-05-19 16:28. 回复了问题 3 人关注 2 个回复 148 次浏览 2017-05-05 12:09. 发起了问题 1 人关注 0 个回复 159 次浏览 2017-03-30 10:35. Powered By OpenCASCADE.net.