Addressing issue for Level and Grid Bubble size in different view scale?!

Hope you all are doing well!

Let’s address another issue that we usually face in our projects,

Most probably you have faced this issue before, imagine you are in the elevation or plan view and you need to change your view scale from 1:100 to something like 1:200 or 1:50, your grids and level symbols will not be presented with the proper size. They are either interfering with each other or quite small.

There are some workarounds, like design options or using separate link files for different scales. And I would say each of those workarounds will cause other issues, such as productivity and flexibility.

In the following video I will demonstrate how you can address such cases in your projects,

Hope you like it,

Behzad

Control Room Separation Lines across different Disciplines

Hi again,

Tonight i want to share another tricks which i shared in BiLT ANZ 2018,

Let’s solve one of the big issue and answer to this question, How we can control Room separation lines in Link file, when we are sharing model across different disciplines?

This is one of the biggest request from M&E people, when they are creating space in M&E file they need to define their spaces with freedom and without any restriction from Archi layout.

You can see one example in below.  in left side we have Room separation lines, which you can see with red color.

 

Regarding to Archi discipline for this building we have separate area for manager, reception, counter and lobby. And the way they are defining this separation is according to furniture placement, different material or partition system.

But maybe for M&E, all of this area are part of one space and no need to define separate space for each portion.

Now if we go for M&E file and make try to define Space in according to Archi Layout, this will not be possible.

 

Go to Archi Model and make try to define new Phase, you can call that “Room Separation Line”

 

Select all Room Separation line from model and after that for demolition phase, define Room Separation Line.

Yes just this, make save your file and go to M&E file, make delete all Space that you have for Manager, lobby, etc.  You should do it with Space schedule and select those space that you want to delete and make them delete from schedule.

 

Now if you retry it again still you can see same effect and you cannot make one space for all area.

Select your archi model link and go to Edit Type from properties panel. In Edit Type dialogue box go for Phase Mapping and change phase mapping system like below picture.

Everything is set up now and you can define new Space without any limitation from archi room separation line.

 

I hope you enjoy and this could help you for managing your project,

I received comment, trick was very simple, perhaps it is. 🙂

Revit is much simple than we think and in most of the time we can solve issues without Dynamo and scripting,

Take care,

Behzad

How we can define 2D Tags/Symbols with Rotate option?!?

Hi to all,

Now after while i just want to share one tricks with you, which i shared in BILTANZ 2018,

This is very useful tricks and i’m sure when you are delivering projects, you will face with this issue or you already face with it.

Just take a look to below picture, did you saw this before? one Tag with two label text, for example : Type Name, Column Location.

 

 

But, but because you need to present this label text with different direction you have to make duplicate from that and you have to define extra parameter for visibility to say for 45 degree which item should be presented, or for vertical and Horizontal.

let’s finish this story one time at all.

Just define one new Generic Annotation, you can say this should be Furniture Tag or any other Tag.

 

 

 

Define Label Text as you need and define right location regarding to reference point of two reference plane.

Go for another Generic Annotation Family, you can call that “For Angle Definition”. Define one annotation line like below picture,

Now just load it into your Furniture Tag Family and define location for placement like below picture.

Select Generic Annotation Family “For Angle Definition” and label text object and put them in the group.

 

Define one Reference Line with 45 degree like below picture and make it Pin.

Now you need to define one Angular Dimension between Reference Line and that annotation line from “For Angle Definition” family.

Call that “Overall Angle” and define another parameter “Angle”. In formula row for Overall Angle define this ” Angle+135 “.

Select angular dimension and make it change to Overall Angle.

As you can see in below picture, suddenly you will get sort of result like reverse for you text element.

 

Go for edit group and make edit your group according to below pictures and step that you can see.

 

Make click and drag on the grip that you can see and do this clock wise .

 

You will get result like below picture and say Finish Edit mode for group.

 

Move you group from reference location like below pictures to the center of family, which is intersection of two reference plane.

 

Like below.

 

Now go to family “For Angle Definition”  select annotation line and say turn off visibility. Load it into your Tag family.

 

Orwrite Existing Family .

Now you can define new family type regarding to any angle as you want. Like H,V,30,45,60 or any other.

 

 

Next trick will be next week.

Enjoy,

Behzad

 

How we can create Hatch Pattern with Notepad?

I know this is not unique post but i’m sure this could be one of the useful post for all Revit or AutoCAD users,

I think that was around 12 years ago, i bought one book and i read one interesting thing about how we can understand what is happening in AutoCAD.pat file and how we can make decode that.

For that year, regarding to my experience and knowledge and also regarding to the explanation of that book , that was very hard for me to understand what is happening in *.pat file, but that was first start.

With many try i understood more about *.pat file, but every time i didn’t try for create more than 1 or 2 years i forgot something.

Now i want to make it documentary and share this with you my friend, then every time i forgot something i can make review this post for myself.

Let’s start this.

As you maybe know we can try to create *.pat file with notepad in our computer and after we wrote our codes we can save our files with .pat extension.

I want to explain this with three different type of Hatch with three separate post in my blog, all dimensions are mm. 

  1. Tile 300×300 Grout 10

Brick

2. Tile 300×300 Grout 10 Round Corner

 

3. Brick 300×80 Grout 10

 

Ok, let’s talk about first item ( Tile 300×300 Grout 10 )

At first i should tell you one important point, if you need to define any new hatch, my offer is try to draw that hatch with line in AutoCAD regarding to simple X,Y axis like to the below picture.

Honestly, this is very important for you if this is first time you are making *.pat file and if you are making complex hatch pattern.

Because you can understand what is happening in pattern, for example for each pattern you need to have information about separate item like below list:

  1. what is the base shapes for pattern? 
  2. How many line you need to create that base shapes shape?
  3. What is the Angle for Lines? ( We call that Angle )
  4. What is the start Point coordinates for each Line regarding to 0,0? ( We call that A for X and B for Y )
  5. What is side offset for each lines? ( We call that C )
  6. what is the exact side distance between line pattern? ( We call that D )
  7. what is the length of that lines? ( We call that E )
  8. what is the Gap between lines? ( We call that F )

In next steps i will answer to above question one by one. But before we start that i want to show you final result ( *.pat file ) for this simple hatch. take a look to below pictures. as you can see

 

 

1. what is the base shapes for pattern?

Take a look to below picture, as you can see we have one simple square ( Main Tile ) and we should make pattern from this shape along to X and Y axis.

As you can see in below picture Tile (Square) size is 300mm and Distance between Tile is 10mm.

 

2. How many line you need to create that base shapes shape?

As we said we have Tile with 300mmx300mm and for create any square we need four line. Take a look to the below picture, you can see four line and as you can see, this lines have sort of pattern .

 

 

3. What is the Angle for Lines?

Line 1 and 3 are parallel with X axis, that means is the angle value for this line is 0.

Line 2 and 4 are parallel with X axis, that means is the angle value for this line is 90.

 

4. What is the start Point coordinates for each Line regarding to 0,0?

 

 

line 1

 

Line 2

 

Line 3

 

 

Line 4

 

 

5. What is side offset for each lines?

Ok, take a look to the below picture, as you can see we have line 1 along to X direction and we said, angle for this line is 0. But if you pay attention we should have have parallel pattern from Line 1 for Tiles, that are duplicating along Y Direction. Number of this pattern is unlimited.

 

Now take a look to below picture, as you can see if you need to move Parallel pattern of Line 1 along to X direction you can add value for ( C ).  This number is side offset for Line 1.

 

6. what is the exact side distance between line pattern? ( We call that D )

Take a look to below picture, as you can see we have distance between Parallel pattern of Line 1.  you can see same thing for other lines.

Line 2

Line 3

 

Line 4

7. what is the length of that lines? ( We call that E )

Take a look to below picture, as you can see, length for all lines is equal with 300.

8. what is the Gap between lines? ( We call that F )

Final item is Gap between co-linear lines. Take a look to below picture, you can see we have Gap between Line 1 Co-Linear pattern and that one is equal to 10.

The only point is, we should use minus number. then -10.

 

 

Now we have final result as new pattern for our usage in Revit.

Good Luck.

Big secret in AU Session ; How we can create Tag with Rotate Parameter?

Every time i’m talking about tricks i’m receiving many feedback and in many case my friends around the globe, they are saying we are following precise workflow for doing this and we never though that could be easy as this way.

Always, at that momement i am very happy, because i think i’m teaching and also learning from their workflow.

One of the big tricks i want to explain in my AU Session for this year is about Tag with Rotate Parameter . That mean is you don’t need to have separate family for horizontal or 45 degree and also you don’t need to have one family with many Label Text in different angle.

Take a look to below pictures,

 

yes, it’s possible and this is the way we can push the limits.

I will share with you about this tricks in the future but for now i need your help.

Currently i sent proposal for AU University 2017 and i need your vote. If this type of tricks are interesting for you please go to the below website and make search for this two title:

  1. Revit : Golden Tricks for save your life!
  2. Re Invent Revit: Inventor for Revit Users!

 

http://au.autodesk.com/speaker-resource-center/call-for-proposals/voting

 

 

 

Good Luck.

Re Invent Revit: Session 4, 2D Sketch assignment

I think without assignment we will not achieve to anything, hence I thought maybe i should prepare some record from 2d Sketch environment. In some part of this records I will show you how we can do something in Revit and how we should do that in Inventor.
You can watch records in below, also i should say in next few days i will make more record about 2d Sketch.

 

 

After you tried for this, if you need any help just ask I will tell you how you can make fix problems.
Good luck.

Re Invent Revit: Session 3, 2D Sketch

Now you know about many thing in Inventor, we can go for first modeling feature.

Like Revit or any other software, when you want to make extrude at first you need to have one 2d Sketch and after that you can go for Extrude command.

As you can see we have separate icon for create 2D Sketch.

But we have two major difference here:

 

  1. In Revit you don’t have separate command for create 2d Sketch and each time you are hitting Extrude command you will go to the Sketch environment and you can have access to 2d Tools like line, circle, rectangle and etc. But in Inventor you should have 2D Sketch at first and then you can go for Extrude. Take a look to the above pictures.

2. Another thing is about the Work Plane , in Revit if you are in Reference Level, Current Work Plane is Reference Level and if you are in Front/Back or Left/Right view you can use Set Work Plane command to make set one Reference Plane for 2D Sketch, but in Inventor after or before you run 2D Sketch tool you should select one Origin or User Work Plane or like in Revit You can select One Flat Surface for create new 2D Sketch.

In Inventor you have many tools for create 2d Sketch and honestly in some case you can’t find any equivalent tools in Revit but still you can find many similar tools and workflow, I can give you short brief about this tools in Inventor and you can read about that in below.

Note : In Revit we hadn’t any 2D Constrain until to Revit 2017, in this version you can see only new item and that one is about Tangent Constrain for Arc shape and you can see relevant picture in below:

 

Note : In Revit you can’t use Array Command for make Array from elements that we have in 2D Sketch.

Option Bar:  Before of short brief i should explain about Option Bar in Revit and equivalent item in Inventor, as you know after we run any tool in Revit we can find some option according to that tool in Option Bar i want to explain about this with two simple example :

 

 

1. Revit : Copy = Inventor : Copy  : As you can see in Revit you can run Copy command at first and after make select your objects, press Enter and then you will receive some option in Option Bar , but in Inventor after you run Copy command you can receive dialogue box regarding to the Copy and all option are appearing in dialogue box.

 

 

2. Revit : Offset = Inventor : Offset   ; As you can see for Offset Command After we run this tools in Revit we can see different option in Option Bar but in Inventor after we run Offset command we are not receiving any dialogue and with Right Click we can see some option like Loop Select or Constraint Offset and also if you make click at any objects you can define value for offset tool.

Note : In 2d Sketch environment we have 2d constrain which could be little strange for anyone who hasn’t any experience with this. But if you are that type of user in AutoCAD who is using Constraint then you can find many similarly way for apply 2d constrain.

In Inventor you can see after you run move command you will see Move dialogue box and then you can select your objects with selection button and define two point with location.

Note : All tools for draw are very similar to Revit.

Note : All tools for Modify are very similar to Revit


2d Rectangular pattern in Inventor : In Revit you can make duplicate 3d elements with Array Linear, the biggest problem is you can define one axis for this but here in Inventor you can define two axis for make array from 2d elements and actually this tools is very similar like AutoCAD Rectangular Array.

2d Circular pattern in Inventor : In Inventor we can make pattern from 2D Elements with Circular Pattern and the only thing you need to define here is about the object for duplicate and Center of array, also this tool is like AutoCAD.

 

Inventor Mirror : Take a look to above picture

Note : In Industrial Software like Inventor we have different color for 2d Sketch elements and also if we have any sketch with all dimension that we need to make control for size and location of sketch, we can call that Fully Constrain. I will show you one simple example in below pictures and in the future we will learn more about this:

 

You can see one Rectangle with all dimension as full constrain and another Rectangle without dimension as a free shape. pay attention to the color.

As we said we will discuss about this in the future.

Good luck.

Re Invent Revit : Session 2

Ok, Second Session is about modelling procedure, after short explanation in “Session 1″for file type in Inventor and compare that items with Revit now it’s the right time for start new model in Inventor.

But before we start to talk about this item, i should tell you one things about what we are doing usually in Revit and what we should do in Inventor.

Every time i’m teaching Revit, i’m explaining about Project Environment at first then after that i’m going for Family.

The point is in Revit because of two thing:

  1. Template for create new projects. (In every project template, we have different type of Wall, Floor, Roof, Ceiling, Stairs, Railing, as system families and also we have different type of Loadable family like Furniture, Columns, Beam, Door, Windows)
  2. Default Content Library. (We can find many different type of Furniture and Column, Door, Window, Tag, … etc that are very useful for start new project)

we can start from project.

Just for one moment imagine this in Revit, you starting new project, but you don’t have any family?!? I’m talking about all family like Systemperature Family, Loadable Family or Model-In Place Family.
Now what you should do?!?! Yes, you should create all things by your own.

—————————————————————————————————————————————————————————————–

 

 

Note: If we try to make compare as this way it’s not fair , because I can say in Inventor we have biggest default content in the world for industrial usage. Pay attention, Industrial. It’s not Door or Window it’s Screw, Nuts, Washers, Pin, Ball bearing, Roll Bearing, O Rings and etc. If i remember correctly more than 650,000 parts.

——————————————————————————————————————————————————————————————–

Hence, we have all basic requirements for create new Building ( Project ) in Revit because of what we have as a predefined Project Template and Default Family Content (Library).

I think now you know why we are going for Family in Inventor at first, let’s go for Part Modelling with IPT file and at same time we will try to make compare between this item and “Metric Generic Family” in Revit. Just follow below step for create first part (Family) in Inventor.

Or you can go for new part according to below picture :

Note : If you have need to make change for default Template according to different Unit like Imperial to Metric or vise versa, you can go for setting like above picture and change the Unit and Standard as you can see in below.

 

Now you should have result like below picture, yes we are in Part ( Family ) environment.

At the same time you can go for create new family in Revit, as i said before that Family could be “Metric Generic Family” which is None Host Family.

As you can see in above picture we have many similar item in User Interface. Ribbon, Graphic Window, Project Browser/ Properties Panel=Design Tree.

Note: In Inventor if you need to go to the Isometric view ( 3D View in Revit ) just press F6 from your keyboard and if you need to make orbit, you can go for Shift+Click and drag with Scroll like in Revit. Also if you need to make zoom in or zoom out go for F3+Click and Drag with Left mouse button. You can use F5 for go to the previous view.

Now, i have one question, did you ever think why when you are working in Project Environment you have North, South, East and West view but when you are making model for Family, you have Front/Back and Left/Right view?

Answer is, Because you are making Product, yes Product and Inventor is very powerful for this part.

Ok, lets see what we have as Work Plane in Inventor?!!? Maybe you want to say what is the Work Plane? Work Plane is same like Reference Plane in Revit.

Like Revit in Inventor you have Default Reference Plane ( In Inventor you can call that Origin Work plane ) that is coming from the Family (Part) Template, Like Front/Back , Left/Right and Reference Level in Revit we have XZ, YZ and XY Work Plane in Inventor.  You can see how we can make compare between this item in below picture.

 

Ok, until now you know about Reference Plane, but one thing is remained here and that one is Family Type Dialogue in Revit !?! do we have anything like this in Inventor. Haha , yes, we have. Take a look to below pictures:

 

 

Please don’t forgot about this, Inventor is Mechanical Software and because of this we have more ability than Revit, in the future session we will discuss about many things for creating Parameter in Inventor but for now i can tell you one simple thing and that is about the name of parameter.

If you have parameter in Revit Like ” Frame Length” in Inventor you should type that as this way “Frame_Length” that mean is you can’t use space between words in Inventor and you can use “_” .

 

Good Luck

Re Invent Revit : Session 1

First Session is about how we can start to work with Inventor. Remember, my mindset is, currently you are working with Revit, then you know about 3d Modelling and you know about Project and Family well.

but be aware about this in Inventor we have different way for modelling and different solution for do anything, hence when i’m explaining anything that item could be about usual items and maybe we could find many different way for do same things, another things is, every time i;m trying to find any method or item to make compare with Revit and say about same solution with Inventor

OK, every time i had any class for anybody or any groups they have one similar question, when we opened Inventor software at the first time we saw one dialogue box and we was confused what we should do and which item is correct for our work.

Take a look to below Picture, yes this is what they saw in first try with Inventor.

 

Let me explain about first dialogue according to Revit perception.

Description : As you know every time you want to make any project in Revit you need to put some family together, Like Wall, Floor, Roof, Ceiling (System Families) Window, Door, Furniture, Mechanical Equipment, Case work (Loadable Family=User Family ) Mass , Generic Modelling in Project (Model in-Place ) . Hence any project is combination of Family.

Here in Inventor Part is equal to Family and Assemble is equal to Project.

Simple clarification :

1. Revit : You can make a Project in Revit and bring other projects as a link into that = Inventor : In Inventor is same you can make an Assembly and bring other assembly as a Subassembly the only different is in Inventor you can make edit in any subassembly as you want but in Revit you cant make edit in Link object.

2. Revit : You can Make a Family in Revit and load it into other family as a nested family ( With this Method you are trying to make Sort of assembly in Revit )= Inventor : Usually in Inventor when you want to make assembly you can put Part object in Assembly file, (( I should say still you can make a Part and load that Part in new Part as a Drive Part) ( Also you can load Assembly in Part ))

3. Revit : In Revit you need to do modelling for Projects, in Project Environment = Inventor : In Inventor you need to make your Parts and put them together to make your Assembly ( Project ) .

Note: Actually you can do modelling in Assembly Environment with two different way and you can read about that in below .

5. Revit : In Revit Project Environment you can create Model in-Place Family and you have all feature according to Family Modelling in Project Environment = Inventor : In Inventor is same, you can use Assembly Feature and make join or cut with Part solid models, but you can not save this Feature as a new *.ipt Part and they are part of Assembly environment

6. Revit : In Revit Project Environment you can create Model in-Place Family and you have all feature according to Family Modelling in Project Environment = Inventor : In Assembly Environment you can create new Part and make active your Part Feature and create parts inside of Assembly , Difference is in Inventor you can save that part as separate Family but in Revit normally you can not do this.

Revit Family = Inventor Part

File Extension for Revit *.rfa = File Extension for Inventor Part *.ipt

Revit Project = Inventor Assembly

File Extension for Revit *.rvt = File Extension for Inventor *.iam

Simple clarification :

Q 1 ; What is the Sheet Metal.ipt ?

A 1 ; As you can see Sheet Metal.ipt is sort of Part in inventor but you can find different feature for modeling, all feature are relevant to Sheet Metal Objects, Like Water Tank, Metal Cabinet, Metal Desk, Metal Door, Cladding,

Q2 ; What is the Weldment.iam ?

A2 ; IN any case that you need to do Welding projects you can use Weldment.iam.

Q3 ; What is Standard.idw ?

A3 ; With Standard.idw file you can create drawing from any *.ipt or *.iam file , important point is in Revit you have Sheet Subset in Project Browser and Annotate Ribbon for Dimension and Symbol. But in Inventor you have separate file type (*.idw) and environment for prepare drawing.

 

 

Q4 ; What is Standard.ipn ?

A4 ; Naturally Inventor is a software for Mechanical Engineers and Product Designers, in many case this people needs to make a presentation from their Assembly, that how we should make assemble or disassemble any mechanism .  If we want to make example like this in Revit we should talk about Displacement tool. you can see similar result in Revit and Inventor in below picture.

 

 

We will discuss about modelling workflow and we will compare Revit solution with Inventor solution in the future.

Good luck.

Mullion Profile and behavior with Curtain Wall Panel

Good night every body,

after 4month i think it’s the time i should write again,

I think many of us had some difficulty according to Mullion Profile and Curtain Panel.

Let’s see what is the problem, take a look to the below picture, as you see we have profile with more than one slot.

Mullion

 

According to that profile we need to provide curtain Panel with two solid panel like below picture, distance between two panel is around 20 mm.

 

 

Now if we make upload this two family inside of the project and make curtain wall and mullion according to that we will receive resault like the below picture.

Ok, how we can solve this problem? we have two method:

  1. For solving this method we should add one parameter in Curtain Wall Panel, like below picture.

 

With this method every time according to different profile with different depth we should make adjust “Slot Depth” parameter for our Curtain Wall. And this is boring.

Then first problem is Manual Adjustment and also we have another problem, if we have different Profile for horizontal and vertical with different Slot Depth, we should add parameter like Slot Depth Vertical and Horizontal for Curtain Wall Panel.

Method 2:

for Method 2 we can do all of things automatically and we don’t need manual adjustment.

Lets see.

Important things is, we should understand why Revit is making model for Curtain Panel until to certain location, like below picture.

If you take a look to below picture you can see we have two Reference Plane as Origin Reference Plane.

 

Both of them are sensor for define limits of Curtain Wall Panel Modeling. That means is the first line has intersect with Front/Back Reference Plane are that two line in the above picture and because they have intersect with Front/Back reference plane Revit is making decision about Limits of Curtain Panel until to this two Line.

Lets change the Profile and see what is happening.

As you can see in below picture i tried to add new lines like the below picture and this time Front/Back Reference Plane is Sensing different limit line.

 

Let’s make upload this profile inside to the Project and watch the result .

Ok, i think until know you understood what we should do.

Just make change Front/Back reference Plane like below picture, and add parameter according to that .

Select Front/Back Reference line and make turn off define origin.

Create new reference plane and make Define origin for this.

 

Add one parameter ” Offset From Origin” and make setup according to the line of Slot. make upload your profile inside project.

You will receive result like below picture.

Go for Edit Mullion and say -30mm for offset.

Now you can try for any slot Depth and you can see everything could be ok.

 

Also you can change the value for “Offset From Origin” parameter to more than half of Profile Width and this will give you gap with zero distance.

 

ok, Good luck

I’m happy after long time i wrote something.

My first Article in AUGI Magazine

Hi,

This is my first Article in AUGI magazine, title is : Revit “WFRC” Method .

I must say thank Jay Zallan and David Harrington for reliability and giving me this opportunity.

This is my first experience and I should say sorry for my language but my hope is you take the base Idea from This article and use that in your projects.

You can download AUGI November issue from here: https://www.augi.com/augiworld/year/2016

Good Luck.

Behzad Meskini.

project-sample-1

project-sample-2

project-sample-3

Room Legend with Full of Information

 

Hi,

2 years ago I was a member of Iranian Group in Telegram Social software, I saw a question about the Room Legend with all of information that we need for explained exact space with name , area, perimeter, Number and etc…

I tried to find the best answer for this question and I found this workflow, which could be very useful for everyone who need to this type of presentation.

For explain this workflow I used a simple project with to Floor plan , GR and ST 1.

In Regular workflow you have Room Legend like the below picture.

 

b-2016-10-29_21-50-42

 

Try to make new Color Scheme with the Number Rule.

 

c-2016-10-29_21-51-51

 

d-2016-10-29_21-52-31

 

Now you should create new Schedule for Room , You can follow the rule like the below picture ( Very Simple )

 

e-2016-10-29_21-54-21

Make rename for new Schedule and call this one for example (Room Legend GR)

f-2016-10-29_22-01-11

For visibility management per Level you can use Filter Tab and try to filter the list according to the Level GR. Like the below picture.

g-2016-10-29_22-02-24

Make change in the Sorting/Grouping Tab to by Number.

h-2016-10-29_22-03-53

You can try same method for next level and change the Filter rule to ST 1.

i-2016-10-29_22-06-27

Go to the appearance Tab and change the item like the below picture.

 

j-2016-10-29_22-09-00

Now go to the Sheet view and add Schedule that you prepared for GR.

 

k-2016-10-29_22-09-59

Select the view and make active the view, go to the Color Fill Legend Type properties and make change the Swatch Height for 7mm .

l-2016-10-29_22-10-37

Now you can go to the Schedule view and make hide the Number Column like the below picture.

 

m-2016-10-29_22-11-05

 

Do the same for next level, You have nice Room Legend with all Information as you need.

 

n-2016-10-29_22-13-24

 

Good Luck.

Curve Mullion with Revit

Hi again,

let’s check how we can create curve mullion and panel with regular tools in Revit, honestly I have not enough experience to do this with Dynamo and every time I want to create any thing which is unusual I try to do that with Regular tools.

We have System Family:Curtain wall in Revit and this could be very useful for many shape of modeling , but as you know panels are not curve for curtain walls.

b-2016-10-29_1-25-42

If you add Mullion for curtain wall you can see Mullions are not Curve too.

c-2016-10-29_1-27-10

For fix this problem we can use simple trick, this could be fixed with Basic Wall type in Revit.

Every thing you need is just create a wall with thickness like 2cm and then change the material as glass.

d-2016-10-29_1-34-37

Go to the Edit type Properties for Curtain Wall and make change for Curtain panel to the new Basic wall , that we called Glass.

e-2016-10-29_1-35-23

 

Now we have Curtain wall With Curved Panel and I can say some useful tricks at this situation.

Because of the base category for Curtain Panel ( Which is Wall Category ) you are able to use Door and Window over the Curtain Wall.

Another things is about the Opening, you can make any type of opening and place them over the curtain wall like the below picture.

h-2016-10-29_1-55-28

Also, you are able to use Edit profile command like before without any limitation. ( if you create any curtain wall panel family then try to use Edit Profile command then you miss some panels )

i-2016-10-29_1-47-19

Ok, Next step is about the Mullion, If you try to add vertical Mullion everything is ok, but for Horizontal Mullion no.

c-2016-10-29_1-27-10

This problem could be fixed with Simple Sweep Shape in your Wall Type ( Glass )

You can create simple shape for Mullion Profile Like Rectangle 50×150 and make some adjustment for position like the below picture.

 

j-2016-10-29_2-07-46

 

Perhaps you are thinking about many sweeps here but we need just one sweep.

Then create a sweep in the Edit Assembly Dialogue and make change material as Aluminum.

Go to the 3d View, Select the Wall and make some edit like the below picture, Change the Horizontal Grid to Fixed Distance and Horizontal mullion to None.

Now you have good result as you can see.

k-2016-10-29_2-11-34

For top panel of this wall you can use two different way.

First: You can create new type of Wall sweep with Profile 50×150 and use this sweep manually over the top edge of curtain wall. ( I prefer this )

 

m-2016-10-29_2-24-10

 

Second : you can create another wall type With two sweep with the different Constraint at the Base and Top like the below picture.  Then you should change the Top panel manually to the new Wall type.

l-2016-10-29_2-18-16

Final step could be about the Schedule, if you create schedule for curtain panel then you have exact with for each panel, horizontal mullion length is the same with panel width.

But you should be careful about the Panel Area Because for the Sweep With. You can create Calculated value for Panel Area like the below picture.

n-2016-10-29_2-33-06

 

And final Schedule could be about that wall Sweep Length.

Good Luck.

Useful trick , Break schedules per sheet in Revit.

Ok, another trick.

As I know many of you are looking for workflow to separate schedule per sheet, and I wan to show you how you can do this.

For start you can open rac_basic_Sample_Project.rvt . Go to the sheet A001 – Title Sheet. You can find schedule here.

10-6-2016-3-28-01-pm

Select the schedule at this sheet and hit the symbol as you see in the below picture.

10-6-2016-3-28-15-pm

Now you have two separate schedule in the sheet. Also you can try to make some adjustments with the grip as you see in the below picture.

10-6-2016-3-32-20-pm

Next step is very important, because you need to make move with the little icon that you can find in the target of arrow 1.

You need to move the schedule with the distance over of the length of the sheet. Also you will be careful about the position between the parts of schedule table. I prefer to use otrack that you can see when you want align the top of the schedule table together.

10-6-2016-3-32-48-pm

You are able to create several separation between the schedule.

10-6-2016-3-35-46-pm

And make move according to that rules I said before.

10-6-2016-3-36-19-pm

Go to the next sheet and try to move all of the schedule together and put that schedule you want appear in the sheet area.

Just with simple click and drag on the schedule.

( you should not to use Move symbol in the left of top corner )

10-6-2016-3-38-09-pm

As you see in the below picture the position between of each parts not changed , just move all of table together.

10-6-2016-3-38-30-pm

Put the last table in the next Sheet.

10-6-2016-3-39-50-pm

For the final step you need to some adjustments in print dialogue like the below pictures. Go to the print dialogue and turn on which sheets as you need.

10-6-2016-3-40-58-pm

Go to the setup for printer and select the right Sheet size , change the paper placement like the below picture, and change the zoom to the zoom 100 % and hit the OK button .

*** Note: To be able to get right output in second, third or etc, you need to use user defined offset and specify specific length between your schedule and boundary of your sheet. (Revised on 2019/03/12)

You can see the result and every thing is ok, I hope you enjoy this.

10-6-2016-3-44-17-pm

 

 

Taking Stair from design to fabrication with Revit and Inventor, just in 10 minutes.

Many of my friend in the fabrication industry asking me about the workflow for making documents for stair fabrication.

I refer them for using Autodesk Inventor because of ability of this software.

At this post I want to show you how it could be simple for Revit and Inventor users to create an assembled stair with full of detail just in 10 ,

Let’s start,

What we need as a material is very simple, First step is design what you need with the precise overall dimension in Revit and this could be very easy in Revit. Like the below picture I create an stair with spiral shape between two level with 3.24 meter height.

Stair Width = 1 m

Stair tread Depth = 0.3 m

Maximum Riser Height = 0.18 m

Stair stringer Size = 0.05 m x 0.4 m

Structural Depth on Run = 0.15 m

Structural Depth on Landing = 0.3 m

 

10-1-2016-12-29-39-am

you can use Isolate command in the project area for which stair that you want create detail.

Go to File > Export > Cad Format > ACIS *.sat

Now Start Autodesk Inventor and open SAT file in Inventor as a Part with multi solid body

10-1-2016-12-40-04-am

Make sure about where you are saving the file.

10-1-2016-12-40-33-am

The result should be like the below picture. you can save it with ipt format.

10-1-2016-12-41-22-am

You can create regular helper object ( Work Axis and Work Points ) for the future modeling like the below picture.

10-1-2016-12-44-57-am

Create 3d Sketch like the below picture according to the Helper object ( Work Axis and Work Points )

10-1-2016-12-49-58-am

Create two Sweep as surface according to 3d Sketch and two simple 2d Sketch like the below picture. You will need this surfaces for manage the sweep command for that profile you want create with Generative shape design tool.

10-1-2016-12-53-20-am

Create a hole and make pattern from that hole with rectangular pattern like the below picture.

10-1-2016-12-58-13-am

Create an iLogic part with several option that you need as a tread for stair and use this for final stair.

10-1-2016-1-01-15-am

Create a new assembly and place that part you open as SAT format with multi body and saved with ipt format like part.

Now you are able to create structural frame for body of stair according to what you have in the basic model that you import from Revit and mange in the Part environment.

10-1-2016-1-05-58-am

Now you can place the first tread as iLogic part and the dimension for this tread is depend to the basic shape of stair in Revit.

10-1-2016-1-13-05-am

For the next step you can create pattern for this tread and use Feature pattern depend to the Hole pattern in the Basic stair part.

10-1-2016-1-15-26-am

Now go to the IDW environment and make some drawing.

10-1-2016-1-18-03-am

This is very fast and unique workflow for everyone who looking for fabrication in stair category.

 

9-29-2016-11-26-06-am

9-29-2016-11-29-24-am

 

10-1-2016-1-21-43-am

10-1-2016-1-21-57-am

 

Enjoy this.

 

How you can Create Timber Wall with precise Schedule and good presentation ?

At this post I want show you how you can create Timber Wall in Revit and I will follow two important things :

First is precise schedule Like volume of the wood or quantity of Timbers and Length for Timbers.

Second is Good presentation in the 2D and 3D View.

Page 10 B

 

perhaps you make some guess for this wall but if you want to go for do this with wall Sweep I can say you are going wrong because you can’t create schedule for which Wall sweep then coming from the edit structure Layer of the wall , another things is you should create thin layer in the Wall Layer dialogue box for create wall sweep in the height you want, this layer make your wall wrong.

Ok, Lets start

First thing is wall and you can create a Wall with thickness equal with the Timber Diameter For example  200mm

Timber 2

Then you need to Create 2 Profile for Reveal in the Edit Structure dialogue box.

Timber 3

You can see two circle for Timber separation in the below picture.

Timber 1

Now you can create some Reveal into the Wall structure like the below picture.

Timber 4

You can see what happened for your wall.

Timber 5

Try to place Door and Window in the Plan View.

Timber 6

You can see what happened in the 3D View.

Timber 7

Select the wall and go to the Edit Profile.

Timber 8

Like the below picture and hit the Finish button.

Timber 9

You can see the Result.

Timber 10

For the final part you can use Design option and make copy from the Walls without any door and window.

Timber 11

Then you can use Create Part command , you have good result and if you select any part in the project you can have access to what you need.

Timber 12

Interior View

Timber 13

Exterior View

Timber 14

 

Good Luck.

Big Secret, How we can manage height extension for Finishing Layer in the Walls?

This is one Biggest secret I want to tell you.

I have many Experience for Wall detailing and every time I want to manage the height Extension for wall I was in the biggest challenge .

The base method was unbelievable tough, you will go to the Edit Structure Dialogue and make unlock the top or bottom for finishing Layer and then change the Height for Top Extension and Bottom Extension Manually . I had many other limitation to , for example I cant change the height for interior and exterior layer individually and if I want to have the height extension with slop that wasn’t possible.

Now , you can see how much is easy to do this with this method .

As you see in the below picture we have an Toilet and many walls around the toilet and we have ceiling in the Toilet Area.

Ceiling A 1

Select all of the walls around the toilet and hit the Attach icon.

Ceiling A 2

Now you can see what happen for your wall. Pay attention I create the ceiling with extend to core option.

Ceiling A 3

Make some undo , select the Ceiling and select Edit Boundary .

Ceiling A 4

Create free Slope arrow and change the Height for tail and head to Zero.

Ceiling A 5

Select Finish Button and select the walls and hit Attach Icon.

Ceiling A 6

Now you can see what happen for your Wall finishing Layer. you can attach exterior layer and core boundary layer separately too.

 

Good Luck.

 

 

How We Can Create Stud Behind the Ceiling and Plaster board Panel of Ceiling in Revit ?

Hi I was a business trip in pas 3 days and now I came back , Lets start new trick

As I said before Sloped Glazing Roof is amazing tool in Revit , then for this trick we want use this command for Stud and panel in the Ceiling System.

I prepared all things you need for this method of Modeling :

  1. Profile for Stud ( Profile Type : Mullion ) with two Type .

you can see Type A in the below picture and as you can see this profile is connect with the base reference line of Profile Family.

 

Ceiling 17

 

you can see Type B in the below picture and as you can see in the ark ( 2 ) we have distance between Origin and bottom of Profile .

This distance is equal with the Width of the Stud Profile.

 

Ceiling 18

 

3.  Load the profile into the Project and use them for new Mullion Type as you can see in the Mark ( 1 , 4 ) and change the Profile family for each of them.

Ceiling 21

 

 

4. Another Part is Hanger for Stud. You can use Curtain Wall Panel for this.

Ceiling 19

5. Final Part is Plaster board panel and for this part you can make duplicate from solid panel and change the properties for panel like the below picture.

Ceiling 20

After preparation for this parts you need to make four new type in the Roof Sloped Glazing Type .

Type 1 ; Call that Mullion A and change the properties like below picture.

Ceiling 22

Type 2 : Call that Mullion B and change the properties like below picture.

Ceiling 23

Type 3 : Call that Hanger and change the properties like below picture.

Ceiling 24

Type 4 : Call that Hanger and change the properties like below picture.

Ceiling 25

 

After all preparation you can start with the procedure I will say in the next . I should say at this example I create base ceiling for project before I start to create stud.

Select the ceiling ( 1 ) and select Edit Boundary ( 2 )

Ceiling 1

Select all of the boundary line ( 1 ) and select Copy clipboard ( 2 )

Ceiling 2

Create new Roof by Footprint ( 1 ) and go to the Past drop down and select align to current view ( 2 )

Ceiling 3

Click on the Finish button , Select the Roof ( 1 ) change the height for placing the roof behind the ceiling ( 2 ) and select Copy clipboard ( 3 )

Ceiling 4

Hit the Align Same Place for 3 time to have 4 Roof in the same Place .

 

Ceiling 5

 

Select one of the Roof and change the type to Mullion A

Ceiling 6

Select another one and change the type to Mullion B

Ceiling 7

Select the third one and change the type to Panel 1.5×3 Meter

Ceiling 8

Select the Final one and change the type to Hanger

Ceiling 9

Select Delete Type

Ceiling 10

and then Select Replace Type.

 

Ceiling 11

Make your view as Isolated View . ( For selecting this panel I used Single Select method but for big boundary you can use Filter )

Ceiling 12

And change the type to Empty Panel .

Ceiling 13

Like Below Picture.

Ceiling 14

 

You will see your Stud System perfectly in the Project and other information like the shape of Panel and quantity of Panel.

Ceiling 16

 

Good Luck.

 

Quick trick, How you can create boundary for front view of wall when you have Sweep on that ?

Did you ever use Wall Sweep for your Wall in the Project modeling ? You can add many detail into the wall model but you have many limitation with this tool.

For example if you use Wall sweep in the edit structure dialogue then you are able to add many wall sweep simultaneously into the wall and all of them creating automatically , but the problem where coming you want to create schedule from this wall sweep , you are not able to  create schedule for this type of wall sweeps.

But if you use Wall Sweep Command every thing is different , you can create schedule for this but you can’t create many of them simultaneously in the project area.

 

Other problem for both of them is about the font view of wall , in the normal wall which has not any wall sweep you can use Edit Profile Command for change the boundary of the front view for your wall , but you can’t use Edit Profile Command for this type of Wall !!?! maybe you think you can do this , pay attention what is the result for the final model of wall?? could you cut your sweeps as you want ?? with the shape you want ??

 

In the Next I will explain how you can solve this problem.

Let’s start, I prefer to you create four wall and use Edit Profile command for them like the below picture as you see every thing is ok.

sweep 1

Then make a copy from them and change the type for this walls to another type which has wall sweep. You can see what happening when you have wall sweep into the wall . every thing is for cutting wall sweep are wrong.

Sweep 2

If you select a Wall for example like the below picture and go to the Edit Profile you can see the boundary line.

Sweep 5

And when you finish Edit profile command if you select the wall and pay attention to the Wall sweep point you can understand what happened . In fact the wall sweeps are finishing in the intersection point between the boundary line and guide line of wall sweeps.

Sweep 6

Go to the Edit structure dialogue and check the wall sweep and option for them like the below pictures.

Sweep 3

 

Sweep 4

Now we can fix this problem very simple. go to the Model in Place area

Sweep 7

 

You can choose Generic Model

 

Sweep 8

Run Opening Command ( 1 ) click on the ok button for choosing host of opening ( 2 ) and select which wall you want ( 3 )

Sweep 9

Create your own area s you want and then press Finish icon.

Sweep 10

Select Finish family too.

Sweep 11

you can watch what is the result for your wall, every thing is ok.

Sweep 12

You can do this as the same way for other walls.

Sweep 13

 

In fact you can add some parameter for which wall has wall sweep in the Edit dialogue of wall and get the correct result for scheduling sweep material.

Good Luck

How you can create False Floor in Revit with Autodesk Inventor Models !?!

Always I thinking what happen if we could had pattern in Floor Command in Revit then we can create many detail for Floor Pattern, but We have another command and the base procedure for use this command is very similar to  Floor , Yea , the Answer is Roof .

Do you ever think about Sloped glazing Roof ?! and the ability this roof gives you ?!? you can create pattern in the Horizontal face with this command.

Let’s use this Command for Floor False Modeling in Revit.

First step is family modeling and I did this with Inventor .

Base part is Tile and you can see how I export this model from Inventor and Imported that into Revit Family.

Go to the File Menu ( 1 ) and select Export > Cad Format ( 2 )

Inventor to Revit Roof 4

In the export dialog box change the File type to *.SAT format ( 1 )

Inventor to Revit Roof 5

Now you can go to Revit and create new Family  ( Curtain Wall Panel ) ( 1 )

Inventor to Revit Roof 6

From the Insert Ribbon you can import your 3d Model into Revit ( 1 , 2 )

Inventor to Revit Roof 7

You can see the result for your family and you need some change.

Inventor to Revit Roof 8

Change the model position and orientation like the below Picture , pay attention to the side of placement for 3d model . ( 3 , 4 , 5 )

Inventor to Revit Roof 9

You can make export from another part from Inventor and bring your model into this family.

Inventor to Revit Roof 3

 

Inventor to Revit Roof 12

 

Inventor to Revit Roof 11

In the Final Result you have one pattern of what you want for floor Modeling. you can Create parameter for control the Distance between Top face of Tile and the bottom of Leg.

Inventor to Revit Roof 10

Now you can Load your family into the project area and create Roof

Inventor to Revit Roof 13

Interior 3D View

Inventor to Revit Roof 14

 

Good Luck.

Ball Constraint ,Slide Constraint , Cylindrical Constraint in Revit !

As I said before I want to show you how you can crate this type of constraint in Revit Like Inventor Professional.

Let Start ,

For this assembly we need six part as you can see in the below picture:

1.Rotter Part

Ball 1

Download Part : http://s6.picofile.com/file/8259515042/Rotter.zip.html

2. T Shape Slider Part

Ball 2

Download Part : http://s6.picofile.com/file/8259515050/T_Shape_Slider.zip.html

3. Ball Pin

Ball 4

Download Part : http://s6.picofile.com/file/8259514942/Ball_Pin.zip.html

4. Pipe Slider Part

Ball 6

Download Part : http://s7.picofile.com/file/8259515018/Pipe_Slider.zip.html

5. Piston Part

Ball 3

Download Part : http://s6.picofile.com/file/8259515026/Piston.zip.html

6. Cylinder Part

Ball 5

Download Part : http://s7.picofile.com/file/8259514992/Cylinder.zip.html

Now we can start our assembly. you need to create new Family and call that Assembly in my opinion Face Base family is prefect . from the Insert Ribbon run the Load Family Command and load all of the part into the assembly family.

Ball 7

  1. place the Rotter family with this option and pay attention to the Reference Line in the mark 2 and 3

Like the below picture you can go to the front view and create new Reference Plan and make align for this reference plan, then you can call that for example a.

Ball 8

Like the below picture create a reference line make align from the start point ( 3) between to reference plan (4 , 5 ) and create an angular dimension between reference line ( 1 ) and reference plan ( 2) create a parameter from this dimension and call that for example Rotor angle

Ball 12

Set the work plan of reference line like to below pictures

Ball 13

 

Ball 14

Place the T Slider shape component on like the below picture and set the correct position for this part.

Ball 15

Go to 3d View and change the Rotor Angle parameter for test.

Ball 16

Change the work plane to the another work plan of reference line then you draw before and go to the front view.

Ball 17

Ball 18

Ball 19

Run the reference line Command and start to create from the intersection below pictures.

Ball 20

Ball 21

Create three reference line like the below picture.

Ball 22

add some parameter for this reference line , the length for reference line ( 3 ) is fixed and two other parameter are instance.

Ball 23

Change the work plan like the below pictures.

Ball 24

Ball 25

Create new reference line ( 1 ) and add fixed dimension for this reference line , then you need to create dimension depend to the Pipe slider part ( 2 )

Ball 26

change the reference plan like the below pictures.

Ball 27

Ball 28

place the Ball pin part and change the position and orientation like the below picture.

Ball 29

create new reference line  ( 1 ) and then add angular dimension ( 3 ) and make align between the new reference line and the end of reference line ( Opening Length A )

Ball 30

Set the work plan like the below pictures.

Ball 31

Ball 32

Place the pipe slider part and change the position and orientation like the below picture.

Ball 33

Set the work plan like the below pictures.

Ball 34

Ball 35

Place the Piston part and change the position and orientation like the below picture.

Ball 36

Create new Reference Line Like the below picture and set the Work plan.

Ball 37

Ball 38

Now you can place the Cylinder part and change the position and orientation for this part like the below picture.

Ball 39

Go to 3d View and change the parameter for test .

Ball 40

Download Family : http://s6.picofile.com/file/8259515050/T_Shape_Slider.zip.html

 

Now you have Ball constraint in Ball pin Part and housing of Rotor Part , Slide Constraint between Ball pin Part and Pipe Slider Part and two concentric Constraint for Piston and Cylinder Part.

Good Luck.

 

Ramp with Detail and Finishing Layer in Revit ?

From the first time I start to use Ramp command in Revit I find many issue for this tool and now after eleven years we don’t have any improvements for this command , now I want to show you how we can create Ramp with all detail then we need !? is this possible ? yes , very simple .

Let’s start , first step is about the creating normal Ramp as usual like the below picture

 

Ramp With detail 1

Then you can turn of the Railing Category for floor plan , because you need to select the boundary of Ramp.

Ramp With detail 2

Now start to create Floor , but Floor type name should contain (( Ramp )) . when you want create the boundary for ramp be careful and use pick line tool with turn on Lock option in the Option bar.

Ramp With detail 3

After you select the boundary line if you select all of the projection line like the below picture then you will have Break point like the picture.

Ramp With detail 4

Go to the 3D View , select the floor and then run Modify sub element tools.

Ramp With detail 6

Change the Elevation parameter Like the below picture ( if you need to find Height for Landing you can try to change single border elevation with click and drag and you can see how single edge can match with the Landing Border and you can find the Elevation )

Ramp With detail 7

For the Final step you can do same method for Single border line with click and drag. below picture

Ramp With detail 8

In fact now you have a ramp with detail in the Finishing Layer but you need change something for present this Ramp in the Section view. So , you can turn off ramp category for all of the Section views.

Ramp With detail 9

For floor plan you need to create a Filter like the below picture .

Ramp With detail 10

And you can see everything is ok in the Floor Plan.

Ramp With detail 11

But something is missing here !?! What about the Solid Ramp ?!? how we can do this with floor ?!?!

Ramp With detail 12

Go to the Edit Structure dialogue and make the check box on for Variable option.

Ramp With detail 13

Now You have solid Ramp in Revit

 

Ramp With detail 14

Ramp With detail 15

And one thing remain, What about the Arc Shape Ramp ?!?!

Ramp With detail 16

You can use the same method and Revit can create everything Automatically , and you can see all of the border line are aligned with the Normal Ramp.

Ramp With detail 17

Ramp With detail 18

And for the Final Part you can add some Cut family over the finishing face of the Ramp.

Ramp With detail

 

Good Luck.

 

Import Inventor Pro Model into Revit and Create Inverse Kinematic for Swing in Revit

I will explain Ball join constraint in Revit in the next two day.

Invers Kinematics 2

Ok , let show you how you can bring your model from Inventor Professional into Revit and then create some movements in Revit , I create Swing many yeas ago and you can see how can I move the swing in the Inventor Professional with Click and Drag.

Swing in Revit

First thing is about the modeling in Inventor Pro and this is depend to your experience in Inventor but it’s not very difficult everything you need is just skeleton part for select in the Frame Generator Environment and then you are able to pick the segments of the Skeleton part

Swing in Revit 1

 

Swing in Revit 3

you need create Skeleton Part for Base of the Swing like below picture

Swing in Revi 2

Swing in Revit 4

Now you can make *.SAT file from File > Export and then you can create New Family Face Base in Revit and Import your model into Revit .

You can See one side of Swing in the below Picture.

Swing in Revit 5

and the Base Part of Swing

Swing in Revit 6

After you prepare all the parts you need for this swing you can create new Family like the below picture first step for this family is create First Reference Line as you see in the picture and then you need to set reference plane of First reference line . Next step is about second group of reference line with dimension like the picture below.

Swing in Revit 7

Final part for this Swing is component placement on the reference line depend the part .

Swing in Revit 8

And final part is simple sweep and extrude modeling .

 

Swing in Revit 9

You can download Swing File from this address :

http://s6.picofile.com/file/8259237118/Swing.zip.html

Good Luck.

How we can create good presentation in Revit for Wall , Floor , Roof or Ceiling

(( At first i should say for this post i use WFRC except Wall , Floor , Roof , Ceiling. ))

I saw lot of people who want have good presentation in Revit for WFRC.

Many of them are using Create Part Command and some times Model in Place or some sort of family combination.

Presentation 1

 

But the question is what is the ability for each one of this method. If you use Create Part command you can get presentation over the project model .

Presentation 3

For example you can select Wall from the project and isolate that part and then convert the Isolate view to Hide view.

Presentation 2

Now you can Create your own presentation with Create Part Command ( This ability is very good because you can create presentation on the one segments of the project model ) After that you have many ability like show shape Handles , Divide Part , Exclude Division Profile and etc.

Presentation 4

But you have a lot of limitation in create part tool , for example all of the parts then coming from the base objects WFRC are box shape and for good presentation you need more detail much as box shape.

What about the Model in Place or some sort of Family combination?!?! This item can produce better shape buuut you miss all of ability then you have in Create Part Command (( show shape Handles , Divide Part , Exclude Division Profile and etc. ))

What about the combination of this two method ?!?!

The Method then I want to show you is very simple and you can use this method in which segments of your project model very simple . Every thing you need is some type of family for combine with WFRC category.

Page 8

First Example is the top picture , for this wall you need family like the below pictures

Presentation 5

Brick Pattern Family with void, the void should be combine with the host object and cover all of the Brick Pattern as you see in the picture.

You can Download this family from here :  http://s6.picofile.com/file/8259246826/Block_Pattern.zip.html

Presentation 6

Next Family is the top picture and this is for cutting the exterior layer of the Wall.

You can Download this family from here : http://s6.picofile.com/file/8259246950/Cut_For_Exterior_Stone_Pattern.zip.html

Presentation 7

Next Family is the top picture and this is for cutting in the  Interior layer of the Wall or for Floor Tile.

You can Download this family from here : http://s7.picofile.com/file/8259247468/Wall_and_Tile_Cut_Present_Pattern.zip.html

Presentation 8

Now you have base wall and you can start to place your family on the wall.

Presentation 8 a

And after that you need to use Cut command for combine family with wall like below picture

Presentation 8 b

The next step is for Interior side and you can see is the same as exterior side.

Presentation 9

Rebar Cover 9 a

Final Step for placement is Brick Pattern but you need to use Tab Key on your keyboard for select correct face for this family , because you need to place this family on the face of structure layer.

Presentation 10

Now you can see this shape in your project  area and in fact you combined the family with WFRC category with this method.

Presentation 10 a

Final step is Create Part Command and now you have all ability for this method

Presentation 10 b

Project File : http://s7.picofile.com/file/8259249842/Page_7_Wall_Presentation.zip.html

You can see Floor Presentation in the below picture for KSD Structure Floor and Finishing layer as Tile.

Presentation 12

you can download floor presentation file from here :

http://s6.picofile.com/file/8259250092/Page_7_Floor_Presentation.zip.html

 

Good Luck.

Inverse Kinematics simulation in Revit

I never thought this can be hot topic in AU University but it is . Ok let see how we can create inverse kinematic simulation in Revit .

If you had any experience in Autodesk Inventor then maybe you heard about Layout animation or 2d Block animation, you can use this method in Revit for create Inverse Kinematics .

But we don’t have 2d Constraint in Revit Like Inventor ?!?! how we can do this ?!?

All things you need is combine this method with family placement option in Revit and you should not forgot Reference Line in Revit which command then gives you Line with the start and end point and 4 work Plane. Do not forgot you can add some constraint to start and end point of Reference Line.

Inverse Kinematics In Revit Architecture 1In the Next I want show you how you can create Curtain Wall Components Like below Picture.

Inverse Kinematics In Revit Architecture 2

Inverse Kinematics In Revit Architecture 3

In the below Picture i make visibility off for Handle of Kinematics behind of the Panel and you can see how two Reference Plane are managing two Handle.

Inverse Kinematics In Revit Architecture 6

Inverse Kinematics In Revit Architecture 5

The next step is very similar to the normal way for create separate family like the below picture.

Inverse Kinematics In Revit Architecture 7

Inverse Kinematics In Revit Architecture 8

Inverse Kinematics In Revit Architecture 9

Ok, now you have all components you need for create this assembly but the important thing is about the handle placement, when you want put the handle part you need to active the work plane of Reference Line then you can place Handle Part.

You can follow the procedure from below picture

Inverse Kinematics In Revit Architecture 10

Inverse Kinematics In Revit Architecture 11

Inverse Kinematics In Revit Architecture 12

Inverse Kinematics In Revit Architecture 13

Inverse Kinematics In Revit Architecture 14

Inverse Kinematics In Revit Architecture 15You can download Revit Project file from here

http://s7.picofile.com/file/8259092942/Inverse_Kinematics_In_Revit_Architecture_2016.zip.html

Good Luck