update
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
namespace RobotApp.VDA5050.Factsheet;
|
||||
|
||||
#nullable disable
|
||||
|
||||
public class PolygonPoints
|
||||
{
|
||||
[Required]
|
||||
@@ -14,8 +12,8 @@ public class PolygonPoints
|
||||
public class Envelopes2d
|
||||
{
|
||||
[Required]
|
||||
public string Set { get; set; }
|
||||
public string Set { get; set; } = string.Empty;
|
||||
[Required]
|
||||
public PolygonPoints[] PolygonPoints { get; set; }
|
||||
public string Description { get; set; }
|
||||
public PolygonPoints[] PolygonPoints { get; set; } = [];
|
||||
public string Description { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user