LDraw.org Discussion Forums
Alias problem - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw File Processing and Conversion (https://forums.ldraw.org/forum-22.html)
+--- Thread: Alias problem (/thread-21736.html)



Alias problem - Jarema - 2016-08-29

Code:
0 =Technic Bush with Two Flanges
0 Name: 6590.dat
0 Author: Magnus Forsberg [MagFors]
0 !LDRAW_ORG Part Alias UPDATE 2013-02
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt

0 BFC CERTIFY CCW

0 !HISTORY 2013-07-21 [PTadmin] Official Update 2013-01
0 !HISTORY 2013-12-14 [cwdee] Add = prefix
0 !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02

0 // Alias of 3713

1 16 0 0 0 1 0 0 0 1 0 0 0 1 3713.dat

What is best practice to check programmatically if X is Alias of Y ?.


RE: Alias problem - Willy Tschager - 2016-08-30

Aliases are identified by the LDRAW_ORG meta. Read:

http://www.ldraw.org/article/398.html

Appendix III

w.