Abstract
We present an efficient algorithm to approximate the swept volume (SV) of a complex polyhedron along a given trajectory. Given the boundary description of the polyhedron and a path specified as a parametric curve, our algorithm enumerates a superset of the boundary surfaces of SV. It consists of ruled and developable surface primitives, and the SV corresponds to the outer boundary of their arrangement. We approximate this boundary by using a five-stage pipeline. This includes computing a bounded-error approximation of each surface primitive, computing unsigned distance fields on a uniform grid, classifying all grid points using fast marching front propagation, iso-surface reconstruction, and topological refinement. We also present a novel and fast algorithm for computing the signed distance of surface primitives as well as a number of techniques based on surface culling, fast marching level-set methods and rasterization hardware to improve the performance of the overall algorithm. We analyze different sources of error in our approximation algorithm and highlight its performance on complex models composed of thousands of polygons. In practice, it is able to compute a bounded-error approximation in tens of seconds for models composed of thousands of polygons sweeping along a complex trajectory.
Original language | English |
---|---|
Pages | 11-22 |
Number of pages | 12 |
DOIs | |
State | Published - 2003 |
Event | Eighth ACM Symposium on Solid Modeling and Applications - Seattle, WA, United States Duration: 16 Jun 2003 → 20 Jun 2003 |
Conference
Conference | Eighth ACM Symposium on Solid Modeling and Applications |
---|---|
Country/Territory | United States |
City | Seattle, WA |
Period | 16/06/03 → 20/06/03 |
Bibliographical note
Funding Information:This research was supported in part by ARO Contract DAAD 19-99-1-0162, NSF awards ACI-9876914, IIS-982167, ACI-0118743, ONR Contracts N00014-01-1-0067 and N00014-01-1-0496, Intel Corporation, and the Ewha womans university research grant of 2003. We thank Kenny Hoff for his HAVOC software, Leif Kobbelt for providing us with his Extended Marching Cubes software, and Dan Halperin and the reviewers for their feedback and suggestions.
Keywords
- Distance Fields
- Implicit Modeling
- Swept Volume