|
@@ -141,7 +141,6 @@ namespace RevitToJBim
|
|
|
private void UpdateRelationShipInfo(ElementRelationShip ship)
|
|
|
{
|
|
|
var relatingid = GetBimId(ship.RelatingObject);
|
|
|
- RelationshipBase useShip = null;
|
|
|
if (relatingid == null)
|
|
|
{
|
|
|
return;
|
|
@@ -158,7 +157,7 @@ namespace RevitToJBim
|
|
|
|
|
|
if (relatedid != null)
|
|
|
{
|
|
|
- BimObjectUtil.AcceptRelation(bimObject, ship.PropertyName, relatingid);
|
|
|
+ BimObjectUtil.AcceptRelation(bimObject, ship.PropertyName, relatedid);
|
|
|
}
|
|
|
|
|
|
}
|