Home › Forums › Problems and solutions in GDL › 3D modelling › Hiding vertical lines in holes in Prisms
- This topic has 8 replies, 5 voices, and was last updated 7 years, 5 months ago by Barry Kelly.
-
AuthorPosts
-
-
May 26, 2017 at 13:49 #3269James MurrayParticipant
I would call this a bug. It is not possible to hide the vertical lines in a curved hole (with either 13 or 79), unless the enclosing polygon uses 13 or 79 as its last status, which results in hiding a line that should be shown.
hA = A/2 PRISM_ 7, 1, 0, 0, 15, A, 0, 15, A, B, 15, 0, B, 79, 0, 0, -1, hA, hA, 900, hA/2, 360, 4013
If you change the last 79 to 15, the lines within the hole will show.
James M
-
May 26, 2017 at 13:51 #3270James MurrayParticipant
OK, here’s the code since it’s not showing:
hA = A/2
PRISM_ 7, 1,
0, 0, 15,
A, 0, 15,
A, B, 15,
0, B, 79,
0, 0, -1,hA, hA, 900,
hA/2, 360, 4013James M
-
May 26, 2017 at 14:58 #3271David MaudlinParticipant
James:
This will work:
hA = A/2
PRISM_ 8, 1,
0, 0, 15,
A, 0, 15,
A, B, 15,
0, B, 15,
0, 0, 79,
A, 0, -1,hA, hA, 900,
hA/2, 360, 4013Maybe one of the Graphisoft folks can chime in if there is a better solution, or if this has an inherent problem.
David
David Maudlin / Architect
Washington, D.C.
AC 22 - Mac OS -
May 26, 2017 at 15:01 #3272James MurrayParticipant
That’s… interesting? I’d rather they just fixed it. Thanks for looking.
James M
-
May 29, 2017 at 01:43 #3275Barry KellyParticipant
Is it just a MAC thing?
I see no difference for either script.Barry.
Attachments:
Versions 6.5 to 22
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit -
May 29, 2017 at 13:04 #3277David MaudlinParticipant
Barry:
Look at the other side of the Prism.
David
Attachments:
David Maudlin / Architect
Washington, D.C.
AC 22 - Mac OS -
May 29, 2017 at 13:43 #3279Péter BaksaKeymaster
Hi James,
yes, this is a bug, we’ve discovered it just recently, there will be a solution in ArchiCAD21 to fix this.
Use TUBE instead of PRISM until then:TUBE 7, 4, 1 + 2 + 16 + 32, 0, 0, 0, A, 0, 0, A, B, 0, 0, B, 0, 0, 0, -1, hA, hA, 900, hA/2, 360, 4001, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0
Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SE -
May 29, 2017 at 18:25 #3280Joachim SühloParticipant
In AC 19 as well as in 20.
GDL Object Developer
b-prisma
MAC OSx 10.14 -
May 30, 2017 at 03:15 #3284Barry KellyParticipant
Barry:
Look at the other side of the Prism.
David
Ahh I see.
Sorry I was looking for the lines in the hole.Barry.
Versions 6.5 to 22
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit
-
-
AuthorPosts
- The forum ‘3D modelling’ is closed to new topics and replies.