Set PlotType.Limits does not work all the time

Set PlotType.Limits does not work all the time

哀家爆
Enthusiast Enthusiast
200 Views
0 Replies
Message 1 of 1

Set PlotType.Limits does not work all the time

哀家爆
Enthusiast
Enthusiast

Hi guys,

I have some problems when plotting to jpg.

My business logic would look something like this,

1. Find the drawing frame, and get its geom extents3d ;

2. Set doc.Database.Limmin = extents3d .Min and doc.Database.Limmax  = extents3d .Max;

3. Begin plot, and set PlotType = PlotType.Limits;

Most of the time it works fine, and plot the correct region. But sometimes the result shows that the plot region or plot type is more like PlotType.Extents than PlotType.Limits, it print the whole extents of the drawing.

Is there something wrong or something I miss?

0 Likes
201 Views
0 Replies
Replies (0)