Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi
I face the issue of not being able to centralise the drawing in the paperspace. The drawing is always offset. Please the below image . What needs to be done ? My format dimension is 420x297 for an A3 drawing.
Odd place to post - anyway - if you are using a paper size that is larger than the format, you need to shift the format or use a paper size that matches the format. You can also use the plot translate plotter config option. See
Codex:Creo -->Pen Tables + PCF's
<value>, <x value> <y value>, <x value> <y value> <units>
Sets the offset of the plot from its origin. Enter only the x-offset value or both the x-offset and y-offset values. You can only specify units (such as mm) when you have given the offset in both directions. For example:
plot_translate .25
or
plot_translate .25 .35
- for offsetting 0.25 in the x direction and 0.35 in the y direction.
Note: When a single value is given, it is used for both x and y.