2018-10-04 02:41 AM - edited 2021-09-01 09:26 PM
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
2018-10-08 12:54 AM
2018-10-10 02:27 AM
2018-10-11 02:11 AM
2018-10-11 07:01 PM
2018-10-11 07:09 PM
2018-10-11 07:45 PM
2018-10-11 08:34 PM
2018-10-11 08:55 PM
2018-10-11 09:28 PM
2018-10-15 12: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
2018-10-15 12:49 AM
2018-10-15 02: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
2018-10-15 06:09 PM
2018-10-15 07:02 PM
2018-10-15 07:37 PM
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 01:39 AM
2018-10-29 02:03 AM
2018-10-29 02:17 AM
2018-12-06 12:30 AM