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

DomCR / ACadSharp / 16048157422

03 Jul 2025 10:35AM UTC coverage: 75.101% (-0.2%) from 75.329%
16048157422

push

github

web-flow
Merge pull request #665 from nanoLogika/20250509_mme_#626_11-support-dynamic-block-flip-actions

20250509 mme #626 11 support dynamic block flip actions

5842 of 8555 branches covered (68.29%)

Branch coverage included in aggregate %.

15 of 147 new or added lines in 18 files covered. (10.2%)

2 existing lines in 1 file now uncovered.

23241 of 30170 relevant lines covered (77.03%)

81720.02 hits per line

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

0.0
/src/ACadSharp/Objects/Evaluations/BlockBasePointParameter.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

7
using ACadSharp.Attributes;
8

9
using CSMath;
10

11

12
namespace ACadSharp.Objects.Evaluations {
13

14
        //BLOCKBASEPOINTPARAMETER
15
        //        AcDbEvalExpr
16
        //        AcDbBlockElement
17
        //  AcDbBlockParameter
18
        //        AcDbBlock1PtParameter
19
        //  AcDbBlockBasepointParameter
20
        //1011  BD  0.0
21
        //1021        BD        0.0
22
        //1031        BD        0.0
23
        //1012        BD        0.0
24
        //1022        BD        0.0
25
        //1032        BD        0.0
26

27
        [DxfSubClass(DxfSubclassMarker.BlockBasePointParameter)]
28
        public class BlockBasePointParameter : Block1PtParameter {
29

30
                /// <inheritdoc/>
NEW
31
                public override string ObjectName => DxfFileToken.ObjectBlockBasePointParameter;
×
32

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

36

37
                [DxfCodeValue(1011, 1021, 1031)]
NEW
38
                public XYZ Point1010 { get; set; }
×
39

40

41
                [DxfCodeValue(1012, 1022, 1032)]
NEW
42
                public XYZ Point1012 { get; set; }
×
43
        }
44
}
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