Skip to main content
12-Amethyst
February 21, 2024
Solved

3D Model Sketch Line Weight in Drawing

  • February 21, 2024
  • 1 reply
  • 1272 views

Is there any way to change the line weights of a sketch made in a .prt or .asm when you print out the .drw it's used in?

 

The pen tables don't do anything, the the line style can change the color, but doesn't seem to do anything about weight, changing the options in the 3D cad app doesn't seem to propogate the change to the PDF.  Any ideas?

 

Thanks!

 

I'm on creo 9

Best answer by MartinHanak

Hi,

pentable works well ... see below mentioned lines

 

!*** Sketch feature

pen 7 thickness 0.015 cm; color 0.0 0.0 0.0; section_color

!*** other curves
pen 8 thickness 0.035 cm; color 0.0 0.0 0.0; curve_color

 

Note: Drawing view must not be displayed in Shaded mode.

 

1 reply

24-Ruby III
February 21, 2024

Hi,

pentable works well ... see below mentioned lines

 

!*** Sketch feature

pen 7 thickness 0.015 cm; color 0.0 0.0 0.0; section_color

!*** other curves
pen 8 thickness 0.035 cm; color 0.0 0.0 0.0; curve_color

 

Note: Drawing view must not be displayed in Shaded mode.

 

12-Amethyst
February 21, 2024

Thank you!  I didn't realize the view couldn't be shaded.