Hi all,
Just worked out how to define a fill in GDL and choose between 'Scale with plan' or 'Scale independent', as per the standard Fill Types Options - using the FILLTYPES_MASK when defining the fill.
The GDL manual documents the available fill types (when using [[,] FILLTYPES_MASK fill_types,]):
fill_types:
fill_types = j1 + 2*j2 + 4*j3, where each j can be 0 or 1.
j1: cut fills,
j2: cover fills,
j3: drafting fills.
If the j bit is set, the defined fill can be used corresponding to its specified type. Default is all fills (0).
but there is a j4: scale independent.
If you set the fill type to: fill_types = j1 + 2*j2 + 4*j3 + 8*j4 then you can control the Scale with plan / Scale independent option.
Hope this helps someone.
Cheers,
Danny