Skip to content

issue-973 polyline match vertices props#987

Merged
DomCR merged 2 commits intomasterfrom
issue-973_vertex-layer-update
Feb 28, 2026
Merged

issue-973 polyline match vertices props#987
DomCR merged 2 commits intomasterfrom
issue-973_vertex-layer-update

Conversation

@DomCR
Copy link
Owner

@DomCR DomCR commented Feb 28, 2026

Description

  • Make Layer/LineType virtual; sync polyline vertex props
  • Made Entity.Layer and Entity.LineType virtual for extensibility.
  • Overrode Layer and LineType in PolyLine to propagate changes to vertices.
  • Added PolylineVertexLayer test to verify layer assignment.
  • Fixed typo in ClearVerticesTest method name.
  • Updated CSUtilities submodule.

- Made Entity.Layer and Entity.LineType virtual for extensibility.
- Overrode Layer and LineType in PolyLine to propagate changes to vertices.
- Added PolylineVertexLayer test to verify layer assignment.
- Fixed typo in ClearVerticesTest method name.
- Updated CSUtilities submodule.
@DomCR DomCR added the bug Something isn't working label Feb 28, 2026
@DomCR DomCR added the minor Updates the minor version on merge. label Feb 28, 2026
@DomCR DomCR merged commit b30c36b into master Feb 28, 2026
@DomCR DomCR deleted the issue-973_vertex-layer-update branch February 28, 2026 07:20
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.

Writing DXF files: Default layer used for Polyline2D entities instead of the defined layer

1 participant