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

DomCR / ACadSharp / 28009637452

23 Jun 2026 07:26AM UTC coverage: 76.672% (-0.5%) from 77.204%
28009637452

Pull #1019

github

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

8915 of 12597 branches covered (70.77%)

Branch coverage included in aggregate %.

452 of 909 new or added lines in 44 files covered. (49.72%)

32283 of 41136 relevant lines covered (78.48%)

154759.53 hits per line

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

0.0
/src/ACadSharp/Entities/ProxyGraphics/ProxyText.cs
1
using CSMath;
2

3
namespace ACadSharp.Entities.ProxyGraphics;
4

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

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