Basically, there are two priorities when using a software component, particularly a 3D modeling kernel:
As a developer for 3D ACIS Modeler, I spend a lot of time thinking about how to make 3D ACIS Modeler faster and, at the same time, more correct. Conventional wisdom often laughs at people who try to compromise correctness for speed: if there is a mathematically right answer, that’s always what you should get.
On the other hand, there is a point where if an operation is too slow it is useless. For example, a faceting algorithm that took 2 hours to facet a sphere would be pretty much useless. Interactive applications push this idea even further. If you want to call an API every time the end user drags their mouse on the screen, the API speed limits your frame rate. To achieve 10 fps, you need the API to take less time that .1 sec. With the computer power that is available today, there are some amazing things CAD applications can do (e.g., the pull operation in SpaceClaim Corporation). ACIS is driven by our customers. This blog was prompted by a project Matthias and I are doing in R25 to make entity-entity distance interactive.
So how can we make 3d more interactive? I have a couple of ideas, but I’d love to hear yours as well:
These Stories on 3D ACIS
ACIS, 3DScript and SAT are registered trademarks of Spatial Corp.
No Comments Yet
Let us know what you think