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

DomCR / ACadSharp / 17978770450

24 Sep 2025 01:47PM UTC coverage: 78.346% (-0.07%) from 78.418%
17978770450

push

github

web-flow
Merge pull request #191 from DomCR/Solid3D-Entity

Solid3D entity

6746 of 9343 branches covered (72.2%)

Branch coverage included in aggregate %.

245 of 322 new or added lines in 11 files covered. (76.09%)

6 existing lines in 3 files now uncovered.

25991 of 32442 relevant lines covered (80.12%)

110353.01 hits per line

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

0.0
/src/ACadSharp/Entities/ModelerGeometry.Wire.cs
1
using CSMath;
2
using System.Collections.Generic;
3

4
namespace ACadSharp.Entities
5
{
6
public abstract partial class ModelerGeometry
7
        {
8
                public class Wire
9
                {
NEW
10
                        public int AcisIndex { get; set; }
×
11

NEW
12
                        public bool ApplyTransformPresent { get; internal set; }
×
13

NEW
14
                        public Color Color { get; set; }
×
15

NEW
16
                        public bool HasRotation { get; internal set; }
×
17

NEW
18
                        public bool HasShear { get; internal set; }
×
19

NEW
20
                        public List<XYZ> Points { get; } = new List<XYZ>();
×
21

NEW
22
                        public double Scale { get; internal set; }
×
23

NEW
24
                        public int SelectionMarker { get; set; }
×
25

NEW
26
                        public XYZ Translation { get; internal set; }
×
27

NEW
28
                        public byte Type { get; set; }
×
29

NEW
30
                        public XYZ XAxis { get; internal set; }
×
31

NEW
32
                        public XYZ YAxis { get; internal set; }
×
33

NEW
34
                        public XYZ ZAxis { get; internal set; }
×
35

36
                        internal bool HasReflection;
37
                }
38
        }
39
}
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

© 2025 Coveralls, Inc