occt: master f03671a0

Author Committer Branch Timestamp Parent
Pawel Pawel master 2013-06-13 11:19:29 master 38308958
Affected Issues  0023894: Voxel_BooleanOperation (Cut) gives incorrect results
Changeset 0023894: Voxel_BooleanOperation (Cut) gives incorrect results

Implemented a new method using separating axis theorem to compute triangle-box intersection. Based on the intersection result the decision whether to set the voxel is made.
Adjustment of lines (removal of extra-spaces).
Adding test cases for voxel testing
mod - src/Voxel/Voxel_FastConverter.cdl Diff File
mod - src/Voxel/Voxel_FastConverter.cxx Diff File
mod - tests/v3d/grids.list Diff File
add - tests/v3d/voxel/A1 Diff File
add - tests/v3d/voxel/A2 Diff File
add - tests/v3d/voxel/A3 Diff File
add - tests/v3d/voxel/A4 Diff File
add - tests/v3d/voxel/A5 Diff File
add - tests/v3d/voxel/A6 Diff File
add - tests/v3d/voxel/A7 Diff File
add - tests/v3d/voxel/A8 Diff File
add - tests/v3d/voxel/A9 Diff File
add - tests/v3d/voxel/B1 Diff File
add - tests/v3d/voxel/B2 Diff File