Init project
This commit is contained in:
16
RobotApp.VDA5050/State/Load.cs
Normal file
16
RobotApp.VDA5050/State/Load.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using RobotApp.VDA5050.Factsheet;
|
||||
|
||||
namespace RobotApp.VDA5050.State;
|
||||
|
||||
#nullable disable
|
||||
|
||||
public class Load
|
||||
{
|
||||
public string LoadId { get; set; }
|
||||
public string LoadType { get; set; }
|
||||
public string LoadPosition { get; set; }
|
||||
public BoundingBoxReference BoundingBoxReference { get; set; }
|
||||
public LoadDimensions LoadDimensions { get; set; }
|
||||
public double Weight { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user