See the top rated post in this thread. Click here

Results 1 to 9 of 9

Thread: Sort order of Types in a 'Family type' parameter

  1. #1
    All AUGI, all the time Duncan Lithgow's Avatar
    Join Date
    2006-09
    Location
    Denmark
    Posts
    621
    Login to Give a bone
    0

    Default Sort order of Types in a 'Family type' parameter

    When I pulled a new window I've made into our family catalogue project file I noticed that the sorting of nested types in the Family Type parameter (instance based) is wrong. See screen shot: (text is danish)

    2012-11-19_1016.png

    Why is Nested_Fag_b800xh1500mm : 314.215_Nested_Fag_Fast_vindue_b800xh1500mm not listed beside the other two types from the same shared family? What is the sorting based on? Looks pretty random to me.

  2. #2
    AUGI Addict
    Join Date
    2001-07
    Location
    Phoenix, AZ
    Posts
    1,003
    Login to Give a bone
    1

    Default Re: Sort order of Types in a 'Family type' parameter

    It lists them in the order they were loaded in the project. Best bet... figure out 90% of what you'll need and load them, in order, into your Project template.

  3. #3
    All AUGI, all the time Duncan Lithgow's Avatar
    Join Date
    2006-09
    Location
    Denmark
    Posts
    621
    Login to Give a bone
    0

    Default Re: Sort order of Types in a 'Family type' parameter

    Thanks Greg. I'm not sure I think that makes any sense... but if that's the way it is then at least I know now.

  4. #4
    AUGI Addict
    Join Date
    2001-07
    Location
    Phoenix, AZ
    Posts
    1,003
    Login to Give a bone
    0

    Default Re: Sort order of Types in a 'Family type' parameter

    LOL - No, it doesn't make a lot of sense. I suspect it was an oversight by the original designers and they've just never fixed it.

  5. #5
    Woo! Hoo! my 1st post
    Join Date
    2014-09
    Posts
    1
    Login to Give a bone
    1

    Default Re: Sort order of Types in a 'Family type' parameter

    Quote Originally Posted by greg.mcdowell View Post
    LOL - No, it doesn't make a lot of sense. I suspect it was an oversight by the original designers and they've just never fixed it.
    REVIT 2015 now has the capability to sort family parameters.

  6. #6
    The Silent Type CADMama's Avatar
    Join Date
    2016-01
    Location
    Where reference planes have Defines Origin checked
    Posts
    1,040
    Login to Give a bone
    0

    Default Re: Sort order of Types in a 'Family type' parameter

    Quote Originally Posted by ionicman View Post
    REVIT 2015 now has the capability to sort family parameters.
    But that does not help in the look up for Family Types.

  7. #7
    Member
    Join Date
    2016-02
    Posts
    3
    Login to Give a bone
    0

    Default Re: Sort order of Types in a 'Family type' parameter

    Quote Originally Posted by CADMama View Post
    But that does not help in the look up for Family Types.
    Is this issue solved now in Revit 2016? I am getting really annoyed of it..

  8. #8
    AUGI Addict
    Join Date
    2015-11
    Location
    Madison, WI
    Posts
    1,318
    Login to Give a bone
    0

    Default Re: Sort order of Types in a 'Family type' parameter

    I believe that it sorts in the Family Types drop down based upon the Family: Type ID. This value is based on the load order within the template/project. This is similar to schedules, and the perceived randomness of unsorted values.

    No, I do not think that 2016 resolves this issue.

    Hope this helps,
    Jeff S.

  9. #9
    Woo! Hoo! my 1st post
    Join Date
    2017-02
    Posts
    1
    Login to Give a bone
    0

    Default Re: Sort order of Types in a 'Family type' parameter

    Duncan Use a Macro to sort the order of Family Types inside a Family file you can use this:

    private void DisplayParametersInAscendingOrder(Document familyDoc)
    {
    FamilyManager familyManager = familyDoc.FamilyManager;
    familyManager.SortParameters(ParametersOrder.Ascending);
    }
    You can find the macro here:

    - - - Updated - - -

    Use a Macro can be found here:


    Here is the Macro
    private void DisplayParametersInAscendingOrder(Document familyDoc)
    {
    FamilyManager familyManager = familyDoc.FamilyManager;
    familyManager.SortParameters(ParametersOrder.Ascending);
    }

Similar Threads

  1. 2015: Family parameter order
    By buchrick344977 in forum Revit Architecture - Families
    Replies: 4
    Last Post: 2015-08-04, 10:56 AM
  2. Replies: 12
    Last Post: 2013-10-26, 03:33 PM
  3. Family Type Parameter sucking in family types from within Project.
    By nharburger in forum Revit Architecture - Families
    Replies: 8
    Last Post: 2010-09-08, 06:05 PM
  4. Controling Nested Family Types by A Type Parameter in the Host Family
    By The-Revit-MEPlumbing-User in forum Revit MEP - Families
    Replies: 5
    Last Post: 2010-09-07, 06:01 PM
  5. What controls family types parameter order
    By christo4robin in forum Revit Architecture - Families
    Replies: 1
    Last Post: 2004-04-25, 05:35 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •