cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

HPrism Contour Lines

JGoode
Expert
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
Hero
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 27 on Mac | 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