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

DomCR / ACadSharp / 21668989262

04 Feb 2026 11:04AM UTC coverage: 77.413% (+0.2%) from 77.238%
21668989262

push

github

web-flow
Merge pull request #963 from DomCR/issue-962_dynamic-parameter-rotation-translation

issue-962

8111 of 11339 branches covered (71.53%)

Branch coverage included in aggregate %.

273 of 301 new or added lines in 16 files covered. (90.7%)

11 existing lines in 2 files now uncovered.

29385 of 37097 relevant lines covered (79.21%)

148585.46 hits per line

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

83.33
/src/ACadSharp/Objects/Evaluations/BlockRotationParameter.cs
1
using ACadSharp.Attributes;
2
using CSMath;
3

4
namespace ACadSharp.Objects.Evaluations
5
{
6
        /// <summary>
7
        /// Represents a BLOCKROTATIONPARAMETER object.
8
        /// </summary>
9
        /// <remarks>
10
        /// Object name <see cref="DxfFileToken.ObjectBlockRotationParameter"/> <br/>
11
        /// Dxf class name <see cref="DxfSubclassMarker.BlockRotationParameter"/>
12
        /// </remarks>
13
        [DxfName(DxfFileToken.ObjectBlockRotationParameter)]
14
        [DxfSubClass(DxfSubclassMarker.BlockRotationParameter)]
15
        public class BlockRotationParameter : Block2PtParameter
16
        {
17
                [DxfCodeValue(306)]
18
                public string Description { get; set; }
2✔
19

20
                [DxfCodeValue(305)]
21
                public string Name { get; set; }
2✔
22

23
                [DxfCodeValue(140)]
24
                public double NameOffset { get; set; }
2✔
25

26
                /// <inheritdoc/>
NEW
27
                public override string ObjectName => DxfFileToken.ObjectBlockRotationParameter;
×
28

29
                [DxfCodeValue(1011, 1021, 1031)]
30
                public XYZ Point { get; set; }
7✔
31

32
                /// <inheritdoc/>
NEW
33
                public override string SubclassMarker => DxfSubclassMarker.BlockRotationParameter;
×
34

35
                [DxfCodeValue(141)]
36
                public double Value141 { get; set; }
2✔
37

38
                [DxfCodeValue(142)]
39
                public double Value142 { get; set; }
2✔
40

41
                [DxfCodeValue(143)]
42
                public double Value143 { get; set; }
2✔
43

44
                [DxfCodeValue(175)]
45
                public int Value175 { get; set; }
2✔
46

47
                [DxfCodeValue(307)]
48
                public string Value307 { get; set; }
1✔
49

50
                [DxfCodeValue(96)]
51
                public int Value96 { get; set; }
2✔
52
        }
53
}
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