(PolyPathBase? parent = null)
| 3564 | public Path64? Polygon { get; private set; } // polytree root's polygon == null |
| 3565 | |
| 3566 | public PolyPath64(PolyPathBase? parent = null) : base(parent) {} |
| 3567 | |
| 3568 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 3569 | public override PolyPathBase AddChild(Path64 p) |
nothing calls this directly
no outgoing calls
no test coverage detected