As “AcDbWipeout” uses “AcGiViewportGeometry::rasterImageDc” to draw itself, it is not possible to draw an in memory “AcDbWipeout”. The workaround for this limitation is to make “AcDbWipeout” object a database resident (like adding to an Anonymous block) and using the database resident “AcDbWipeout” entity to draw inside the custom entity. Refer attached demo sample

Leave a Reply