Skip to content

Handle angles in radians for hatch arc/ellipse edges#1014

Merged
DomCR merged 2 commits intomasterfrom
issue/1012_hatch-boundarypath-angles-fix
Mar 30, 2026
Merged

Handle angles in radians for hatch arc/ellipse edges#1014
DomCR merged 2 commits intomasterfrom
issue/1012_hatch-boundarypath-angles-fix

Conversation

@DomCR
Copy link
Copy Markdown
Owner

@DomCR DomCR commented Mar 29, 2026

Description

Updated StartAngle and EndAngle properties for arc and ellipse boundary paths to use DxfReferenceType.IsAngle. DXF reader now converts group codes 50 and 51 from degrees to radians, ensuring internal consistency for angle representation.

Updated StartAngle and EndAngle properties for arc and ellipse boundary paths to use DxfReferenceType.IsAngle. DXF reader now converts group codes 50 and 51 from degrees to radians, ensuring internal consistency for angle representation.
@DomCR DomCR added the bug Something isn't working label Mar 29, 2026
@DomCR DomCR added the minor Updates the minor version on merge. label Mar 30, 2026
@DomCR DomCR merged commit 62e373b into master Mar 30, 2026
@DomCR DomCR deleted the issue/1012_hatch-boundarypath-angles-fix branch March 30, 2026 06:09
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.

Hatch BoundaryPath Arc/Circle Angles are still read in Degrees instead of Radians

1 participant