mcneel / rhino.inside-revit

This is the open-source repository for Rhino.Inside®.Revit
https://www.rhino3d.com/inside/revit/
MIT License
258 stars 65 forks source link

A New Component Family will not create the proper Type which can be inserted as a Curtain Wall Door or Window #336

Open scotttd opened 3 years ago

scotttd commented 3 years ago

When trying to set the Type of a Curtain Wall Panel, the Family/Type generated by New Component Family will not work and is rejected with the wrong TypeID.

To Reproduce Steps to reproduce the behavior:

  1. Open the curtain_wall.rte
  2. Open the change type definition
  3. There is an error about TypeID on the Set type component
  4. See error

Expected behavior The Type should change. See the second set of RVT and GH files. It shows the type being Set correctly.

Curtain insert incorrect.zip curtain-good.zip

kike-garbo commented 3 years ago

You need to assign 'Curtain Panels' as Category.

image

scotttd commented 3 years ago

I still get this problem

image

kike-garbo commented 3 years ago

Could you please try with an empty model where 'test-door' family is still not defined? Looks like category can not be changed once the family is created in this case.