Print Page | Close Window

proxy saveAs polyline plinegen

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=667
Printed Date: 22.Apr.2026 at 05:03


Topic: proxy saveAs polyline plinegen
Posted By: jpospisil
Subject: proxy saveAs polyline plinegen
Date Posted: 22.Apr.2008 at 13:36
hallo,
i have my own object deried from entity
it is normally displayed - everithing Ok
when autocad is calling saveAs(), i instead of normal calling of worlddraw func. call my own function to participate subEntities
there is the problem:
when geometry()-> calls polyline() i call AcgiLineTypeEngine::tesselate() to participate polyline of different linetype
when i open file without arx initialisation, the proxy entity will appear
BUT when i explode this one (polyline as proxy in my case), the exploded object should be the same, but it's not. It has set the "linetype generation" in propertiesBox to off, when i change this flag manually - it's ok
how can i change this flag to true during saving proxy gaphics?
i tried AcdbDatabase::setPlinegen() but doesn't affect
so - proxy drawn by tesselation is ok, but the exploded proxy object has changed the plinegen flag to false (this flag means overflowing of non_continuous linetype over vertexes)
would you help me pls?
thank you very much
jp
 
 



Print Page | Close Window