cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Fill angle

Probably it's to easy but... Why can't I change fills angle to 45 degrees???

poly2_b{2} 5, 3, penAttribute_1, penAttribute_2,
0, 0, 45,
-1, 1, 1,
-1, -1, 1,
1, -1, 1,
1, 1, 1,
-1, 1, 1
2 Replies 2
David Maudlin
Rockstar
Fotis K:

You need to add j4: local fill orientation to the frame_fill parameter (GDL Reference Guide page 144), so your code would be:

poly2_b{2} 5, 3+8, penAttribute_1, penAttribute_2,
0, 0, 45,
-1, 1, 1,
-1, -1, 1,
1, -1, 1,
1, 1, 1,
-1, 1, 1

You should add a Signature to your Profile (click the Profile button near the top of this page) with your ArchiCAD version and operating system (see mine for an example) for more accurate help in this forum.

David
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC29 USA Perpetual • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro OSX14 | 36 gb ram
Anonymous
Not applicable
Notice that poly2_b{2} command is broken in 16, and still not fixed, nearly one year later.
In case of rotation or symetry, fill origin and orientation don't work.
It concerns all objects using this command, not only roof accessories.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!