Legacy Wireframe or Plot With Color Images

Legacy Wireframe or Plot With Color Images

Anonymous
Not applicable
3,415 Views
3 Replies
Message 1 of 4

Legacy Wireframe or Plot With Color Images

Anonymous
Not applicable

Is it possible to get at Legacy wireframe in the shadeplottype?  The reason being is that is the only setting I've found that allows us to plot with the images being in color and the rest black and white.

0 Likes
3,416 Views
3 Replies
Replies (3)
Message 2 of 4

moogalm
Autodesk Support
Autodesk Support

Hi,

 

Did you try using "PlotSettingsShadePlotType.Wireframe" property in PlotSettings API ?, can you please show me what you are expected resullt, it will be helpful for me guide you better.

 

using (PlotSettings acPlSet = new PlotSettings(acLayout.ModelType))

{

/****/

acPlSet.ShadePlot = PlotSettingsShadePlotType.Wireframe;

}

0 Likes
Message 3 of 4

Anonymous
Not applicable

I did try Wireframe but the output is not the same as Legacy-Wireframe.  Our need is for the plot to show xref'd images in color, the rest (ACAD objects) to be black.  In previous versions of ACAD this was not an issue as Wireframe worked as intended.  Now Wireframe plot all to black, Legacy-Wireframe plots the images in color and ACAD obects in black.  Legacy-Wireframe does not appear to be accessible through the API.

0 Likes
Message 4 of 4

moogalm
Autodesk Support
Autodesk Support

Hi,

 

Thanks for information, I would like to address this behavior with our Engineering, would you mind sharing a sample drawing that worked in earlier version of Acad.

I will also check if I can provide workaround.

 

Sorry for this inconvience 😞

0 Likes