Skip to content

Commit

Permalink
Merge branch '20240322_mme_writeMultiLeader' into 7-merged-branch-for…
Browse files Browse the repository at this point in the history
…-acadsvg
  • Loading branch information
mme1950 committed Jun 21, 2024
2 parents e4916cd + d46121f commit 8daad92
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions ACadSharp/Entities/MultiLeader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ACadSharp.Entities
/// Represents a <see cref="MultiLeader"/> entity.
/// </summary>
/// <remarks>
/// Object name <see cref="DxfFileToken.EntityMLeader"/> <br/>
/// Object name <see cref="DxfFileToken.EntityMultiLeader"/> <br/>
/// Dxf class name <see cref="DxfSubclassMarker.MultiLeader"/>
/// </remarks>
[DxfName(DxfFileToken.EntityMultiLeader)]
Expand Down Expand Up @@ -202,6 +202,13 @@ public object Clone()
/// when the <see cref="MultiLeaderPropertyOverrideFlags.LandingDistance"/> flag is set in the
/// <see cref="MultiLeader.PropertyOverrideFlags"/> property.
/// </summary>
/// <remarks><para>
/// There is only one field for the landing distance in the multileader property grid.
/// The value entered arrives in this property and the <see cref="Objects.MultiLeaderAnnotContext.LeaderRoot.LandingDistance"/>
/// property. If two leader roots exist both receive the same value. I seems
/// <see cref="MultiLeaderPropertyOverrideFlags.LandingDistance"/> flag is never set.
/// </para>
/// </remarks>
[DxfCodeValue(41)]
public double LandingDistance { get; set; }

Expand Down Expand Up @@ -511,8 +518,8 @@ public object Clone()
/// or attach to the top/bottom.
/// </para><para>
/// The value for all leader lines can be overridden for each individual leader line by the
/// <see cref="MultiLeaderAnnotContext.LeaderRoot.AttachmentDirection"/> property when the
/// <see cref="LeaderLinePropertOverrideFlags.TextAttachmentDirection"/> flag is set in the
/// <see cref="Objects.MultiLeaderAnnotContext.LeaderRoot.TextAttachmentDirection"/> property when the
/// <see cref="MultiLeaderPropertyOverrideFlags.TextAttachmentDirection"/> flag is set in the
/// <see cref="MultiLeaderAnnotContext.LeaderLine.OverrideFlags"/> property.
/// </para>
/// </remarks>
Expand Down

0 comments on commit 8daad92

Please sign in to comment.