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

DomCR / ACadSharp / 13113864037

03 Feb 2025 12:49PM UTC coverage: 75.826% (-0.4%) from 76.226%
13113864037

Pull #546

github

web-flow
Merge d11d9fa5d into da8587f47
Pull Request #546: Issue 529 geodata

5408 of 7857 branches covered (68.83%)

Branch coverage included in aggregate %.

178 of 394 new or added lines in 14 files covered. (45.18%)

2 existing lines in 1 file now uncovered.

21455 of 27570 relevant lines covered (77.82%)

39133.9 hits per line

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

0.0
/src/ACadSharp/Objects/GeoData.GeoMeshFace.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects
4
{
5

6
        public partial class GeoData
7
        {
8
                public class GeoMeshFace
9
                {
10
                        /// <summary>
11
                        /// Point index for face 1.
12
                        /// </summary>
13
                        [DxfCodeValue(97)]
NEW
14
                        public int Index1 { get; set; }
×
15

16
                        /// <summary>
17
                        /// Point index for face 2.
18
                        /// </summary>
19
                        [DxfCodeValue(98)]
NEW
20
                        public int Index2 { get; set; }
×
21

22
                        /// <summary>
23
                        /// Point index for face 3.
24
                        /// </summary>
25
                        [DxfCodeValue(99)]
NEW
26
                        public int Index3 { get; set; }
×
27
                }
28
        }
29
}
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