Script for .SAT (ACIS) files manipulation

大兔子大兔子 提交于 2019-12-25 06:07:29

问题


I need to make a script for ACIS files manipulation, for example:

I have 1 SAT file exported from a CAD software with a 3D Model, and i want to create a script in some language (php, python, etc.. even .BAT if it works) that opens the SAT file delete all the components inside my 3D model. I just want the outside of the 3D model.

There is some way to do this? becuase i look to the SAT file and it's an ammount of text lines, maybe with a RFC and some tricky tools i can do this..

Any ideia?

Best Regards, Pedro Vieira


回答1:


Pedro, SAT is the proprietary format of the ACIS solid modeling kernel which is provided by Spatial Corp.

It is a commercial 3D geometry modeling toolkit.

I do not believe you'll find a reliable way of doing what you're asking without licensing the toolkit.

Full disclosure- I work for Spatial.

If you can export a STEP file, it is an open format which is documented and quite reliable. Wikipedia has an article on STEP here.

-Brad



来源:https://stackoverflow.com/questions/32699367/script-for-sat-acis-files-manipulation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!