<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: It is possible to create Type catalog like Autodesk revi in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153575#M13741</link>
    <description>&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;If I understand correctly, Types are usually separate objects (Families in Revit). For example, a 900x2100 door is a separate object and a 1000x2100 is another object. &lt;BR /&gt;
ArchiCAD GDL object can have many-many parameters and they don't get slow as the number of parameters, constraints and parametric relationships within the objects increase, like they do in Revit after a certain point. Therefore you will many times see a single ArchiCAD object does the same as many Revit objects together. &lt;/BLOCKQUOTE&gt;

Types in Revit are not separate objects.  One object can have many (hundreds/thousands) of different types.  One door, for example, can have a type that is 900x2100 and another type that is 1000x2100; same geometry, same object.  Revit objects can have many parameters with no slowness.  Take a wide flange steel section: one family (object) with hundreds of different sizes and no slowness.  Revit objects can have many types that can control more than just size.  One door family can contain any number of frames and panels that can create a huge number of combinations of frames/panels all with varying sizes/materials.  All built in the graphical family editor environment with no special coding language required.</description>
    <pubDate>Mon, 10 Jun 2013 15:27:36 GMT</pubDate>
    <dc:creator>Scott Davis</dc:creator>
    <dc:date>2013-06-10T15:27:36Z</dc:date>
    <item>
      <title>It is possible to create Type catalog like Autodesk revit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153568#M13734</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;&lt;BR /&gt;
&lt;BR /&gt;
Dear all,&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to create a Type catalog in archicad GDl Library like Autodesk revit for different sizes?&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
saravanan&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Jun 2013 05:01:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153568#M13734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-04T05:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153569#M13735</link>
      <description>If I understand correctly, Types are usually separate objects (Families in Revit). For example, a 900x2100 door is a separate object and a 1000x2100 is another object.&lt;BR /&gt;
ArchiCAD GDL object can have many-many parameters and they don't get slow as the number of parameters, constraints and parametric relationships within the objects increase, like they do in Revit after a certain point. Therefore you will many times see a single ArchiCAD object does the same as many Revit objects together.&lt;BR /&gt;
&lt;BR /&gt;
However, you can achieve something like this, if you want to:&lt;BR /&gt;
You can take a Door in ArchiCAD. You could open it for editing and lock its A and B parameters so when placing they cannot be modified by the user.&lt;BR /&gt;
To do this, you need to type the following in the Parameter Script of the Door:&lt;BR /&gt;
&lt;BR /&gt;
LOCK "A", "B"&lt;BR /&gt;
&lt;BR /&gt;
Then in the Library Editing Window you would set A to 900, B to 2100, and save it under the name "D1 900x2100", for example.&lt;BR /&gt;
Then, you would change the value of A to 1000, keep B at 2100, and save it under the name "D1 1000x2100". And so on.&lt;BR /&gt;
&lt;BR /&gt;
Is this what you are trying to do?</description>
      <pubDate>Tue, 04 Jun 2013 06:17:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153569#M13735</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2013-06-04T06:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153570#M13736</link>
      <description>Hi Laszlo Nagy,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your reply,&lt;BR /&gt;
&lt;BR /&gt;
I have created a window with one set of dimensions but like wise i have 400 (instants) set of dimensions for a window &lt;BR /&gt;
&lt;BR /&gt;
wether i have to create 400 separate models in the library?</description>
      <pubDate>Tue, 04 Jun 2013 09:03:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153570#M13736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-04T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153571#M13737</link>
      <description>If you want to do it like that, then yes, you will have to save all those GDL objects one by one.&lt;BR /&gt;
But I don't know why anyone would want to do it that way. Maybe you could explain it.&lt;BR /&gt;
&lt;BR /&gt;
If you want to change them, it is very easy to use Find &amp;amp; Select to find all instances and change them.&lt;BR /&gt;
If you want to schedule them, you can schedule the width and height easily, so the width and height value does not have to be in the name of the object.&lt;BR /&gt;
&lt;BR /&gt;
If you want only to have certain sizes and size combinations available for a certain Door, for example, you could also program the Parameter Script of the object so that only certain values and value combinations can be entered in the width and height fields.&lt;BR /&gt;
The VALUES command of GDL can be used in the Parameter Script of the object to achieve that (in such a case you would not need to lock the A and B parameters as I mentioned in my previous post, since you are selecting values for them when using the Object).&lt;BR /&gt;
&lt;BR /&gt;
For example: you could type:&lt;BR /&gt;

&lt;PRE&gt;VALUES "A" 900, 1000, 1100, 1200&lt;/PRE&gt;

and then you could select only these 4 sizes for the "A" parameter (Width) of the Door.&lt;BR /&gt;
You could do the same for the Height, for example:&lt;BR /&gt;

&lt;PRE&gt;VALUES "B" 2000, 2100, 2200, 2400, 2700&lt;/PRE&gt;

In this case you would have 4x5 = 20 standard Door sizes.&lt;BR /&gt;
&lt;BR /&gt;
You could also make conditions so for a certain width only certain height values are available, for example:&lt;BR /&gt;

&lt;PRE&gt;IF A = 1200 THEN
VALUES "B" 2200, 2400, 2700
ENDIF&lt;/PRE&gt;

In this case, when the width is set to 1200, only 3 sizes would be available.</description>
      <pubDate>Tue, 04 Jun 2013 09:18:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153571#M13737</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2013-06-04T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153572#M13738</link>
      <description>Thanks will try it. and let you know.</description>
      <pubDate>Tue, 04 Jun 2013 09:44:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153572#M13738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-04T09:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153573#M13739</link>
      <description>Thanks a lot, Now I had understood the concept.&lt;BR /&gt;
I have another clarification that is: Is  it Possible to assign the value of B= 2000 When the A value is 100&lt;BR /&gt;
For Example &lt;BR /&gt;
IF A= 100 Then&lt;BR /&gt;
B=2000&lt;BR /&gt;
EndIF&lt;BR /&gt;
I had tried it in Parameter script, it is not working kindly assist me where I need add this code to get this value in Window Setting Dialog box.</description>
      <pubDate>Tue, 04 Jun 2013 12:41:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153573#M13739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-04T12:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153574#M13740</link>
      <description>The correct syntax for this in the Parameter Script is:&lt;BR /&gt;

&lt;PRE&gt;IF A = 100 THEN
VALUES "B" 2000
ENDIF&lt;/PRE&gt;

So you need to use the VALUES command to achieve this.&lt;BR /&gt;
For more information check the GDL Reference Manual.</description>
      <pubDate>Tue, 04 Jun 2013 12:44:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153574#M13740</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2013-06-04T12:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153575#M13741</link>
      <description>&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;If I understand correctly, Types are usually separate objects (Families in Revit). For example, a 900x2100 door is a separate object and a 1000x2100 is another object. &lt;BR /&gt;
ArchiCAD GDL object can have many-many parameters and they don't get slow as the number of parameters, constraints and parametric relationships within the objects increase, like they do in Revit after a certain point. Therefore you will many times see a single ArchiCAD object does the same as many Revit objects together. &lt;/BLOCKQUOTE&gt;

Types in Revit are not separate objects.  One object can have many (hundreds/thousands) of different types.  One door, for example, can have a type that is 900x2100 and another type that is 1000x2100; same geometry, same object.  Revit objects can have many parameters with no slowness.  Take a wide flange steel section: one family (object) with hundreds of different sizes and no slowness.  Revit objects can have many types that can control more than just size.  One door family can contain any number of frames and panels that can create a huge number of combinations of frames/panels all with varying sizes/materials.  All built in the graphical family editor environment with no special coding language required.</description>
      <pubDate>Mon, 10 Jun 2013 15:27:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153575#M13741</guid>
      <dc:creator>Scott Davis</dc:creator>
      <dc:date>2013-06-10T15:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153576#M13742</link>
      <description>&lt;BLOCKQUOTE&gt;Scott wrote:&lt;BR /&gt;Types in Revit are not separate objects.  One object can have many (hundreds/thousands) of different types.  One door, for example, can have a type that is 900x2100 and another type that is 1000x2100; same geometry, same object.  .....&lt;/BLOCKQUOTE&gt;

Sounds like "Favourites" then.&lt;BR /&gt;
It is a shame that Archicad doesn't have a better system for organizing more than a couple of dozen favourites for each tool.&lt;BR /&gt;
We really could do with some sort of folder hierarchy within the favourite list.&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 11 Jun 2013 01:43:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153576#M13742</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2013-06-11T01:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153577#M13743</link>
      <description>It is possible to create the equivalent of Revit types (or my old favorite, speedikon class codes) in GDL by scripting either with VALUES statements or by referencing an external data file. &lt;BR /&gt;
&lt;BR /&gt;
Some of the more complex systems in Revit also do the latter (typically with .csv files). This is how I get nice accurate cast iron pipe fittings in Revit.&lt;BR /&gt;
&lt;BR /&gt;
This is actually an area where the programs are not so different. There are pros and cons each way but they can both accomplish pretty much th same goals in their own ways.&lt;BR /&gt;
&lt;BR /&gt;
It is unfortunate that favorites are so limited. With some modest improvements they could easily do all the type catalog duty and more. Maybe in 18...</description>
      <pubDate>Tue, 11 Jun 2013 14:50:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153577#M13743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153578#M13744</link>
      <description>&lt;BLOCKQUOTE&gt;Scott wrote:&lt;BR /&gt;One door family can contain any number of frames and panels that can create a huge number of combinations of frames/panels all with varying sizes/materials.&lt;/BLOCKQUOTE&gt;
That's interesting. The attached image shows an ArchiCAD object in use. Every wall opening in the image contains a single instance of the same GDL object, i.e. there is only a single GDL object in this project and the doors/windows are not made by bolting separate bits together. We'd been looking for similar technology and Revit, but everyone we've talked to couldn't come up with anything. Do you have any similar examples?</description>
      <pubDate>Wed, 12 Jun 2013 15:48:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153578#M13744</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2013-06-12T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: It is possible to create Type catalog like Autodesk revi</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153579#M13745</link>
      <description>Ralph,&lt;BR /&gt;
&lt;BR /&gt;
AFAIK Revit cannot do all that your example shows except perhaps by API. &lt;BR /&gt;
&lt;BR /&gt;
Scott,&lt;BR /&gt;
&lt;BR /&gt;
Please let me know if I am mistaken about this. Are the Revit parameters really that flexible? I haven't had the chance to push the limits of family editing. The fanciest thing I've done is using CSV files for preset parameter values.&lt;BR /&gt;
&lt;BR /&gt;
BTW: It's good to see you back. Is this a change in Adesk policy?</description>
      <pubDate>Wed, 12 Jun 2013 16:31:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/It-is-possible-to-create-Type-catalog-like-Autodesk-revit/m-p/153579#M13745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-12T16:31:03Z</dc:date>
    </item>
  </channel>
</rss>

