docs(core): refresh SourceInfo.Angle doc now that setter wiring lands
This commit is contained in:
@@ -186,10 +186,11 @@ namespace OpenNest
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Rotation (radians) that maps the source program geometry to its canonical
|
/// Rotation (radians) that maps the source program geometry to its canonical
|
||||||
/// (MBR-axis-aligned) frame. A value of 0 means the drawing is already canonical.
|
/// (MBR-axis-aligned) frame. Populated automatically by the <see cref="Drawing.Program"/>
|
||||||
/// Task 3 will wire <see cref="Drawing.Program"/> setter to populate this via
|
/// setter via <see cref="CanonicalAngle.Compute"/>. A value of 0 means the drawing is
|
||||||
/// <see cref="CanonicalAngle.Compute"/>; for now it is assigned manually by
|
/// already canonical or <see cref="Drawing.IsCutOff"/> is true. Callers that mutate
|
||||||
/// engine helpers (see <c>OpenNest.Engine.CanonicalFrame</c>).
|
/// <see cref="Drawing.Program"/> in place must invoke
|
||||||
|
/// <see cref="Drawing.RecomputeCanonicalAngle"/> to refresh.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double Angle { get; set; }
|
public double Angle { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user