Alternative to Block Editor
Posted: 14 Sep 2016, 20:46
HI,
Since CADEditorControl do not have block editing capabilities, I want to convert all inserts in cadimage into appropriate cadentities and create a new cad image from these entities so that
user can select individual entities instead of selected whole insert.
Is there any way to convert all inserts in the cad image to individual entities instead of calling
CADConst.DoScale2D(ref cadItirate) on each cadEntity and manually converting each vertex
cadItirate.matrix.PtXMat(cadPoint.Point);
Thanks
Ravi
Since CADEditorControl do not have block editing capabilities, I want to convert all inserts in cadimage into appropriate cadentities and create a new cad image from these entities so that
user can select individual entities instead of selected whole insert.
Is there any way to convert all inserts in the cad image to individual entities instead of calling
CADConst.DoScale2D(ref cadItirate) on each cadEntity and manually converting each vertex
cadItirate.matrix.PtXMat(cadPoint.Point);
Thanks
Ravi