Gray_code_element

Wednesday, February 17, 2021

Making Stairs with Landing Revit

 This is a really good video, super simple for making stairs in revit with a landing:


https://www.youtube.com/watch?v=mjY1uNw1G-0&ab_channel=JeffreyFuller

No comments:

Post a Comment

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...