CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Thread: Break volume

  1. #1
    Join Date
    Apr 2009
    Location
    Austria
    Posts
    4

    Split\cut volume

    Hi,

    I have to solve the following task.

    There is a 3D volume, sampled in space, each point has (x,y,z). This volume has to be cut in order to get smaller sub-volumes. The sizes/shapes of these small sub-volumes are known. The cut operation can be done only in (xy), (yz) and (zx) planes. Of course, this has to be done in a optimal way, to get as many sub-volumes as possible from a single big 3D volume.
    I need some starting point for solving this problem. It doesn't matter if it is not offering exactly what I want but at least to give me an idea.

    I will appreciate any advice.

    thanks,
    Paulie
    Last edited by therealpaulie; April 25th, 2009 at 03:44 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured