cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Poly without a contour? Help?

JGoode
Expert
Hello,

How can I make a poly not have a contour pen?

Thanks!
ArchiCAD 23

Windows 10
1 REPLY 1
Anonymous
Not applicable
JGoode wrote:
Hello,

How can I make a poly not have a contour pen?

Thanks!
For example:
POLY2_B 5, 2, gs_fill_pen, gs_back_pen,
0, 0, 1,
0, B, 1,
A, B, 1,
A, 0, 1,
0, 0, 1
Or so:
POLY2_B 5, 7, gs_fill_pen, gs_back_pen,
0, 0, 0,
0, B, 0,
A, B, 0,
A, 0, 0,
0, 0, 0
Read the GDL manual.