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…
2018-12-19
03:01 AM
- last edited on
2023-05-19
03:49 PM
by
Gordana Radonic
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2018-12-19 04:49 AM
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2019-03-26 06:09 AM
2019-03-26 08:27 AM
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2019-03-27 12:41 AM
2019-03-27 03:41 AM
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2019-03-27 11:58 PM
2019-03-28 02:21 AM
if bShowPlus then if name_place_int = 2 then ! On The line if AC_StoryElevation > 0 then txt_str_d = "+" + txt_str_d if abs(AC_StoryElevation) < EPS then txt_str_d = "±" + txt_str_d else if AC_StoryElevation > 0 then txt_str_u = "+" + txt_str_u if abs(AC_StoryElevation) < EPS then txt_str_u = "±" + txt_str_u endif endIf
If lvlRL = 1 then lock "bShowPlus" if name_place_int = 2 then ! On The line if AC_StoryElevation + GLOB_PROJECT_ALTITUDE > 0 then txt_str_d = "RL +" + txt_str_d if abs(AC_StoryElevation + GLOB_PROJECT_ALTITUDE) < EPS then txt_str_d = "RL ±" + txt_str_d if AC_StoryElevation + GLOB_PROJECT_ALTITUDE < 0 then txt_str_d = "RL " + txt_str_d else if AC_StoryElevation + GLOB_PROJECT_ALTITUDE > 0 then txt_str_u = "RL +" + txt_str_u if abs(AC_StoryElevation + GLOB_PROJECT_ALTITUDE) < EPS then txt_str_u = "RL ±" + txt_str_u if AC_StoryElevation + GLOB_PROJECT_ALTITUDE < 0 then txt_str_u = "RL " + txt_str_u endif else if bShowPlus then if name_place_int = 2 then ! On The line if AC_StoryElevation > 0 then txt_str_d = "+" + txt_str_d if abs(AC_StoryElevation) < EPS then txt_str_d = "±" + txt_str_d else if AC_StoryElevation > 0 then txt_str_u = "+" + txt_str_u if abs(AC_StoryElevation) < EPS then txt_str_u = "±" + txt_str_u endif endIf endif
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2019-03-28 03:24 AM
2019-03-28 03:55 AM
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |