Transferring user defined property set names and values

Transferring user defined property set names and values

kiddo_95
Contributor Contributor
1,499 Views
17 Replies
Message 1 of 18

Transferring user defined property set names and values

kiddo_95
Contributor
Contributor

Hi Guys

 


I have a set of elements where I have assigned a group of property sets with specific names and to which I have assigned certain property set values. I want to transfer these property set names and values as they are to another corresponding element with a different geometry.

 

How can I do this without using dynamo? 

Is there any plug-in for it or a direct way of doing it in Revit?

 

Any suggestion is welcomed.

Thanks in advance,
Cheers.

0 Likes
1,500 Views
17 Replies
Replies (17)
Message 2 of 18

kiddo_95
Contributor
Contributor

Any hel here please: @hmunsell  @barthbradley 

0 Likes
Message 3 of 18

barthbradley
Consultant
Consultant

What do you mean by "Property Sets"?  

Message 4 of 18

hmunsell
Mentor
Mentor

it sounds like you made a bunch of project parameters and you want to transfer the parameters and there values to another Family/File?

Howard Munsell
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.



EESignature


Message 5 of 18

barthbradley
Consultant
Consultant

Parameters with Formulas?  

Message 6 of 18

kiddo_95
Contributor
Contributor

I have this Revit family with a set of shared parameters that I have created before and have assigned some values.
I would like to transfer the shared parameters' names and values to a different Revit family/Multiple Revit families.

 

One can use the shared parameter file to transfer the shared parameters name. But how can I transfer the shared parameter values seamlessly? 

I hope this helps. Looking forward to hearing from you.

0 Likes
Message 7 of 18

kiddo_95
Contributor
Contributor
No formulas (Just texts and numbers)
0 Likes
Message 8 of 18

kiddo_95
Contributor
Contributor

Correct. But I have created these parameters as shared parameters.

0 Likes
Message 9 of 18

hmunsell
Mentor
Mentor

try this....

Export Shared Parameters:

https://help.autodesk.com/view/RVT/2023/ENU/?guid=GUID-AD648C07-0C2F-478D-AD9D-4F9A5FF515E6

or

 

Transfer Project Standards:

https://help.autodesk.com/view/RVT/2023/ENU/?guid=GUID-5554B35B-7D43-4934-9245-35A29412F662

 

Howard Munsell
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.



EESignature


Message 10 of 18

anze.kumar
Advocate
Advocate

I use Add In "DiRoots for issues with shared parameters. However I didn't come accross an example like yours.

 

In the video below you could use it for assigning parameters, but to transfer the values, I think it is not possible with this Add in.

 

 

video:

https://youtu.be/1gQmrVrbJv0?t=909

Plugin:

https://diroots.com/revit-plugins/dirootsone/

Message 11 of 18

kiddo_95
Contributor
Contributor

Hi There

 

 

Using the shared parameter file only allows me to transfer the shared parameters' names but not the values. I have used it many times already.

The "transfer project standard" option doesn't work as well since I don't see an option there to transfer shared parameter names or values. One can transfer project information though, since it is a category.

Any other suggestions? Please!!!

Cheers

0 Likes
Message 12 of 18

kiddo_95
Contributor
Contributor

I tried to use it before and it didn't work as well. Took a second look again and I am not able to transfer the shared parameters' value. 

Cheers,

0 Likes
Message 13 of 18

anze.kumar
Advocate
Advocate

What about SheetLink - it takes an effort with excel and modifying values and then importing it back to revit. It's still work with a third-party app, but at least it's not "coding" with dynamo 🙂

 

anzekumar_0-1690376500881.png

 

0 Likes
Message 14 of 18

kiddo_95
Contributor
Contributor

Apparently, you can perform some changes to the exported Excel file content and import the changes to the values of the shared parameter back to Revit. 

However, I don't see a way of importing the exported Excell content back to a different element. 

Is that right? 

 

Cheers.

0 Likes
Message 15 of 18

barthbradley
Consultant
Consultant

@kiddo_95 wrote:
No formulas (Just texts and numbers)

 

You can turn the rfa into a template to start new families from. Change the extension from rfa to rft and then select the rft when creating a new family.  All the parameters/values/formulas in the original rfa will be there in the new rfa.  

Message 16 of 18

kiddo_95
Contributor
Contributor

Well, that would work, but the problem here is that unfortunately, I don't have the .rfa of the elements, only their .ifc files. This means I would have to create for each of them a template first. 

 

Much appreciated for the help.

Any further suggestions?


Cheers.

0 Likes
Message 17 of 18

hmunsell
Mentor
Mentor

well, i was rooting for @barthbradley solution of making a Template out of the RFA, but if you're using IFC's that adds another layer of complication to things. 

 

i don't know of anything outside of maybe Dynamo that might be able to copy the values over.

  • Add the shared parameters manually or by 3rd party tool.
  • run a dynamo script to copy the values?

 

Howard Munsell
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.



EESignature


Message 18 of 18

kiddo_95
Contributor
Contributor

Thank you for your remarks and thoughts 

0 Likes