Skip to content

Convert arc and ellipse angles to degrees in DXF output#1004

Merged
DomCR merged 2 commits intomasterfrom
issue/1002_hatch-boundary-arc-angles-fix
Mar 23, 2026
Merged

Convert arc and ellipse angles to degrees in DXF output#1004
DomCR merged 2 commits intomasterfrom
issue/1002_hatch-boundary-arc-angles-fix

Conversation

@DomCR
Copy link
Copy Markdown
Owner

@DomCR DomCR commented Mar 23, 2026

Description

Previously, start and end angles for arcs and ellipses were written in radians. This commit updates the code to convert these angles to degrees using MathHelper.RadToDeg before writing them, ensuring compliance with the DXF file format specification.

Previously, start and end angles for arcs and ellipses were written in radians. This commit updates the code to convert these angles to degrees using MathHelper.RadToDeg before writing them, ensuring compliance with the DXF file format specification.
@DomCR DomCR added bug Something isn't working minor Updates the minor version on merge. labels Mar 23, 2026
@DomCR DomCR merged commit b11db58 into master Mar 23, 2026
@DomCR DomCR deleted the issue/1002_hatch-boundary-arc-angles-fix branch March 23, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working minor Updates the minor version on merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug Report: HATCH boundary arc angles written in radians instead of degrees (DXF)

1 participant