You are browsing the archive for aec industry.

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 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