Hi,
I am attempting to convert some Sketchup SKP components to GSM library parts - conversions seem to be working graphically but when inserted various errors pop up. When loading the object in a default environment and checking it with the Edit GDL Library Parts toolbar script checkers I get a 'too many parameters' error in both the 2d and 3d scripts at the location of the call to the GDL part. Here is the text that gets highlighted (needless to say this was generated automatically by ArchiCAD so I am somewhat frustrated that it can't write code tolerable to it's own standards;-):
call "entrygateassembled_GDL",
PARAMETERS A = 5'-8.0000", B = 3'-4.9174", ZZYZX = 8'-0.0000",
AC_show2DHotspotsIn3D = 1, ac_bottomlevel = 3'-3.3701",
ac_toplevel = 0'-0.0000", ALFA_X = 1, ALFA_Y = 0,
ALFA_Z = 0, BETA_X = 0, BETA_Y = 1,
BETA_Z = 0, GAMMA_X = 0, GAMMA_Y = 0,
GAMMA_Z = 1, DELTA_X = -0, DELTA_Y = 2.255973186038E-017,
DELTA_Z = 0, SCALE_X = 1, SCALE_Y = 1,
SCALE_Z = 1, A_PARAMETER = 1.7272, B_PARAMETER = 1.039302762882,
ZZYZX_PARAMETER = 2.4384, Z_ROTATION_PARAMETER = 0,
Material_0 = ind(material,"SKP_default_12566463"), Material_1 = ind(material,"SKP_[Metal_Corrogated_Shiny]1"),
Material_2 = ind(material,"SKP_[Metal_Rough]"), Material_3 = ind(material,"SKP_[Color_E05]"),
Material_4 = ind(material,"SKP_Color_H09"), Material_5 = ind(material,"SKP_Color_008"),
Material_6 = ind(material,"SKP_Color_009"), Material_7 = ind(material,"SKP_*1"),
Material_8 = ind(material,"SKP_Color_002"), Material_9 = ind(material,"SKP_Black")
del 1
Anybody? I looked up other discussions on this and the closest one was a thread from 2003 which ended with 'send us your code' (way to close the loop and help out future generations guys).
Thanks in advance,