Message 1 of 2
Create Site Building that could be editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
Currently working with GIS-related revit api development.
Reading SHP data of building in points, creating boundary line based with points and creating masses with commands(part of code)
Solid geobldg = GeometryCreationUtilities.CreateExtrusionGeometry(new CurveLoop[] { profileloop }, XYZ.BasisZ, bldgHeight[i], opt);
During development, I had issues that some of the GIS-based data are old, and in those cases, the designer wanted to manually fix them.
(eg. recreate, erase, or modify partial details, etc)
Is is possible to create masses in revit api that could be editable after creation?