3D Modeling: Technical Articles and Resources
How to add feature recognition and direct editing to your 3D application
Spatial Team | 26-03-2026
Why you shouldn't build feature recognition and direct editing from scratch If you're building engineering software — CAD, CAM, simulation, cost estimation, anything that touches 3D geometry — you've ...
3 min read
Making 3D Solids from Surface Data
Author:
ADMIN
Recently I was looking at some surfacing operations and I thought it would make an interesting case study to complete ...
3 min read
Application Driven Documentation
Author:
ADMIN
In this post I’m going to talk about how we use C3D Toolkit to generate 'live' sample code snippets for our CGM ...
1 min read
Putting Intel’s HTT to the Test
Author:
ADMIN
My comrades and I did a performance analysis of Intel’s Hyper Threading Technology (HTT), using thread-safe ACIS and ...
3 min read
A Leap of Faith
Author:
ADMIN
In earlier posts I’ve written a lot about the various approaches to multiprocessing and the potential benefits. What I ...
3 min read
Scripting: It’s Not Just for Browser Apps
Author:
ADMIN
In my last post I mentioned C3D Toolkit, our JavaScript-based demo application, and said I’d discuss it more in another ...
2 min read
3D ACIS Modeler R23: What We’ve Done For You Lately
Author:
ADMIN
The challenges of a major software release are not unique to Spatial. And like other organizations, the launch process ...
2 min read
Double, Double, Trouble
Author:
ADMIN
While procrastinating (avoiding writing this blog entry for as long as possible), I debugged an interesting problem. ...
5 min read
Application-Driven Development in Action
Author:
ADMIN
Today, I’m going to discuss how we’ve been using Application Driven Development (AppDD) principles in our work on CGM.
6 min read
What's Up With the GPU?
Author:
ADMIN
In my previous post I discussed the various multiprocessing technologies at my disposal. These are: OpenMP, MPI, PPL ...