(2016-09-19, 14:12)Philippe Hurbain Wrote:Quote: All other parts will need shadow information to tell the feature how to mirror and or what the counter part is. I added this information for the technic panels and some technic pins. I will add more during the beta stage. Any help on this is also appreciatedWhere do I find examples/documentation for this? I just noticed that mirroring doesn't work with Technic L-beams...
L-Beams need a
Code:
0 !LDCAD MIRROR_INFO [baseFlip=Y]
Line, this because the default base flip axis is X.
The default flip axis must be a symmetrical one. This is needed so the feature can flip two axis to prevents matrix problems.
The meta has a property editor so you can edit just like the snap info, for more examples see the technic panels and e.g. the technic axle pin .
I choose the x-axis as the default as most of the library seems to be x-axis neutral but technic parts are an exception. I'll add info for them in the beta version though.