2018-02-16 10:57 AM
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 2018-02-20 10:21 AM
! 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.
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.