PDA

View Full Version : Logic Question: How to find duplicated Objects?


mogh
03-24-2010, 07:45 PM
How to find duplicated Objects?

I have trouble to make up my mind how i would script something which searches vor duplicated Objects in a Scene. The Real Live problem is that these objects are real duplicates e.g. in shape and Volume, but not in poly flow and point coordinates.

So how to find these diplicates ? Any Idea?

Regards Mogh

tcastudios
03-24-2010, 08:23 PM
Compare pointcount, Matrix, basecontainers,
their tags (and the tags basecontainers
and material links) ?

Cheers
Lennart

mogh
03-25-2010, 08:37 AM
Thanks Lennart, but what do you meen by Matrix, basecontainers ?

Matrix = Axis ?
basecontainers = ?

regards mogh

tcastudios
03-25-2010, 02:24 PM
I didn't mean to have a solution, just an idea, but comparing the objects
basecontainers might be a start (if object are of same type
their containers should have the same type of parameters
to compare)

Matrix is the Matrix :) (op->GetMg()) But you said they could
be at different location so it might not be something to use.

Checking their tags would be the same idea (if the tags are
identical or not)

Cheers
Lennart

CGTalk Moderation
03-25-2010, 02:24 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.