Gerenciando as mudanças na SkyCiv & Autodesk® Revit®
Começando
O SkyCiv já possui um bom plug-in do Revit que permite aos usuários exportar o modelo do Revit para o SkyCiv, entre outros recursos, como Análise, Projeto etc.
Antes de seguir em frente, certifique-se de ter o plug-in instalado e de estar ciente dele. Se não, Eu sugiro que você vá para https://skyciv.com/docs/skyciv-api/plugins/revit/ e familiarize-se com ele. Esse é um plugin sem Double Link. Para baixar o plugin com Double Link, visite os links abaixo de acordo com sua versão do Revit
Depois de instalado, então por favor continue lendo.
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. Como Revit e SkyCiv são dois softwares diferentes, eles obviamente têm os diferentes mecanismos de armazenamento dos dados (estruturais como não estruturais). Devido a essas diferenças, 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 significa essencialmente o link em ambas as extremidades sem vazamentos de dados para garantir a exatidão & robustness of the system while allowing for flexibility of working in two different systems.
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” funcionalidade. 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
O que esses métodos significam?
Neste cenário, temos dois conjuntos de dados. Dados do Revit e dados S3D. Se o usuário escolher Method1, the system will take the data coming from Revit as the base data and merge the S3D data on top. Por outro lado, se o usuário escolher Method2, o sistema pegará os dados presentes no S3D como dados base e mesclará os dados do Revit no topo.
Depois que o usuário seleciona uma das duas opções, o sistema fará a mesclagem apropriada e redirecionará o usuário para o modelo S3D. O usuário pode continuar trabalhando no modelo, 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
Suponha que o usuário esteja trabalhando no ambiente S3D e agora queira voltar ao Revit para algum trabalho, levando o modelo mais recente para o Revit. Ele tem que seguir o processo de duas etapas
- Exportar para RVT via Plugin Como primeiro passo, precisamos ter os dados S3D agrupados como um arquivo zip. This can be achieved by following the path in the menu Arquivo–>Exportar–> RVT via plug-in como mostrado abaixo.
Isso abrirá outra caixa de diálogo na qual o usuário terá duas opções para escolher.
Novamente como antes,
Se o usuário escolher Método 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. Apenas os dados do S3D estarão disponíveis.
Por outro lado, se o usuário escolher Método2, o sistema pegará os dados presentes no modelo anterior do Revit (empurrado como parte de “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.
Em ambas as escolhas, o sistema obterá os dados estruturais mais recentes do S3D.
Depois que o usuário seleciona uma das duas opções, o sistema preparará o zip e solicitará que o usuário baixe o zip.
- Merge into Revit Depois de baixar o arquivo na etapa anterior, precisaremos importar esse arquivo no Revit. Plugin tem um botão chamado “Merge into Revit” para o mesmo.
Uma vez clicado, ele pedirá ao usuário para selecionar o arquivo zip que baixamos na etapa anterior. Assim que o arquivo for selecionado, 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, o plug-in construirá o modelo do zero e quando o processo for concluído, o usuário terá que abrir a visualização 3D explicitamente indo para “Visualizar”–>”3DViewName”–>”Visualização 3D padrão”
Isso completa o fluxo do Revit —> SkyCiv and then again SkyCiv–> Revit completando o Double Link. Experimente.