Тёмный

FreeCAD Flexible sub-assemblies problem description 

FreeCAD Dev Diary
Подписаться 997
Просмотров 2 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@GB_Parametric
@GB_Parametric 2 месяца назад
Thanks for posting these videos. Would love to see some more coding videos, they were great as well.
@freecaddevdiary7038
@freecaddevdiary7038 2 месяца назад
Got it, I'll try to deliver! :)
@bartomiejgawlik5646
@bartomiejgawlik5646 2 месяца назад
Awesome video, as well as work that you're doing. Solution two seems to be the most natural to me. However it's worth to ask how much does the creation of new objects will impact the performance in a huge assembly.
@freecaddevdiary7038
@freecaddevdiary7038 2 месяца назад
New AssemblyLink wouldn't be a performance hit. They would be better performance wise than the first solution (copy on changed links). It's just that it is adding complexity to the software by adding one more type of objects.
@peterjansen4894
@peterjansen4894 2 месяца назад
reinventing what Realthunder made years ago? His version is called 'linkstage' for a reason.
@marcus3d
@marcus3d 2 месяца назад
What happens if you modify the original assembly (e.g., change/add/remove constraints) that has been included as a flexible subassembly?
@freecaddevdiary7038
@freecaddevdiary7038 2 месяца назад
The idea is that they keep in sync. So if there's some modification in the assembly, the assemblyLink updates