Skip to content

Conversation

DomCR
Copy link
Owner

@DomCR DomCR commented Aug 27, 2025

Description

Implementation for Ole2Frame.

DomCR added 2 commits August 27, 2025 09:47
- Updated `DxfSubclassMarker.cs` to include `Ole2Frame` and `OrdinateDimension` constants.
- Introduced `Ole2Frame` class in `Ole2Frame.cs` with properties for version, corners, OLE object type, and paper space status.
- Added `OleObjectType` enumeration in `OleObjectType.cs` to define OLE object types: `Link`, `Embedded`, and `Static`.
Introduced a new case for `ObjectType.OLE2FRAME` in
`DwgObjectReader.cs`, which invokes the `readOle2Frame()`
method. This method processes OLE2 frame data, initializes
an `Ole2Frame` object, and prepares a `CadEntityTemplate`.
Comments have been added for clarity on the code's
functionality.
@DomCR DomCR linked an issue Aug 27, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OLE Objects not cloned/copied

1 participant