Verwaltung der Änderungen bei SkyCiv & Autodesk® Revit®
Loslegen
SkyCiv hat bereits ein nettes Revit-Plugin, mit dem Benutzer das Modell von Revit nach SkyCiv exportieren können, neben anderen Funktionen wie Analyse, Gestaltung usw.
Bevor es weitergeht, Bitte stellen Sie sicher, dass Sie das Plugin installiert haben und sich dessen bewusst sind. Wenn nicht, Ich würde vorschlagen, dass Sie zu https gehen://skyciv.com/docs/skyciv-api/plugins/revit/ und machen Sie sich damit vertraut. Das ist ein Plugin ohne Double Link. Zum Herunterladen des Plugins mit Double Link, Bitte besuchen Sie die folgenden Links gemäß Ihrer Revit-Version
Sobald Sie es installiert haben, Dann lesen Sie bitte weiter.
We also have a functionality of exporting the model from SkyCiv to Revit file which then can be imported in the Revit environment. One might ask what is the need of this Double Link then? Let’s talk about the problem. As Revit and SkyCiv are two different softwares, they obviously have the different mechanisms of storing the data (sowohl strukturell als auch nicht strukturell). Aufgrund dieser Unterschiede, we used to have only structural data transported back and forth with the unfortunate side effect of losing the non-structural data in the transition. We have added the Double Link functionality to specifically address this problem. Double Link bedeutet im Wesentlichen die Verbindung an beiden Enden ohne Datenlecks, um die Korrektheit sicherzustellen & Robustheit des Systems bei gleichzeitiger Flexibilität beim Arbeiten in zwei verschiedenen Systemen.
Let’s talk about this in detail in following sections.
Push To S3D
Suppose user has been working in Revit environment on his/her model. As a next step, he wants to have the model transported to SkyCiv’s S3D environment and perform Analysis/Design on the same model. The plugin has “Push to S3D” Funktionalität. This will transform the Revit model into SkyCiv’s file format and send the Revit model along some other required information to SkyCiv.
After successful call, default browser will open with the prompt as shown below
Was bedeuten diese Methoden?
In diesem Szenario, Wir haben zwei Datensätze. Revit-Daten und S3D-Daten. Wenn der Benutzer Method1 wählt, the system will take the data coming from Revit as the base data and merge the S3D data on top. Andererseits, wenn der Benutzer Method2 wählt, Das System nimmt die in S3D vorhandenen Daten als Basisdaten und fügt die Revit-Daten darüber zusammen.
Sobald der Benutzer eine der beiden Optionen auswählt, Das System führt die entsprechende Zusammenführung durch und leitet den Benutzer zum S3D-Modell weiter. Der Benutzer kann am Modell weiterarbeiten, perform other activities like Analysis etc. as usual. There is no change in the way the model behaves on S3D.
If you have got the hang of Push to S3D, then let’s talk about the second aspect of the Double Link
Merge into Revit
Suppose user has been working in the S3D environment and now wants to go back to Revit for some work by taking the latest model to Revit. He has to follow two step process
- Export nach RVT über Plugin Als ersten Schritt, Wir müssen die S3D-Daten als ZIP-Datei gebündelt haben. This can be achieved by following the path in the menu Datei–>Export–> RVT über Plugin Wie nachfolgend dargestellt.
Dadurch wird ein weiterer Dialog geöffnet, in dem dem Benutzer zwei Optionen zur Auswahl angezeigt werden.
Wieder wie früher,
Wenn der Benutzer wählt Methode 1, the system will take the data from S3D as the base data. This will mean that non-structural data from Revit Model will not be available in the resultant model. Nur Daten von S3D sind verfügbar.
Andererseits, wenn der Benutzer wählt Methode2, Das System übernimmt die Daten des vorherigen Revit-Modells (als Teil geschoben “Push to S3D”) as the base data and merge the S3D data on top. This will mean that non-structural data from the Revit model will be preserved and structural data from S3D will be added.
Bei beiden Auswahlmöglichkeiten, Das System übernimmt die neuesten Strukturdaten von S3D.
Sobald der Benutzer eine der beiden Optionen auswählt, Das System bereitet die ZIP-Datei vor und fordert den Benutzer auf, die ZIP-Datei herunterzuladen.
- Merge into Revit Nach dem Herunterladen der Datei im vorherigen Schritt, Wir müssen diese Datei in Revit importieren. Plugin hat eine Schaltfläche namens “Merge into Revit” für das Selbe.
Einmal angeklickt, Der Benutzer wird aufgefordert, die Zip-Datei auszuwählen, die wir in einem früheren Schritt heruntergeladen haben. Sobald die Datei ausgewählt ist, the system will read the revit file/SkyCiv Json file or both depending on the choices user has made and will build the model accordingly. For the case where the Method1 was selected, Das Plugin erstellt das Modell von Grund auf neu und wenn der Prozess abgeschlossen ist, Der Benutzer muss die 3D-Ansicht explizit öffnen, indem er zu geht “Aussicht”–>”3DView”–>”Standard-3D-Ansicht”
Damit ist der Fluss von Revit abgeschlossen —> SkyCiv and then again SkyCiv–> Revit vervollständigt die Double Link. Probieren Sie es aus.