opencascade.blogspot.com opencascade.blogspot.com

opencascade.blogspot.com

Open CASCADE notes

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/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR OPENCASCADE.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 15 reviews
5 star
6
4 star
6
3 star
1
2 star
0
1 star
2

Hey there! Start your review of opencascade.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

CONTACTS AT OPENCASCADE.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Open CASCADE notes | opencascade.blogspot.com Reviews
<META>
DESCRIPTION
A blog about &lt;a href=&quot;http://www.opencascade.org&quot;&gt;the Open Source 3D modeling kernel&lt;/a&gt;: notes from its former developer and project manager
<META>
KEYWORDS
1 open cascade notes
2 here
3 roman
4 17 comments
5 rate this post
6 continuation of part1
7 enjoy
8 0 comments
9 thanks
10 1 comments
CONTENT
Page content here
KEYWORDS ON
PAGE
open cascade notes,here,roman,17 comments,rate this post,continuation of part1,enjoy,0 comments,thanks,1 comments,older posts,followers,links,cad exchanger,recent comments,loading,blog archive,october,about me,roman lygin,at linkedin
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Open CASCADE notes | opencascade.blogspot.com Reviews

https://opencascade.blogspot.com

A blog about &lt;a href=&quot;http://www.opencascade.org&quot;&gt;the Open Source 3D modeling kernel&lt;/a&gt;: notes from its former developer and project manager

INTERNAL PAGES

opencascade.blogspot.com opencascade.blogspot.com
1

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.

2

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...

3

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 ...

4

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...

5

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...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

opensourcedesigntools.blogspot.com 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.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.

opencascade.wikidot.com opencascade.wikidot.com

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.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.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.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.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.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.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.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 ...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL LINKS TO THIS WEBSITE

22

OTHER SITES

opencas.com opencas.com

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.de opencas.de

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.org opencas.org

中国科学院开源软件协会 OpenCAS

协会秉承 开放 自由 分享 的理念聚集开源爱好者,分享开源技术,传递开源理念,为科学院的同学创建平台参与开源项目。

opencas.webarchiv.kit.edu opencas.webarchiv.kit.edu

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.

opencasa.com.br opencasa.com.br

OPEN CASA

opencascade.blogspot.com opencascade.blogspot.com

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...

opencascade.com opencascade.com

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.com.cn opencascade.com.cn

中国OpenCascade专业网站!

opencascade.fr opencascade.fr

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 opencascade.net

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.