Showing posts with label Layers. Show all posts
Showing posts with label Layers. Show all posts

Thursday, 25 August 2011

Old fashioned Linetypes with text, unreadable when given Lineweight

Been doing some water connection blowups, lately and I wanted to have a linetype with a thick lineweight in plan
and in the blowup viewport use the viewport layer lineweight override to have a lineweight a bit thinner.
But I came across an issue with our old style linetype that if you give them a lineweight the text becomes unreadable. So Googled the
problem and found these two helpful posts. Basically you have to create a linetype with the text as a true font type text object.
Note also make sure in your  .ctb file for the color that the use object lineweight is set to yes or the line will still appear thin on the print.
http://forums.autodesk.com/t5/AutoCAD-2007/Printing-lineweight-linetypes-text/td-p/1831207
http://thecadgeek.com/blog/2010/07/linetype-text/
image
Came across this two helpful posts that helped me fix the problem
image

Monday, 29 November 2010

Layer Filters writing and the Ribbon

First a bit of a reminder to myself. To filter out all layers that you know in a drawing that start with certain characters write a filter like this
image
This filter will leave in the xref layers for some reason (adding *|* to the first filter does not work) however to remove xref layers write a subfilter below the first filter with the following criteria
image
If you start working with a lot of layers which is typical with Civil 3d you can apply a change to the registry explained here
http://www.civil3d.com/2008/10/restoring-classic-layer-filters/
to have the filter export button appear in the layer manager this means you can build up your filters over time and import your standard filters into new and old drawings. Also if you have progressed to using the ribbon you can add the layer filter combo control thru your cui to the ribbon so you can access your filters direct from the ribbon and turn layers on/off and freeze/thaw them in logical groupings. Much quicker them picking one at a time in the layer dropdown control.
image
Related Posts Plugin for WordPress, Blogger...