Re: Howto model decoupled hierarchies?



Hi Neo,

I would like to understand your application. You want to store data
that will allow you to construct the surface of some object. To
maximize performance, I am assuming you are store both raw and
calculated data.

Correct.

Is the raw data the absolute position of each point
(ie x, y, z).

Yes, just the three coordinates.

Is the calculated data a vector from each point to each
adjacent points on surface?

Nearly. calculated data might be the convex hull of the contour (closed
polygon) or a kD-Tree.


Regards,
Thomas Kowalski

.



Relevant Pages

  • Re: Howto model decoupled hierarchies?
    ... Thomas Kowalski wrote: ... calculated data might be the convex hull of the contour (closed ... section of your mesh into some product at the highest level, ... you've already completed - you always go back to the raw mesh data? ...
    (comp.object)
  • Re: Making bound field value equal other field value
    ... Yes I need to store this calculated data in my table. ... I have a sub form ... Update event of the subform to trigger the change but it seems to only work ...
    (microsoft.public.access.formscoding)