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

DomCR / ACadSharp / 28009816045

23 Jun 2026 07:29AM UTC coverage: 76.652% (-0.6%) from 77.204%
28009816045

Pull #1019

github

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

8912 of 12595 branches covered (70.76%)

Branch coverage included in aggregate %.

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

32274 of 41136 relevant lines covered (78.46%)

154759.52 hits per line

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

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

4
namespace ACadSharp.Entities.ProxyGraphics;
5

6
public class ProxyPushClip : IProxyGeometry
7
{
NEW
8
        public GraphicsType GraphicsType { get { return GraphicsType.PushClip; } }
×
9

NEW
10
        public XYZ Extrusion { get; set; }
×
NEW
11
        public XYZ ClipBoundaryOrigin { get; set; }
×
NEW
12
        public int PointCount { get; set; }
×
NEW
13
        public List<XY> Points { get; set; }
×
NEW
14
        public Matrix4 ClipBoundaryTransformMatrix { get; set; }
×
NEW
15
        public Matrix4 InverseBlockTransformMatrix { get; set; }
×
NEW
16
        public int FrontClipOn { get; set; }
×
NEW
17
        public int BackClipOn { get; set; }
×
NEW
18
        public double FrontClip { get; set; }
×
NEW
19
        public double BackClip { get; set; }
×
NEW
20
        public bool DrawBoundary { get; set; }
×
21
}
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