create/destroy name change proposal
James Porter
jvporter at wisc.edu
Thu May 6 18:38:56 CDT 2010
On Thu, 2010-05-06 at 16:28 -0700, Mark Miller wrote:
> So, I admit that I am almost completely ignorant of iGeom. I haven't
> used it. But, I didn't think that has a concept of an 'entity' like
> iMesh does. I could be blowing smoke here but I thought the concept of
> an entity in iMesh was related to discretization of an abstract point
> set into elemental pieces used in numerical approximations and that
> iGeom is concerned only with the abstract point set part of that. If
> that is so, I can see why 'Ent' might be missing in the names of the
> analogous iGeom functions.
iGeom does have entities, though they're naturally a bit different from
iMesh. Each abstract geometric "thing" is an entity, so for example
iGeom_createSphere returns an entity. Conceptually, iGeom and iMesh
entities are pretty similar, though: they're handles to some objects in
space that you can do stuff with.
To be fair, iGeom_getArrAdj doesn't bother me as much as functions like
iGeom_getPntClsf ("get point classification"), which took me a pretty
long time to decipher.
- Jim
More information about the tstt-interface
mailing list