2018-10-12 08:43 AM - last edited on 2023-05-24 12:27 PM by Rubia Torres
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
Solved! Go to Solution.
2018-10-12 09:24 AM
If gs_wall_mat = "Interior" then SET MATERIAL WALL_MAT_A else If gs_wall_mat = "Side" then SET MATERIAL WALL_MAT_EDGE else SET MATERIAL WALL_MAT_B endIf endIf WallNiche 4, 1, 2, 0, 0, 1, -WIDO_SILL, 0, 0, 0, A, 0, 0, A, B, 0, 0, B, 0 If gs_wall_mat = "Wrap" then SET MATERIAL WALL_MAT_A endIf WallNiche 4, 1, 2, 0, 0, 1, WALL_THICKNESS, 0, 0, 0, A, 0, 0, A, B, 0, 0, B, 0
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2018-10-12 08:51 AM
m1=1 !!the polygon will create a visible edge upon entry into the body being cut m2=1 !!depth - the lengthwise edge of the cutting form will be visible m3=1 !!the polygon will create a visible edge upon exiting the body being cut m4=0 !!outside - the bottom edge of the cutting form will be visible m5=0 !!inside - the top edge of the cutting form will be visible m7=0 !!controls the viewpoint dependent visibility of the lengthwise edge PEN pen_lin MATERIAL WALL_MAT_B WALLNICHE 4, 1, 1*0 + 2*1 + 8*0 + 16*0 + 32*0 + 64*0 + 128*0, 0, 0, 1, -K_-extend_niche, -(a*0.5),0,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7, (a*0.5),0,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7, (a*0.5),b,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7, (-a*0.5),b,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7 PEN pen_lin_int MATERIAL WALL_MAT_A WALLNICHE 4, 1, 1*0 + 2*1 + 8*0 + 16*0 + 32*0 + 64*0 + 128*0, 0, 0, 1, C_-K_+extend_niche, -(a*0.5),0,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7, (a*0.5),0,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7, (a*0.5),b,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7, (-a*0.5),b,1*m1 + 2*m2 + 4*m3 + 8*m4 + 16*m5 + 64*m7Barry.
2018-10-12 09:24 AM
If gs_wall_mat = "Interior" then SET MATERIAL WALL_MAT_A else If gs_wall_mat = "Side" then SET MATERIAL WALL_MAT_EDGE else SET MATERIAL WALL_MAT_B endIf endIf WallNiche 4, 1, 2, 0, 0, 1, -WIDO_SILL, 0, 0, 0, A, 0, 0, A, B, 0, 0, B, 0 If gs_wall_mat = "Wrap" then SET MATERIAL WALL_MAT_A endIf WallNiche 4, 1, 2, 0, 0, 1, WALL_THICKNESS, 0, 0, 0, A, 0, 0, A, B, 0, 0, B, 0
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |