We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2013-06-04 07:01 AM
2013-06-04 08:17 AM
2013-06-04 11:03 AM
2013-06-04 11:18 AM
VALUES "A" 900, 1000, 1100, 1200and then you could select only these 4 sizes for the "A" parameter (Width) of the Door.
VALUES "B" 2000, 2100, 2200, 2400, 2700In this case you would have 4x5 = 20 standard Door sizes.
IF A = 1200 THEN VALUES "B" 2200, 2400, 2700 ENDIFIn this case, when the width is set to 1200, only 3 sizes would be available.
2013-06-04 11:44 AM
2013-06-04 02:41 PM
2013-06-04 02:44 PM
IF A = 100 THEN VALUES "B" 2000 ENDIFSo you need to use the VALUES command to achieve this.
2013-06-10 05:27 PM
laszlonagy wrote: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.
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.
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.
2013-06-11 03:43 AM
Scott wrote:Sounds like "Favourites" then.
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. .....
2013-06-11 04:50 PM