OpenCASCADE7.3.0 is available for download

OPEN CASCADE is pleased to announce a new public release of Open CASCADE Technology (version 7.3.0).

Open CASCADE Technology version 7.3.0 is a minor release, which includes more than 350 new features, improvements and bug fixes over minor release 7.2.0.

New in this version:

General

  • Support of Unicode file names and software signals handling for MinGW-w64 builds
  • Recommendations on fulfillment of LGPL terms in Overview documentation
  • Restored compatibility with Visual Studio 2008
  • Support of GBK and Big5 code pages

Application Framework

  • Ability to redefine the stored/retrieved document version and the application name

Modeling

  • Face Removal algorithm
  • Optimized surface intersection, shape offset and Boolean operation algorithms
  • Oriented Bounding Boxes (OBB)
  • More complete history in the family of Boolean Operations algorithms
  • Improved stability of BRepProj_Projection algorithm

Visualization

  • Corrected translation of single-stroke fonts into BRep
  • Improved compatibility with EGL on Linux, Intel HD GPUs, Mesa OpenGL, remote desktop
  • Possibility to arrange more than 8 light sources and assign them to layers
  • Possibility to assign Shading Model per primitive array
  • Support of custom GLSL programs with Geometry and Tessellation shaders
  • Distance and size culling options for rendering large scenes
  • Depth pre-pass option for rendering heavy custom GLSL programs
  • Verbose frame statistics for profiling 3D Viewer performance

Data exchange

  • Documentation for PMI in XCAF

OpenCASCADE7.3.0发布了,与7.2.0版本相比包含了350个新的功能还有很多bug的修复。

General

  • l 支持Unicode文件名;
  • l 支持Visual Studio 2008的编译。

Modeling

  • l 增加面去除算法Face Removal Algorithm;

  • l 优化面求交,偏称Offset和布尔操作Boolean Operation的算法。

  • l 增加Oriented Bounding Boxes(OBB)定向包围盒;

  • l 布尔操作Boolean Operation算法的完整的历史记录;

  • l 提高投影算法类BRepProj_Projection的稳定性;

Data Exchange
  • l 增加了关于XCAF中的PMI文档;

原文链接:

https://www.opencascade.com/content/open-cascade-technology-730-available-download

国内下载:

https://yun.baidu.com/pcloud/album/info?uk=3808749571&album_id=1612598197766366243

OpenCASCADE7.3.0 is available for download的更多相关文章

  1. 安装zabbix-3.0.3+nginx-1.10.1+php-5.6.22

    好久没有接触监控类的软件了,今天抽空搭建了下最新的版本 首先系统环境 zabbix-server-1 192.168.11.11   centos6.7 mysql-server    192.168 ...

  2. selenium2.0(WebDriver) API

    1.1  下载selenium2.0的包 官方download包地址:http://code.google.com/p/selenium/downloads/list 官方User Guide:  h ...

  3. 【转】如何在Windows+VS2005使用最新静态libcurl 7.35.0获取网页数据,支持HTTPS

    地址: http://blog.csdn.net/hujkay作者:Jekkay Hu(34538980@qq.com)关键词:Windows,curl,ssl,  visual c++ 2005, ...

  4. 未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序解决办法

    一.未在本地计算机上注册“microsoft.ACE.oledb.4.0”提供程序 http://download.microsoft.com/download/7/0/3/703ffbcb-dc0c ...

  5. 64位centos 下编译 hadoop 2.6.0 源码

    64位os下为啥要编译hadoop就不解释了,百度一下就能知道原因,下面是步骤: 前提:编译源码所在的机器,必须能上网,否则建议不要尝试了 一. 下载必要的组件 a) 下载hadoop源码 (当前最新 ...

  6. 自己动手编译apache-tomcat-6.0.41-src源码

    第一步:下载apache-tomcat-6.0.41-src 第二步:阅读BUILDING.txt.了解所需要的步骤. In order to build a binary distribution ...

  7. INNO SETUP 5.5.0以上版本中文语言包

    ; *** Inno Setup version 5.5.0+ Chinese messages ***;; To download user-contributed translations of ...

  8. 実行時にMicrosoft.ACE.OLEDB.12.0プロバイダーはローカルコンピュータに登録されていませんが出てしまう

    環境 Windows8 64bit Visual Studio 2010 Access 2010 32bit 接続プロバイダは「Microsoft.ACE.OLEDB.12.0」 対応 Downloa ...

  9. 在 Ubuntu 14.04/15.04 上配置 Node JS v4.0.0

    大家好,Node.JS 4.0 发布了,这个流行的服务器端 JS 平台合并了 Node.js 和 io.js 的代码,4.0 版就是这两个项目结合的产物——现在合并为一个代码库.这次最主要的变化是 N ...

随机推荐

  1. Linux中的find命令

    .递归查找(find 命令 是递归遍历文件夹的) 命令:find . -name “*.txt” //当前路径下递归查找以.txt结尾的文件夹 .不递归查找 find . -name “*.txt” ...

  2. [poj 3904] sky code 解题报告(组合计算+容斥原理)

    题目链接:http://poj.org/problem?id=3904 题目大意: 给出一个数列,询问从中取4个元素满足最大公约数为1的方案数 题解: 很显然,ans=总的方案数-最大公约数大于1的4 ...

  3. Traversal with a for loop

    A lot of computations involve processing a string one character at a time. Often they start at the b ...

  4. POJ 1274 二分图匹配

    匈牙利算法 裸题 //By SiriusRen #include <cstdio> #include <cstring> #include <algorithm> ...

  5. java9新特性-16-Deprecated的相关API

    1.官方Feature 211: Elide Deprecation Warnings on Import Statements 214: Remove GC Combinations Depreca ...

  6. 洛谷P4180 [Beijing2010组队]次小生成树Tree

    题目描述 小C最近学了很多最小生成树的算法,Prim算法.Kurskal算法.消圈算法等等.正当小C洋洋得意之时,小P又来泼小C冷水了.小P说,让小C求出一个无向图的次小生成树,而且这个次小生成树还得 ...

  7. c# 枚举enum

    1 定义枚举 enum Days { Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday }; 默认情况下,枚举中的每个元素的 ...

  8. 深入理解 sudo 与 su 之间的区别

    深入理解 sudo 与 su 之间的区别 作者: Himanshu Arora 译者: LCTT zhb127 在早前的一篇文章中,我们深入讨论了 sudo 命令的相关内容.同时,在该文章的末尾有提到 ...

  9. 对比学习sass和stylus的常用功能

    在众多的css预处理器语言中,sass和stylus算是十分优秀的两个.本文主要针对两者的常用功能做个简单的对比分析.在对比中了解二者的差异,同时帮助大家更好的掌握这两种预处理语言.本文涉及到的sas ...

  10. 【ICM Technex 2018 and Codeforces Round #463 (Div. 1 + Div. 2, combined) A】 Palindromic Supersequence

    [链接] 我是链接,点我呀:) [题意] 在这里输入题意 [题解] 字符串倒着加到原串右边就好 [代码] #include <bits/stdc++.h> using namespace ...