Object 2D view loses hidden edges effect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-25 02:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-25 05:51 AM
You need to manually correct the script. You should be there command will POLY2_
So it is necessary edit coordinates of the points. Your rectangles should converted into hexagons. Calculate how much you have at the landfill of points of angles. 6 + seventh with a closing status = -1
Or apply DRAWINDEX. Elements with less drawindex are drawn before.
Read GDL Reference Guide

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-25 08:20 AM
If the fill has a background pen different than zero, then it turns out in an opaque object otherwise it is like wireframe.
For Slabs it is the same, but you need to activate the "covering fill" option.
At the end, the object reflects the exact same aspect of the original elements on the floor plan.
The bad is that in AC 16 the autoscripted objects don't get a parameter to change the background pen.
--Roberto Corona--
www.archiradar.com
AC18 - ITA full on Win10
_________________
_________________

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-25 09:48 AM
rocorona wrote:Roberto, why it does not work when I save Slabs with covered fills and different colors? Please look at the attached image.
If the fill has a background pen different than zero, then it turns out in an opaque object otherwise it is like wireframe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-25 12:19 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-26 08:02 AM
Dalius wrote:rocorona wrote:
If the fill has a background pen different than zero, then it turns out in an opaque object otherwise it is like wireframe.
Roberto, why it does not work when I save Slabs
Don't know why it doesn't works for you. I didn't do anything particular, just save as object.
You can manually change a parameter in the script, if are not scared by GDL.
Typically a 2D polygon is scripted with a command like this one:
poly2_b{5} 5, 7, 0, 3, 10, 0,
(followed by the numbers)
The 6th parameter, here a zero, is the background pen. Zero is the transparent pen, that you can change for any other, or even with a parameter. I also suggest to set the second parameter to 7 (border ON + fill ON + closed perimeter)
--Roberto Corona--
www.archiradar.com
AC18 - ITA full on Win10
_________________
_________________
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-26 08:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-26 09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-26 09:30 AM
You have to correct it manual to get the same result: Delete the second POLY_B-command and modify in the first command the second parameter by aleading 1+. This toggles the switch to make the contour visible.
Example:
pen penAttribute_1 fill fillAttribute_1 poly2_b{5} 5, 1 + 66, 2, 3, penAttribute_1, penAttribute_2, 0, 0, 1, 0, 0, 1, 0, -17.42024351106, 22.08870688189, 1, -17.40158209447, 21.6734903627, 1, -17.05168053336, 21.79012421641, 1, -17.05168053336, 22.08870688189, 1, -17.42024351106, 22.08870688189, 1 !pen penAttribute_3 !fill fillAttribute_2 !poly2_b{5} 5, 1, 0, 3, 1, 0, ! 0, 0, 1, 0, 0, 1, 0, ! -17.42024351106, 22.08870688189, 1, ! -17.05168053336, 22.08870688189, 1, ! -17.05168053336, 21.79012421641, 1, ! -17.40158209447, 21.6734903627, 1, ! -17.42024351106, 22.08870688189, 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-03-26 10:50 AM
Best Regards,
Piotr