- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
We will change our custom entities from wireframe objects (polylines and text included) to custom entities with embedded solid objects (text + polyline + AcDb3dSolid objects)
I have to produce a simple prototype project with just a simple square / box...
I will test following options --> The entity should be able to manage following actions
MOVE / ROTATE / COPY / WBLOCK / EXPLODE (with EXPLODE the TEXT / POLYLINE / SOLID objects should be normal AutoCAD objects)
Ive used as template the embedded solid posts with the solid sphere
At the moment I can save and reopen the DWG with my solid custom entities, I can also copy the entities...
but Im not able to move the entities properly... So my transformBy function of the entity is probably not good.
Following happens after the using of MOVE command
Entities Polyline Text objects are moving as expected to the new position, but the embedded solid objects are still
at the old position (viewing in realistic viewport) the solid embedded objects come up correctly to the new position after a SAVE and Reopen the Drawing or after the command REGEN3 (which is for correct solid objects graphic)
Can somebody help/supporting me in that??
A small template project of a custom entity with embedded solid objects would be great
Attached my cpp and h files for my custom entity + screenshots
Any help/support would be great
Thanks very much in Advance
Solved! Go to Solution.