Skip to content

Commit

Permalink
Fox for 'Continuous' line-pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
kike-garbo committed May 3, 2024
1 parent c49ae89 commit e818ac3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ internal ModelContent ToModelContent(IDictionary<ARDB.ElementId, ModelContent> i
idMap.Add(Id, modelContent = attributes.ToModelData() as ModelContent);
return modelContent;
}
else if (Id == ARDB.LinePatternElement.GetSolidPatternId())
{
return ModelLinetype.Unset;
}

return null;
}
Expand Down

0 comments on commit e818ac3

Please sign in to comment.