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

DomCR / ACadSharp / 28004914840

23 Jun 2026 05:40AM UTC coverage: 76.868% (-0.3%) from 77.204%
28004914840

Pull #1019

github

web-flow
Merge 650fbff88 into 7f35d38e6
Pull Request #1019: Add mechanical entities and proxy graphics

8925 of 12557 branches covered (71.08%)

Branch coverage included in aggregate %.

513 of 899 new or added lines in 44 files covered. (57.06%)

6 existing lines in 1 file now uncovered.

32287 of 41057 relevant lines covered (78.64%)

155058.53 hits per line

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

87.5
/src/ACadSharp/Entities/ProxyGraphics/ProxyUnicodeText.cs
1
using CSMath;
2

3
namespace ACadSharp.Entities.ProxyGraphics;
4

5
public class ProxyUnicodeText : IProxyGeometry
6
{
NEW
7
        public GraphicsType GraphicsType { get { return GraphicsType.UnicodeText; } }
×
8

9
        public XYZ StartPoint { get; set; }
12✔
10
        public XYZ Normal { get; set; }
12✔
11
        public XYZ TextDirection { get; set; }
12✔
12
        public double Height { get; set; }
12✔
13
        public double WidthFactor { get; set; }
12✔
14
        public double ObliqueAngle { get; set; }
12✔
15
        public string Text { get; set; }
24✔
16
}
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