framework/cg/blender/import_fcstd
2023-07-04 07:32:14 +00:00
..
__init__.py [Blender] Implemented tesselation for CAD-model, retopology and optimisation tesselation's result, assigning physical properties with assigned material 2023-06-24 13:54:49 +00:00
import_cad_objects.py Tessellation: add optional FEM tessellation method 2023-07-04 07:32:14 +00:00
import_coordinate_point.py [Blender] Implemented tesselation for CAD-model, retopology and optimisation tesselation's result, assigning physical properties with assigned material 2023-06-24 13:54:49 +00:00
import_hierarchy.py [Blender] Implemented tesselation for CAD-model, retopology and optimisation tesselation's result, assigning physical properties with assigned material 2023-06-24 13:54:49 +00:00
import_materials.py [Blender] Implemented tesselation for CAD-model, retopology and optimisation tesselation's result, assigning physical properties with assigned material 2023-06-24 13:54:49 +00:00
is_object_solid.py [Blender] Implemented tesselation for CAD-model, retopology and optimisation tesselation's result, assigning physical properties with assigned material 2023-06-24 13:54:49 +00:00
LICENSE Интегрирован модуль импорта моделей из FreeCAD в Blender 2023-02-01 13:43:23 +00:00
README.md Импорт фрейма (объекта локальных осей) в качестве локальной матрицы 2023-04-05 11:26:09 +00:00
restruct_hierarchy_by_lcs.py [Blender] Implemented tesselation for CAD-model, retopology and optimisation tesselation's result, assigning physical properties with assigned material 2023-06-24 13:54:49 +00:00

import-fcstd

Импорт .FCStd сцены FreeCAD в Blender.

Представлен в качестве модуля import_cad_objects c подмодулями. По умолчанию, импортирует из FreeCAD cцены все видимые solid объекты в Blender сцену. Задает имена mesh на основе solid объектов. Импортирует локальные координаты и задает их mesh объектам. Импортирует FEM материалы (если они есть) и задает их mesh объектам. Может работать как в качестве модуля, так и внутри blender сцены.

Так же пресдставлен модуль импорта точек координат import_coordinate_point. Модуль может использоваться для передачи осей координат и позиций из FreeCAD. Например локальные координаты подобъекта плоскости, точки или задание локального нуля.