cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
JGoode
Expert

HPrism Contour Lines

Hi,

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 27

Windows 10
11 Replies 11
runxel
Moderator
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
endif
You will then use "mask" instead of a fixed number – now you can have different lines in different view types.
Lucas Becker | AC 29 on Mac (Sequoia) | Graphisoft Insider Panelist | Akroter.io – high-end GDL objects | 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»
JGoode
Expert
runxel wrote:
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
endif
You will then use "mask" instead of a fixed number – now you can have different lines in different view types.
Thanks very much, didn't even consider this. I was so focused on getting the mask to work correctly!
ArchiCAD 27

Windows 10

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!