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

DomCR / ACadSharp / 30620456288

31 Jul 2026 09:34AM UTC coverage: 76.801% (+1.0%) from 75.789%
30620456288

Pull #1151

github

web-flow
Merge 0ffbbdb89 into 25e85fe17
Pull Request #1151: Dynamic parameters

9806 of 13766 branches covered (71.23%)

Branch coverage included in aggregate %.

2995 of 3452 new or added lines in 70 files covered. (86.76%)

74 existing lines in 12 files now uncovered.

34910 of 44457 relevant lines covered (78.53%)

142256.06 hits per line

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

75.0
/src/ACadSharp/Objects/Evaluations/BlockBasePointParameter.cs
1
using ACadSharp.Attributes;
2
using CSMath;
3

4
namespace ACadSharp.Objects.Evaluations;
5

6
/// <summary>
7
/// Represents a BLOCKBASEPOINTPARAMETER object, used in AutoCAD to control a
8
/// position of a point in a dynamic block.
9
/// </summary>
10
/// <remarks>
11
/// Object name <see cref="DxfFileToken.ObjectBlockBasePointParameter"/> <br/>
12
/// Dxf class name <see cref="DxfSubclassMarker.BlockBasePointParameter"/>
13
/// </remarks>
14
[DxfName(DxfFileToken.ObjectBlockBasePointParameter)]
15
[DxfSubClass(DxfSubclassMarker.BlockBasePointParameter)]
16
public class BlockBasePointParameter : Block1PtParameter
17
{
18
        /// <inheritdoc/>
19
        public override string ObjectName => DxfFileToken.ObjectBlockBasePointParameter;
120✔
20

21
        [DxfCodeValue(1011, 1021, 1031)]
22
        public XYZ Point1011 { get; set; }
17✔
23

24
        [DxfCodeValue(1012, 1022, 1032)]
25
        public XYZ Point1012 { get; set; }
17✔
26

27
        /// <inheritdoc/>
NEW
28
        public override string SubclassMarker => DxfSubclassMarker.BlockBasePointParameter;
×
29
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc