We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2017-06-20 04:44 PM
2017-06-27 03:11 AM
JGoode wrote:I am not quite sure what you mean by this - can you post a screen shot?
Even though my 2D image doesn't show it, the preview still shows strange patterns at 255. All I want is a solid fill. Any idea what numbers to use?
DEFINE IMAGE_FILL "pink" "Flowers.jpg", 255, 255, 255, 255, 255, 255, 255, 255, 0.321, 0.485, 0, 0For some reason if all pattern values are set at zero (should be an empty fill) one line remains solid in the preview.
2017-06-27 02:53 PM
Barry wrote:This is with everything set a 0. It's the clearest I could get it.JGoode wrote:I am not quite sure what you mean by this - can you post a screen shot?
Even though my 2D image doesn't show it, the preview still shows strange patterns at 255. All I want is a solid fill. Any idea what numbers to use?
The 'pattern' numbers only affect the bitmap image of the fill and if all are '255' you will get a solid bitmap image - as in the attached image.
DEFINE IMAGE_FILL "pink" "Flowers.jpg", 255, 255, 255, 255, 255, 255, 255, 255, 0.321, 0.485, 0, 0For some reason if all pattern values are set at zero (should be an empty fill) one line remains solid in the preview.
Barry.
2017-06-28 03:31 AM
2017-08-30 01:44 PM
define image_fill 'black' "Black_Image_Fill", 255, 255, 255, 255, 255, 255, 255, 255, 0.001, 0.001, 0, 0
FILL "red" poly2_b{5} 12, 3, 0, 3, 220, 220, 0, 0, 1, 0, 0, 1, 0, 0.003011396909279, -0.012, 0, 0.008011396909279, -0.012, 900, 0, 180, 4000, 0.008011396909279, -0.012, 900, 0, 180, 4000, 0.003011396909279, -0.012, -1, 0.01201139690928, -0.012, 0, 0.008011396909279, -0.012, 900, 0, -180, 4000, 0.008011396909279, -0.012, 900, 0, -180, 4000, 0.01201139690928, -0.012, 0This bit of code shows the intended image fill (FILL "red") on plan but only shows "220" which is an archicad red in every preview. It's very odd.