• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DomCR / ACadSharp / 22042939112

15 Feb 2026 08:57PM UTC coverage: 77.205% (-0.3%) from 77.463%
22042939112

Pull #978

github

web-flow
Merge 157e6aebd into 4609c0caf
Pull Request #978: issue-976 context data

8157 of 11448 branches covered (71.25%)

Branch coverage included in aggregate %.

86 of 224 new or added lines in 14 files covered. (38.39%)

14 existing lines in 6 files now uncovered.

29510 of 37340 relevant lines covered (79.03%)

150787.88 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.33
/src/ACadSharp/Objects/MTextAttributeObjectContextData.cs
1
using ACadSharp.Attributes;
2
using ACadSharp.Entities;
3
using CSMath;
4

5
namespace ACadSharp.Objects;
6

7
[DxfName(DxfFileToken.MTextAttributeObjectContextData)]
8
[DxfSubClass(DxfSubclassMarker.AnnotScaleObjectContextData)]
9
public class MTextAttributeObjectContextData : AnnotScaleObjectContextData
10
{
11
        [DxfCodeValue(11, 21, 31)]
12
        public XYZ AlignmentPoint { get; set; } = XYZ.AxisX;
2✔
13

14
        [DxfCodeValue(70)]
15
        public AttachmentPointType AttachmentPoint { get; set; } = AttachmentPointType.TopLeft;
1✔
16

17
        [DxfCodeValue(10, 20, 30)]
18
        public XYZ InsertPoint { get; set; } = XYZ.Zero;
2✔
19

20
        /// <inheritdoc/>
NEW
21
        public override string ObjectName => DxfFileToken.MTextAttributeObjectContextData;
×
22

23
        [DxfCodeValue(DxfReferenceType.IsAngle, 50)]
24
        public double Rotation { get; set; }
1✔
25

26
        [DxfCodeValue(290)]
27
        public bool Value290 { get; set; }
1✔
28
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc