How to set "Shared Site" for linked Revit model

How to set "Shared Site" for linked Revit model

AnatolyCEL
Enthusiast Enthusiast
2,568 Views
7 Replies
Message 1 of 8

How to set "Shared Site" for linked Revit model

AnatolyCEL
Enthusiast
Enthusiast

Hi,

How to change "Shared Site" parameter for linked Revit model with API. I need to set <Not Shared> value.

SharedSite2.pngSharedSite1.png

 

Thanks,

Anatoly.

0 Likes
Accepted solutions (1)
2,569 Views
7 Replies
Replies (7)
Message 2 of 8

jeremytammik
Autodesk
Autodesk
Message 3 of 8

evgeny.kurbatov
Advocate
Advocate

@jeremytammik 

Thank you for the respond. Reading the link I found this:

You cannot establish a shared-coordinates relationship with a link instance via the API. If the link is already using shared coordinates, then moving the survey point will move the link.

I understand that that the requested action cannot be done with Revit API. Correct me if i am wrong.

Is it possible to do that with Dynamo?

0 Likes
Message 4 of 8

jeremytammik
Autodesk
Autodesk

Dynamo wraps the Revit API and uses that and nothing else to interact with Revit.

 

Therefore, if this functionality is not supported by the API, Dynamo cannot support it either.

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 5 of 8

AnatolyCEL
Enthusiast
Enthusiast

Hello Jeremy,

 

Will there be a realization of this feature in future versions?

 

Thanks,

Anatoly.

0 Likes
Message 6 of 8

jeremytammik
Autodesk
Autodesk
Accepted solution

Dear Anatoly,

 

Check it yourself in the Revit Idea Station.

 

Cheers,

 

Jeremy

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 7 of 8

MANZNHYQ
Explorer
Explorer

Have I understood this post correctly, that it's not possible to set the position of a linked project (analog to this function in the UI)? This function would be essential for the addin I'm developing.

0 Likes
Message 8 of 8

lukasz_koc1
Contributor
Contributor
Hi!,
did you find a solution for this issue?