You are browsing the archive for Revit.

Release of Far Manager and Bim Manager

December 6, 2009 in AutoCAD, CAD, Revit


CAD Enhancement Inc. is announcing the release of the FAR Manager and BIM Manager tool sets for use with Revit Architecture 2010.

The FAR Manager is a Content Manager that allows the users to:

  • Import the whole family
  • Import just the type
  • Add parameters and types
  • Access to RevitCatalog
  • Search for families within the users network by Category, Sub-category, Types, Parameters and their values

The BIM Manager is a tool set that allows the BIM Managers to:

  • Add/edit parameters by batch
  • Control the folders that the users can use with the Far Manager
  • Catalog the family for quick search

The best part is that CAD Enhancement Inc. is providing these tool sets for Architects to download and use for FREE.

Read about the whole process that includes these two tool sets at http://www.cadenhancement.com/labels/FAR.html

To download the FAR Manager and the BIM Manager http://www.cadenhancement.com/2001/01/far-manager-bim-manager.html

Take a look at some of our video clips of the FAR process:
1.) BIM Manager Utility Tool capabilities http://www.youtube.com/watch?v=mwp6XqQQm9s
2.) FAR Manager Search capabilities http://www.youtube.com/watch?v=SAW3HdOTodY
3.) FAR Manager – Importing Types capabilities http://www.youtube.com/watch?v=T1qwWZnz0_o
4.) From an Inventor file to Revit Family http://www.youtube.com/watch?v=uBwXiRpw6hM

Contact us with your comments, feedback and suggestions as you begin working with the FAR Manager and BIM Manager tool sets.

Source: CAD Enhancement, Inc. – Release of Far Manager and Bim Manager
Go to Source: CAD Enhancement, Inc.

Using Parametric Features in Dynamic Block

December 6, 2009 in AutoCAD, CAD, Revit

architecture tools - small
Parametric feature is very useful if you have similar object with slightly different geometry or size. In manufacturing, if you have nuts and bolts that looks the same, but have different sizes, parametric features is perfect for this purpose. This kind of remind us about dynamic block, isn’t it? Dynamic block has the same purpose, but has limitation. I can’t figure yet how we can use it in AEC industry, except for reusable contents.
So this time, we are going to create a column with dynamic block. This is similar with the column we created in dynamic block tutorial. But we are not using the parameter and action. We are going to use geometric and dimension constraint. We will see how we can get different dynamic block behavior.

For a start, let’s create two rectangles like this.
initial column
I made a 200x200mm rectangle and offset it 20mm to outside. The 200x200mm is the column, and 20mm is the column finishing layer. Make it as a block, and use the center of the rectangle as insert point. Same like we did before.

As usual, to add ‘dynamic’ behavior to the block, we need to open it in block editor. Let’s forget the block authoring palette for a while. We will focus on the contextual tab: block editor.
block editor palette
Let’s activate the dimensional constraint. use linear dimension, and snap to the rectangle end points. Change the constraint name immediately to h and w like below.
linear constraint
Now we will tell AutoCAD that we want the finish thickness is 20mm. Let’s add one more constraint, name it finish.
finish thickness
Here is the deal. We have four rectangular sides that need to define the offset distance. Add them all and when AutoCAD ask you for the value, type ‘=finish’. It means we are going to use the same value as the previous constraint.
referencing to finish
And when AutoCAD ask you the number of grips, enter 0. We don’t need it since we refer to ‘finish’ constraint. Here is the finished dimension constraint placement.
dimension constraint
We haven’t finished yet. But let’s test it before we continue. Click parameter manager button on your ribbon.
parameter manager
As you can see, the result can be unpredictable! Why? We haven’t tell AutoCAD the objects relations to each other. We need to add geometric constraint.
parameter changed
Undo until you see the rectangle back. We will add geometric constraint to these rectangle. Instead of adding them one by one, let’s activate Auto Constraint. Press S then [enter] to change the settings. Deactivate all, except perpendicular. We want or rectangle sides to be perpendicular to each other.
constraint settings
Click OK then select them all. Add one horizontal constraint to any horizontal edges. You can left the whole constraint on actually. Not just the perpendicular. I just want you to know the option exist :)
Try to change the parameters again. We still have a problem: the insertion point is shifted.
parameter changed 2
The last thing, we need to define a fixed point as the center of the column.
Let’s create a point at #0,0. You can activate point by typing POINT then [enter]. Then type #0,0 [enter]. If you can’t see the point, type DDPTYPE [enter] to change the point appearance.
Lock it at its position using fix constraint.
fix constraint
Now add dimensions from the point to the rectangle edges. Use h/2 and w/2 as the value. This will make sure our column center won’t shifted.
the divider constraint
Let’s try again. Does it work?
We will explore this column again next time.

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – Using Parametric Features in Dynamic Block
Go to Source: CAD Notes

Understanding Dimensional Constraint

December 6, 2009 in AutoCAD, CAD, Revit

parametric tab
Another parametric feature available is dimensional constraint. We discussed about geometric constraint, and this time dimensional constraint.

Dimensional Constraint Types

Basically we use dimensional constraint to maintain distance between points or objects. Usually dimensional constraint don’t work alone. We use geometric constraint along with dimensional constraint.
There are three types of dimensional constraint:

  1. Dynamic Constraint
  2. Annotational Dimension
  3. Reference Constraint

Annotational Dimension

In a nut shell, annotational constraint behave like common dimension we know all these years. You can plot it, you can assign it on a layer, and the size behave like other annotation. The size is not affected when you zoom the drawing.

Dynamic Constraint

Dynamic constraint is a bit different. it’s only for display purpose. It will not be printed. If you remember how you use parameter in dynamic block, it also display at the same size when you zoom the drawing.
You can change the form, dynamic or annotational by changing the ‘form’ variable.

Command:
DIMCONSTRAINT
Current settings:  Constraint form = Dynamic
Select associative dimension to convert or
[LInear/Horizontal/Vertical/Aligned/ANgular/Radial/Diameter/Form] <LInear>:F
Enter constraint form [Annotational/Dynamic] <Dynamic>: A

Reference constraint

Reference constraint is not created directly. You can create a dynamic or annotational dimension, and then convert it to reference dimension.
reference dimension
We use reference constraint only for showing the distance values. We can’t change the parameter like dynamic or annotational constraint. Let’s compare them.
Annotation constraint size will follow the object size when you zoom. Dynamic constraint will show the same size, no matter how you zoom it. The reference dimension is shown with brackets.
dimensional constraint type

Using Dimensional Constraint

After you placed dimensional constraint, you will see the parameter name like d1, d2… dia1, dia2… by default. We can change it later. You can change the parameter by selecting the constraint, right click your mouse above dimension, and select edit constraint.
Or you can change the name and value in properties palette.
constraint properties
We can input calculation in expression field. For example, we want the base length is dependant to body length plus 20mm clearance. This workflow is used heavily in manufacturing design.
By using dimensional constraint, we don’t modify the object. We change the parameter value, and the object will be adjusted. To make the result predictable, we use it together with geometric constraint. We will create some objects using these parametric behavior later. But that’s the concept.
As I don’t write too much details in this parametric feature, you can also read them in my friend blog, Orhan Toker:

  1. Geometric Constraint (1)
  2. Geometric Constraint (2)
  3. Dimensional Constraint (1)
  4. Dimensional Constraint (2)

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – Understanding Dimensional Constraint
Go to Source: CAD Notes

MicroStation Drawing Elements: Circles and Polygon

December 6, 2009 in AutoCAD, CAD, Revit

We tried to draw several times before. But until now, we only use linear elements. Now we are going to discuss circles and polygons. I don’t usually write details on how using a specific tool. I usually write concept and ‘how to’ tutorial. But i already wrote this tutorial as a book before (in Indonesian). So I don’t want to mess the original material structure anyway.
Circle and polygon are closed shapes. Closed shapes have some properties that open shapes don’t. Let’s see the tool settings for circle.

circle options

You will see area, fill type, and fill color. You can change the fill type to opaque or outlined. Opaque will place the circle and fill the object with fill color you choose. Outlined will also place the circle with fill color, but still preserve the outline color.
opaque vs outlined

Tips: If you don’t see the fill color, click view attributes on your view toolbar. Select fill. It’s the first icon on your view toolbar.
view attributes

Circles

Placing a circle

You can place circles using these method:
center
Center: You define two points: the center point and a point on the edge
edge 
Edge: You define 3 points on the circle edge
diameter
Diameter: You define two points on the edge as the circle diameter.
We will do a little exercise at the end of this tutorial, but now:

Placing an Arc

arc options
Placing arc is pretty much the same with placing circle. There are some methods and options, but I think they are self explained. You need to try them to understand the options better.
You can define the direction by rotating your pointer to other direction around the center of arc. And of course, you can manually override the direction parameter to CW or CCW.

Placing Polygons

Placing Blocks

Block is a rectangle. MicroStation call it block, but you know it as rectangle in AutoCAD. Block in AutoCAD is cell in MicroStation. Confusing? Sorry, I can’t help it :) But don’t worry about that. Let’s continue…
You can place a block by using two methods: orthogonal or rotated.
orthogonal
Orthogonal requires you to define two points at the block corners.

rotated
Rotated requires you to define three points: start point, rotation angle, and the block corner.

Placing Shapes and Orthogonal Shapes

place shape option
Placing shape is very similar with placing SmartLine. But you have to define the last data point at your first data point, so the shape will close. You can also find one button that you don’t see in other tool settings: close element. Clicking the button will automatically close your shape.
Orthogonal shape is similar to shape. The only difference is the edges is perpendicular to each other.

Regular Polygon

You can create a regular polygon with number of edges from 3 to 4999.
You can use these following method to place a regular polygon. Below are the illustration of the methods. The circle is only for illustration. You will not see it in your drawing.
inscribed
Inscribed: First data point will be the center, and the second is the polygon corner.
circumscribed
Circumscribed: First point is the polygon center, and the second point is the distance from center to polygon edge.
by edge
Edge: You define two points on the polygon edge.

A Challenge: Create this drawing using regular polygon, circle, and arc

challenge
If you have problem, you can download the animation here.

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – MicroStation Drawing Elements: Circles and Polygon
Go to Source: CAD Notes

E-book: Revit Architecture 2010: Your First Residential Design

December 6, 2009 in AutoCAD, CAD, Revit

revit10tutorial
I have posted several Revit Architecture tutorial in this blog for months. I compiled them in an e-book that you can read comfortably without having to visit the pages. It’s not exactly the same with the existing tutorials, but yes, it’s very similar. I fixed some editorial errors, add some more screenshots to describe the steps better, and provide some tutorial files. With the tutorial files, you can compare what you did to my model, or simply start a chapter using files provided. If you want to see what’s inside the book, download the table of contents here.
So I stop providing free contents? Surely not! I still provide free contents on this blog. Consider this is an alternative to read the blog content for a small fee. And also consider this as a donation to make this blog better.
Click this button to buy this e-book. After the payment successful, you will be automatically redirected to download page. I will also send you an email for alternative download link, but because of the time zone difference, please be patient that I can’t email you immediately. The e-book price is US$ 12.5.

DO NOT share the download link!

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – E-book: Revit Architecture 2010: Your First Residential Design
Go to Source: CAD Notes

Vertical Compound Wall

December 6, 2009 in AutoCAD, CAD, Revit

in shaded view We have defined the wall structure horizontally. Now we are going to make another wall type that define how is the wall defined vertically.
Activate wall tool. We are going to make some modification to wall type we created in this tutorial.
We are going to make a different type of wall for them. With those walls selected, click element properties > type properties. Let’s create another duplicate for the brick wall type. Click duplicate and give the type name: ‘vertical compound brick wall’.
Click edit button next to structure parameter. These steps are exactly the same like what we did before. But this time, we are going to work by looking at the section view, not floor plan. Change the view from floor plan to section. It’s at the bottom of this dialog box.
view section

You will see the preview become like this. You can zoom and pan the preview just like in your model. Use scroll button to zoom and mid button to pan the view. Alternatively, you can use the steering wheel by clicking the magnifier button at the left bottom of this dialog. Zoom until you see the wall layers and the wall bottom.
steering wheel
In the right bottom of this dialog, the’ modify vertical structure’ tools are now active. Click split region.
modify vertical structure
In the preview dialog box, move your pointer until you see the tool tip showing layer 1: exterior finish. You should split it 1000mm from the wall base.
split wall
Click to split it.
You can select the split line and adjust the height by activating modify tool. You can press [tab] several times to cycle between overlapping objects.
Now on the wall layers list, click the exterior finish to select it. Click insert to add one more layer. With the new layer selected, click assign layers in modify vertical structure group.
What are we going to do is to assign the new layer to the bottom part of the exterior layer. Click the bottom layer.
click to assign layer
You should see the color is now different. Now change the layer function to finish 1 [4] and the material to a new material. Use one of an existing stone rendering material. Don’t forget to make a duplicate first.
final layers
Now we have defined different materials for exterior finish. Now we are going to add a sweep and a couple of reveals.
Click sweeps from modify vertical structure tool group. Click ‘add’ to add a new sweep. Download this file. It contain sweep and reveal profile. Click load profile then open wall sweep.rfa.
Change the profile to wall sweep: wall sweep. Change the material as necessary. Change the distance value to 1000. Change the ‘from’ field to base. The last one, make sure the side field is set to exterior side.
sweeps
Click OK. Review your wall sweep. It’s the rectangle 1000mm above wall base.
sweep
Now we will add some reveals. Click reveals button.
Load the wall reveal.rfa for our reveals. Click add, and set these properties:

  1. Profile: wall reveal : wall reveal
  2. Distance: 1200
  3. From: base
  4. Side: exterior

We’ve just added one reveal. Click duplicate twice to add two more reveals. Change the distance to 1350 and 1500 consecutively. Click OK. Review your wall. Close all the dialogs and review your wall in 3D view.

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – Vertical Compound Wall
Go to Source: CAD Notes

Understanding Geometric Constraint

December 6, 2009 in AutoCAD, CAD, Revit

parametric features
Finally, Autodesk add parametric features in AutoCAD 2010. Why finally? This feature is already there in manufacturing industry for decades. If you have used any manufacturing application like Inventor, CATIA, SolidWorks, ProE, etc, then you should be already familiar with this feature.
There are 3 panels in parametric tab: geometric, dimensional, and manage. Let’s talk about geometric first.
Geometric constraint will maintain how your objects related to each other. Let’s see this example.
Let’s say we have a rectangle. We know that the sides have to be perpendicular to each other. But sometimes during the design, you may need to change it. If I stretch one of the rectangle vertex, then it would not be a rectangle anymore. AutoCAD doesn’t know that you want to keep it as a rectangle.
stretch vertex

We can prevent this by telling AutoCAD that we want them always perpendicular to each other. We can add perpendicular constraint. So I add a perpendicular constraint to the two sides. I try to stretch the vertex again.
1 perpendicular constraint
As you can see, the two sides are kept to be perpendicular to each other. But the other edges don’t. We have to add all constraint to keep it a rectangular.
all perpendicular
That’s the concept.
I don’t know if this gives many advantages to AEC industy or or. I know that MicroStation has this feature years ago, but it’s not become a popular feature. Maybe because Bentley Systems doesn’t have solutions in manufacturing industry.
There are some use that I can think of: in dynamic block. But I’m not sure if we can use it extensively in drafting. I saw the example in new features workshop, the sample is for manufacturing, not AEC. Do you have any idea, where we can use it in AEC industry? I will try to post some dynamic blocks using this parametric feature, and maybe you can suggest me how we can use it in drawings.

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – Understanding Geometric Constraint
Go to Source: CAD Notes

Dialog with Focus: Using MicroStation Shortcuts

December 6, 2009 in AutoCAD, CAD, Revit

keyboard Before we continue further with MicroStation tutorial, I want to discuss about dialog with focus. You may find that sometimes it works when you use AccuDraw shortcut, but sometimes it doesn’t. The reason is, you may have the focus on other dialog. You need the focus on the AccuDraw dialog to use AccuDraw shortcut. Confused?

Understanding and Controlling the Focus

What is this focus we are talking about? In GUI, we can give input to a component that currently has the focus. An active dialog box is shown with clearer color than the inactive dialog boxes. If you open several applications, if you press [alt] + F to open file menu, then the active application will show the menu. More details in Wikipedia. MicroStation has many dialog boxes inside the application itself.
If you are an AutoCAD user, you can type AutoCAD command anywhere and anytime. Command line always has the focus. But not in MicroStation. There are several dialog can get the focus, and each of them has specific shortcut that we can use. You can see the status at the right bottom of MicroStation, at the status bar.

Home

home
Moving focus to home: press [F12] OR [esc]
When you see this icon, it means the focus now is at home. When focus at home, you can use the task navigation shortcut. There are some letters and numbers on the task navigation. That’s the shortcut key. You can press [1] to activate element selection. You can press [Q] to activate place linear group, then press [1] to activate the place SmartLine. It’s very useful to speed up than using mouse to activate it.
task navigation shortcut

AccuDraw

accudraw
Moving focus to AccuDraw: press [F11]
When you see this icon, then you can use AccuDraw shortcut. We have discussed AccuDraw shortcut before.

Tool Settings

tool settings  
Moving focus to Tool Settings: press [F10]
Personally, I’m not a fan of tool settings shortcut when it has the focus. Like default Windows dialog boxes, you can see some text are underlined. Segment Type for example.
tool settings shortcuts
It means that you can press [alt] + S to change that parameter.
Tool settings can use task navigation shortcut too. And I prefer to use it. Press [esc] OR {f12] –yes, we move the focus to home- and you will see some letters near the parameters. You can press the letter to change it. I think this is more fun.
home shortcuts

Key-In

key-ins
Moving focus to key-in dialog: press [F9]
We haven’t use key-ins yet. We can activate MicroStation tools by clicking our mouse above the tool icon, and apparently we can use task navigation shortcuts, and surprisingly, we can key-in the tool!
Why we would do that? Isn’t using task navigation shortcut is faster?
key-in dialog
Sometimes, using key-in can be faster, and it can control everything. Things that you can’t control in task navigation. When you press p, then key-in will show you every tool started with p. After you type pl, then it will auto complete it with ‘place’, press [space], then it move to 2nd column. Press s then m to activate smartline. You will see options available for SmartLine in the 3rd column.
If you remember how we changed the mouse button assignment, that’s a key-in. Pan view and Pan scroll are key-ins. You can also assign key-ins to function keys [f1] to [f12]. You can see the assignment by accessing menu Workspace>Function Keys.

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – Dialog with Focus: Using MicroStation Shortcuts
Go to Source: CAD Notes

Using Tool Settings and Linear Elements

December 6, 2009 in AutoCAD, CAD, Revit

place circle settings We will start discussing details on our drawing tools. We are going to discuss some basic drawing tools, and how to use it with tool settings. The basic elements are linear, circle, and polygon elements.

Using tool settings

We use tool settings to change the element parameters. Tool settings will show you all available parameter for active tool. When you activate place circle, it will show you parameters for circle. When you activate place line, it will show you all parameters for line. Not just for drawing, it’s also used for modify and view navigation tools.
Activate place circle and take a look at the tool settings for circle. You can see that there is a diameter parameter. But if you have been playing with MicroStation tools for a while, you’ll find out that you don’t need to input diameter when placing circle. You can simply use AccuDraw to place two data points. So how can tool settings and AccuDraw can work together?
They talk to each other. Let’s try to activate place circle from navigation bar. Place a data point anywhere on your screen as the circle center point. Now move your pointer. As we have discussed before, the value in AccuDraw will be updated instantly. You can move your pointer, type the radius, and click data point to place the circle. But don’t define the second data point yet! See your tool settings. The diameter value is also changing.
Click reset to cancel this circle placement. Now, with the place circle still active, lock the diameter value in your tool settings, and type the diameter value.
diameter
Move your pointer to drawing area. Now you can see a circle attached to your pointer! If you defined the diameter (or radius) before defining data point, you can click only once to place the circle. Very useful if you have to place many circle with the same radius.

Linear Elements

We will discuss more about circle later. Now, let’s discuss about linear elements.
linear elements

Place SmartLine

We’ve been using SmartLine a couple of times. It’s named SmartLine, but we can place several elements type just using this tool. The elements can be:

  • Line, if it only has one line segment
  • Arc, if it only has one arc segment
  • Line string, if it has several line segments
  • Complex chain, if it has several line and arc segments
  • Complex shape, if it’s a closed element

A SmartLine can have arc and lines. You can change the segment type from line to arc and vice versa during placing the element. You can also change the vertex type to rounded or chamfered.
place smartline tool settings

A little tip: You can quickly change the top most parameter in tool settings by pressing [~] in your keyboard. See the animation for creating the profile below.

SmartLine Exercise
You can download an old animation here. They will show you how those profile were created. I created it using a free recorder when I still use V8 XM. Yes, it’s executable files, they have their own player.

Place Line

Another linear element that we can consider as basic is ‘place element’. You only can place a simple line using this tool. Every line you created only has one segment. You create four line segments, then it will be four separate lines.
Let’s take a look at the tool settings. There are only two parameters: length and angle. Try to lock the value for these two before you place your line.
place line tool settings
What happen? You only need to place one data point, and it already has the length and angle you wanted!

align=center borderColor=#000000>
Do you find our tutorial useful?
Please consider to donate via Paypal to support this site providing free contents!




Source: CAD Notes – Using Tool Settings and Linear Elements
Go to Source: CAD Notes