We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-05-26 04:58 PM - last edited on 2022-09-26 10:51 PM by Daniel Kassai
POLY2_B{4} n, frame_fill,fill_pen, fill_background_pen,fillOrigoX, fillOrigoY, mxx, mxy, myx, myy, gradientInnerRadius, x1, y1, s1, ..., xn, yn, snI am a little afraid about all these parameters 😕
2020-05-26 06:01 PM
! don't forget to set the general attributes affecting the poly2 command pen pen_nr ! the pen for the contour line_type linetype_nr ! the line type of the contour fill fill_nr ! the fill type rad = 1 ! your radius poly2_b 2, ! we need two points for a circle 1+2 ! status code: show the contour, show the fill fill_fg, fill_bg, ! your fill pens (foreground/background) 0, 0, 900, ! first point: the center (status code 900) rad, 360, 4000+1 ! second "point", the full circle command, whith radius, the revolution angle, and status code of 4000
2020-05-26 07:08 PM
2020-05-26 10:21 PM
Christophe wrote:You're welcome.
I just have to understand what is about these codes 900 and 4000.
2020-05-26 10:38 PM
2020-05-27 03:15 AM
Christophe wrote:
Probably GDL guide might be readable for a expert programmer but for me it's like Egyptian hieroglyphs.
2020-05-27 09:48 AM
Christophe wrote:
Probably GDL guide ... for me it's like Egyptian hieroglyphs.
Barry wrote:I'm french, there is a french GDL guide about 15 years ago.
Search for the GDL Cookbook by David Nicholson-Cole.