У нас вы можете посмотреть бесплатно Create Topographic Surfaces from 2D CAD Files Using Grasshopper или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Final Grasshopper script, among other advantages. / 3dbeast , In this video, you’ll learn how to use Grasshopper to create topographic surfaces from 2D CAD files. you will learn how to generate topographic surfaces quickly and efficiently. You’ll also learn how to perform slope analysis and elevation analysis for your site selection In Architecture. Downloads Dark mode settings: https://bit.ly/DarkModeSettings Contour line Used in this video https://3dbeastz.gumroad.com/l/lcupjm Gh-Python script to copy import Rhino Get the Rhino document doc = Rhino.RhinoDoc.ActiveDoc Replace 'text_id' with the actual GUID of the text object text_id = Rhino.DocObjects.RhinoObject.IdFromString("3bbe5a37-6ac0-4771-b7a1-89e5e1e0e191") text_obj = doc.Objects.Find(text_id) Extract the text value and plane of the text object text_value = text_obj.Geometry.Text point = text_obj.Geometry.Plane.Origin Print the text value and location point print("Text Value: {}".format(text_value)) print("Location Point: {}".format(point)) Tutorial Recommendation ChatGPT and Grasshopper • Discover the Power of ChatGPT and Grasshop... 7 Must-Have Plugins • Speed Up Your Grasshopper Workflow with Th... Staggered and Wavy Balconies • Staggered and Wavy Balconies in Grasshopper Cytokinesis Tower • Cytokinesis Tower in Grasshopper conceptual coastal villa • conceptual coastal villa in grasshopper tu... Kagome pattern column • How to make Kagome pattern column in grass... Time stamps 0:00 Intro 1:05 import AutoCAD Contour file 1:16 Idea 2:10 How to read text Object with help of Chat GPT 3:44 Remove unscary Connections 7:42 removing 2 possible connections 9:12 sorting points 7:47 creating wavy edges 10:02 remove duplicate Elevation values 13:32 moving contour line Up 17:52 Creating Topographic surface 19:22 assign color based on slope and elevation 21:05 Creating 3d Section 22:19 Outro