Show messages: All
1
2-9
From: Michael Gibson
Hi brr, it's kind of hard to diagnose without being able to analyze the actual files, but
it's likely that the ones with the biggest difference are using instancing in the STEP file.
Since MOI does not yet have an instancing mechanism, when it reads in the STEP file
any instances will become a full separate object.
There isn't really anything to do about it currently.
- Michael
From: brr
Hello Michael,
Thank you for the information. Are there any plans to implement instancing in MOI v5?
Thanks in advance.
From: Michael Gibson
Hi brr, sorry no not likely in the v5 timeframe.
- Michael
From: Frenchy Pilou (PILOU)
What is instancing ?
From: Michael Gibson
Hi Pilou, instancing is a method of managing a large number of copies of the same object.
- Michael
From: Frenchy Pilou (PILOU)
OK before an hypothetic instancing ...we can't simulate that ?
with copy to point by you
& VClone by MaxSMirnov
Vclone replaces the vector with the object with size and orientation!
From: Michael Gibson
Hi Pilou,
re:
> OK before an hypothetic instancing ...we can't simulate that ?
> with copy to point by you
> & VClone by MaxSMirnov
Hi Pilou, yes you can simulate some aspects but the main thing that the simulation is missing is efficency in data size.
With instancing each "instance" is handled by maintaining the insertion point and not making a full separate object copy.
- Michael
From: Frenchy Pilou (PILOU)
ok!
Show messages: All
1
2-9