Added comments for bend class.
This commit is contained in:
@@ -2,13 +2,20 @@
|
||||
{
|
||||
internal class Bend
|
||||
{
|
||||
public BendDirection Direction { get; set; }
|
||||
|
||||
public double BendLineAngle { get; set; }
|
||||
|
||||
public BendDirection Direction { get; set; }
|
||||
|
||||
public double Angle { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// X coordinate of the bend line in meters
|
||||
/// </summary>
|
||||
public double X { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Y coordinate of the bend line in meters
|
||||
/// </summary>
|
||||
public double Y { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user