Fixed null reference exception when model is null
This commit is contained in:
@@ -288,7 +288,7 @@ namespace ExportDXF.Forms
|
|||||||
|
|
||||||
if (part == null)
|
if (part == null)
|
||||||
{
|
{
|
||||||
Print(model.GetTitle() + " - skipped, not a part document");
|
Print(item.ItemNo + " - skipped, not a part document");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user