SECT_FILL does not work with cWall in AC12

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 10:37 AM
Has anybody an idea how to easily add a section fill without rewriting a complex shape with another command?
GDL object creation: b-prisma.de
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 01:23 PM
SECT_FILLS settings show at the first time during half a second, and are replaced by current Section settings, with Cut Fill Background Pen missing.
I don't see a solution.
Quick testing with cWall part called as a macro, and same bad result. This is for GS.
Did you try xWALL_, which syntax looks close to cWALL_?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 01:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 02:32 PM
But punish me, I wrote the wrong commad name.
It was not cWALL_ that I was working on; it was cROOF_.
And there seems to be no xROOF_.
GDL object creation: b-prisma.de
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 03:07 PM
Joachim wrote:Bingo! Two bugs at once. cROOF_ and cWALL_.
Hi Olivier, thankm you for your rapid answer.
But punish me, I wrote the wrong commad name.
It was not cWALL_ that I was working on; it was cROOF_.
And there seems to be no xROOF_.
As you said, not any xROOF_ command. This is anoyous.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 04:07 PM
Are you sure to put a SECT_FILL sentance before each cROOF_ ? I can't reproduce what you decsribe.
With cWALL_, for sure there is a bug. Neither SECT_FILL or SECT_ATTRS work in AC12. It worked before.
With cROOF_, I am not sure. Could someone else verify?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 04:24 PM
Thanks for letting us know about them.
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 05:02 PM
But with the example of the GDL manual it also does not work.
I added the command for SECT_FILL. gr_fi is defined in the parameter list.
I enabled "Objects attributes" at Floor Plan and section.
If I then use there (Objects attributes) a fill that is not empty, the fill is seen,
but it is not the one defined in the SECT_FILL: This behaviour (I think) should not be.
L=0.25
R=(0.6^2+L^2)/(2*L)
A=ASN(0.6/R)
SECT_FILL gr_fi,SYMB_FBGD_PEN,SYMB_FILL_PEN,SYMB_SECT_PEN
CROOF_ M_,M_,M_,
16, 2, 0, 0,
0, 0, 45, -0.2*SQR(2),
0, 0, 0, 15,
3.5, 0, 0, 15,
3.5, 3, -45, 15,
0, 3, 0, 15,
0, 0, 0, -1,
0.65, 1, -45, 15,
1.85, 1, 0, 15,
1.85, 2.4-L, 0, 13,
1.25, 2.4-R, 0, 900,
0, 2*A, 0, 4015,
0.65, 1, 0, -1,
2.5, 2, 45, 15,
3, 2, 0, 15,
3, 2.5, -45, 15,
2.5, 2.5, 0, 15,
2.5, 2, 0, -1
GDL object creation: b-prisma.de

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 05:18 PM
GDL object creation: b-prisma.de
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-12 09:48 PM
Since my test example worked, I found a possible culprit.
Closing the contour leads to an error. Thus, just puting a hole inside cROOF_ get the section wrong. AC12 only.
for k = 1 to 2 body -1 sect_fill 69, 0, 10, 7 put 0.00, -0.50, -50.00, 15, 0.00, 0.50, 30.00, 15, 2.00, 0.50, -40.00, 15, 2.00, -0.50, 30.00, 15 ! put 0.00, -0.50, -50.00, -1 !!! closing = get error croof_ mat, mat, mat, nsp/4, 0.00, -0.50, 0.00, 0.50, 0.00, 10.00, 0.30, get(nsp) addz 1.00 next k del 2