|
@@ -42,7 +42,8 @@ namespace SAGA.MBI.RevitExport.ParseElement
|
|
mbiSpace.Location =
|
|
mbiSpace.Location =
|
|
GeometryLocation.CreatePointLocation(BimConvert.ConvertToXYZ(location));
|
|
GeometryLocation.CreatePointLocation(BimConvert.ConvertToXYZ(location));
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ mbiSpace.Height = (space.GetTopStaticHeight() - space.GetBaseStaticHeight()).FtToUse();
|
|
var segments = space.GetBoundarySegments(new SpatialElementBoundaryOptions());
|
|
var segments = space.GetBoundarySegments(new SpatialElementBoundaryOptions());
|
|
if (segments != null)
|
|
if (segments != null)
|
|
{
|
|
{
|