Revit API Course - Lesson 10 | Master Transform

Опубликовано: 07 Октябрь 2024
на канале: Mariyan Developer
5,623
111

In this video, you will master the transform class.
You will learn what is a transform, and how to move, rotate, and visualize it.
I will show you what objects have transform object, so you can read information about it.

Timecodes:
0:00 - Intro
0:13 - Complete Revit API Course
1:19 - What is a Transform
5:17 - How to visualize a transform
14:12 - How to get a transform object of a family instance
26:02 - How to move/translate a transform
31:00 - How to rotate a transform
44:06 - Thank you for watching!

Method Run:
Make sure to put this in a static class!
public static void Run(
this Document document, Action doAction, string transactionName = "Default transaction name")
{
using (var transaction = new Transaction(document, transactionName))
{
transaction.Start();
doAction.Invoke();
transaction.Commit();
}
}
I hope you enjoy the session and learn something new! Feel free to comment with any feedback/questions below, or follow my channel if you enjoyed this.
If you want to get online classes text me on Instagram.
Follow me on social media:
  / marianslesar  
#BIM#RevitAPI#RevitAPICourse#Here'sWhatYouDon'tKnowAboutTransform#The Expert'sGuidetoTransform#FinallyShowingYouTransform#EverythingYouWantedtoKnowAbout Transform#MasterGeometry#GeometryRevitAPI