HPrism Contour Lines
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-02-16 10:57 AM
‎2018-02-16
10:57 AM
I want to remove the contour line shown in the attached image but I want it to remain in elevations. It seems to have worked for the rest of the lines that I want but not the square on top.
HPRISM_ mat_prism, mat_prism, mat_prism, mat_prism, 17, (ZZYZX/2), 0, chamfer, 1, chamfer, 0, 78, (A-chamfer), 0, 78, (A-chamfer), chamfer, 900, 0, 90, 4001, A, chamfer, 78, A, (B-chamfer),78, (A-chamfer), (B-chamfer),900, 0, 90, 4001, (A-chamfer), B, 78, chamfer, B, 78, chamfer, (B-chamfer),900, 0, 90, 4001, 0, (B-chamfer),78, 0, chamfer, 78, chamfer, chamfer, 900, 0, 90, 4001, chamfer, 0, 78
ArchiCAD 23
Windows 10
Windows 10
11 REPLIES 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-02-20 10:21 AM
‎2018-02-20
10:21 AM
Just a short reminder that you can avoid some issues if you do something like this:
! 3d script mask = 0 ! section or elevation if GLOB_VIEW_TYPE = 4 OR GLOB_VIEW_TYPE = 5 then mask = 1 ! your desired maskvalue endifYou will then use "mask" instead of a fixed number – now you can have different lines in different view types.

Lucas Becker | AC 27 on Mac | Graphisoft Insider Panelist | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text | My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-02-20 11:10 AM
‎2018-02-20
11:10 AM
runxel wrote:Thanks very much, didn't even consider this. I was so focused on getting the mask to work correctly!
Just a short reminder that you can avoid some issues if you do something like this:
! 3d script mask = 0 ! section or elevation if GLOB_VIEW_TYPE = 4 OR GLOB_VIEW_TYPE = 5 then mask = 1 ! your desired maskvalue endifYou will then use "mask" instead of a fixed number – now you can have different lines in different view types.
ArchiCAD 23
Windows 10
Windows 10
- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »