We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2018-10-04 11:41 AM - last edited on 2022-09-23 02:26 PM by Oleksandra Vakariuk
PROJECT2{4} 5, 90, !projection_code, angle, 0, 1+2, !useTransparency, statusParts, 1, !numCutplanes, b/2 + gs_fw_lower - gs_fw_upper, !cutplaneHeight1, ..., cutplaneHeightn, 2, 1+2+4+8+64, !method1, parts1, gs_fill_type, !cutFillIndex1, gs_fill_pen, gs_back_pen, !cutFillFgPen1, cutFillBgPen1, 0, 0, 0, !cutFillOrigoX1, cutFillOrigoY1, cutFillDirection1, gs_cut_pen, 1, !cutLinePen1, cutLineType1, 65, !projectedFillIndex1, 19, 19, !projectedFillFgPen1, projectedFillBgPen1, 0, 0, 0, !projectedFillOrigoX1, projectedFillOrigoY1, projectedFillDirection1, gs_pen_2D, 1, !projectedLinePen1, projectedLineType1 2, 1+2+4+8+64, !method1, parts1, gs_fill_type, !cutFillIndex1, gs_fill_pen, gs_back_pen, !cutFillFgPen1, cutFillBgPen1, 0, 0, 0, !cutFillOrigoX1, cutFillOrigoY1, cutFillDirection1, gs_cut_pen, 4, !cutLinePen1, cutLineType1, 65, !projectedFillIndex1, 19, 19, !projectedFillFgPen1, projectedFillBgPen1, 0, 0, 0, !projectedFillOrigoX1, projectedFillOrigoY1, projectedFillDirection1, gs_pen_2D, 4 !projectedLinePen1, projectedLineType1
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-15 09:20 AM
Those lines are drawn manually in 2D. Project2 does not seem to show the edges of the Wallhole. I have manage to get a workable display of the Wallhole edges using a set of Planes to case the hole. They also allow me to set the material of the Wallhole. The down side of this is that these planes conflict with the wall itself in 3D...
fill gs_fill_type pen gs_cut_pen Project2{3} 5, 90, 3+32+4096, 1+2+8, gs_back_pen, 0, 0, 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-15 09:49 AM
2018-10-15 11:50 AM
IF GLOB_CONTEXT = 2 THEN !Plan view SECT_FILL gs_fill_type, gs_fill_pen, gs_back_pen, gs_pen_2d CUTPLANE 0, (gs_fw_lower + gs_int_fw + 2*gs_louvre_width) If abs(gs_louvre_opening_angle) > 0 then If abs(gs_louvre_opening_angle) < 90 then gs_louvre_opening_angle = 45 endIf endIf If LouvreOri = "Horizontal" then Louvre_over = 0 endIf ENDIF
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-16 03:09 AM
2018-10-16 04:02 AM
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-16 04:37 AM
IF GLOB_VIEW_TYPE = 2 THEN !IF GLOB_CONTEXT = 2 THEN !!this one works as well but is deprecated !if bUseCutPlane then !!comment out the manual cutplane option addz A/10 cutplane{2} 60, bUseSameSurface del 1 !endif !!comment out the manual cutplane option endifBarry.
2018-10-29 09:39 AM
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-29 10:03 AM
2018-10-29 10:17 AM
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-12-06 09:30 AM
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 |