Code: Select all
Create all layers first
addLayer("ARMATURA", "black", "Continuous", RLineweight.Weight000);
addLayer("DODATNA_ARMATURA", "black", "Continuous", RLineweight.Weight000);
addLayer("OKVIRI", "black", "Continuous", RLineweight.Weight000);
addLayer("OPLATA", "black", "Continuous", RLineweight.Weight000);
addLayer("TEXT", "black", "Continuous", RLineweight.Weight000);
addLayer("TEXT 0", "black", "Continuous", RLineweight.Weight000);
// Layer: OPLATA
setCurrentLayer("OPLATA");
addPolyline([[0.0, 0.0], [600.0, 0.0], [600.0, -640.0], [0.0, -640.0]], true, false);
addPolyline([[600.0, 0.0], [1200.0, 0.0], [1200.0, -640.0], [600.0, -640.0]], true, false);
// Layer: ARMATURA
setCurrentLayer("ARMATURA");
addLine([26000.0, -100.0], [26600.0, -100.0]);
addLine([26000.0, -462.0], [26600.0, -462.0]);
addLine([26100.0, 0.0], [26100.0, -640.0]);
addLine([26430.0, 0.0], [26430.0, -640.0]);
addLine([26600.0, -100.0], [27200.0, -100.0]);
I can send a script for inspection in PM
Best regards
P.S.
Please note that I am not a programmer - please be careful when answering me