Extra Thickness, um line
Nuget Bump del ProcessData : IProcessData IDescription.GetDescriptions with body
This commit is contained in:
@ -516,6 +516,11 @@ public partial class ProcessData : IProcessData
|
||||
for (i = 0; i < num; i++)
|
||||
{
|
||||
point = new() { Thickness = GetToken() };
|
||||
if (point.Thickness == "Thickness,")
|
||||
{
|
||||
ScanPast("um");
|
||||
continue;
|
||||
}
|
||||
detail.Points.Add(point);
|
||||
point.Position = Convert.ToString(detail.Points.Count);
|
||||
}
|
||||
|
Reference in New Issue
Block a user