Skip to main content
12-Amethyst
June 28, 2023
Solved

Pentable issue, how to print a filled white area from drawing.

  • June 28, 2023
  • 1 reply
  • 1658 views

I want to create a symbol with 3 colors, Red, white and blue. I am using Creo 6.

I use a filled hatch pattern. When I make for blue and red, no problem, but the white are is printed in black. When I modify the white scale to a little less white, it pops up ok.

How to print fully white area?

I know this is pentable related but I can't find the issue.

Best answer by MartinHanak

Hi,

according to https://www.ptc.com/en/support/article/CS248825 you have to set following config.pro option

 

intf2d_out_pdf_white_as_black no

 

Also pen definition related to your white color must not contain color keyword.

1 reply

24-Ruby III
June 28, 2023

Hi,

according to https://www.ptc.com/en/support/article/CS248825 you have to set following config.pro option

 

intf2d_out_pdf_white_as_black no

 

Also pen definition related to your white color must not contain color keyword.

Rubio7412-AmethystAuthor
12-Amethyst
June 28, 2023

As usual, you are the GOAT.

Thank you so much.

Ruben