Plugin to convert drawing's objects to IFC (with GeometryGym .NET library)
- GeometryGym .NET Library (use as Nuget-package or by that repository);
- internal AutoCAD's and Civil3D's dynamic libraries: accoremgd, acdbmgd, acmgd, AecBaseMgd, AeccDbMgd, AeccPressurePipesMgd, AecPropDataMgd;
- IFC2x3;
- Surfaces;
- PipeNetwork (pipes and structures)*
- 3DSolids (acad objects too)
* not of all structures are supported (null's structure ... how work with it?)
- Property sets;
There are two variants: download repository and compiling that or downloading latest release as ZIP archive (civil2ifc_ver-***.zip). Load library to Civil3D via command NETLOAD (file "civil2ifc.dll"). Plugin contains one command: _ifc_export (export to IFC current drawing's objects). Result file will be saved near that DWG.
2 варианта: загрузка репозитория и сборка или скачивание скомпилированной версии последнего релиза (архив с плагином (civil2ifc_ver-***.zip) https://github.com/GeorgGrebenyuk/civil3d_2_ifc/releases/tag/v1.1.0) и последующая загрузка в Civil3D библиотеки "civil2ifc.dll" через команду NETLOAD). Используйте команду _ifc_export для экспорта объектов Civil3D из текущего чертежа. Файл сохранитя рядом с текущим файлом.