Results 1 to 4 of 4

Thread: ctb mapping utility

  1. #1
    Member
    Join Date
    2001-12
    Posts
    2
    Login to Give a bone
    0

    Default ctb mapping utility

    Has anyone ever come across a utility that takes an input drawing (generated by a land surveyor for example) and change the drawing colours etc by mapping the input ctb to the your company ctb.

    I hope I'm explaining what I'm looking for. I'm not a programmer but it seems to me that it should be easy to do. For example if the surveyor uses green to plot as a 0.1mm line and we use it to plot as .7mm and red as .1mm the proposed utility would change all green lines in the file to red and so on.

    I know there are work arounds manually particularly if all colours are set bylayer. But it would involve opening and noting the contents of the input ctb and manually changing each property.

  2. #2
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: ctb mapping utility

    Quote Originally Posted by kevinholmes View Post
    Has anyone ever come across a utility that takes an input drawing (generated by a land surveyor for example) and change the drawing colours etc by mapping the input ctb to the your company ctb.

    I hope I'm explaining what I'm looking for. I'm not a programmer but it seems to me that it should be easy to do. For example if the surveyor uses green to plot as a 0.1mm line and we use it to plot as .7mm and red as .1mm the proposed utility would change all green lines in the file to red and so on.

    I know there are work arounds manually particularly if all colours are set bylayer. But it would involve opening and noting the contents of the input ctb and manually changing each property.
    I think I understand what you are referring to, it sounds like you would like to change the color of objects in a drawing based on comparing your standard ctb file with a ctb file from another company, so when you use your ctb file, everything prints out using your company's standard lineweights (did I get it, or did I just confuse you). The way our office does it (as we have both surveyors and engineers) is we established a company wide standard for layer names, then we created 2 programs, one that sets all the layers to the the Survey dept linetypes and colors, and one that sets all the layers to the Engineering dept linetypes and colors. It is a time consuming process to set it up in the first place, but the amount of time it saves later on in the process is well worth it.
    Code:
    (command "LAYER"
        "COLOR" "1"
        "Prop Bridge,Prop Easement,Prop Lots,Prop Slope Stake,Grading Permits,Prop Contours,Prop Drive,Prop Road,Prop Road CL" "")
    we only use the first 7 colors, so it isnt too terribly complicated, if you use more than that, your program could get long, we do however have 185 standard layers.

  3. #3
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: ctb mapping utility

    You could perform a layer translation. Read up on it in the help files.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  4. #4
    Member
    Join Date
    2001-12
    Posts
    2
    Login to Give a bone
    0

    Thumbs up Re: ctb mapping utility

    Thanks to both of you I think the Laytrans method will work best for us as the surveyors are external and various.

    It just proves that a lot of the time the functionality requested is in AutoCAD its just hard to find if you don't use the right search term
    Last edited by kevinholmes; 2008-10-10 at 08:40 AM.

Similar Threads

  1. 2014: UVW mapping
    By markfo in forum 3ds Max - General
    Replies: 2
    Last Post: 2015-08-31, 08:46 PM
  2. Replies: 0
    Last Post: 2015-08-07, 05:37 PM
  3. Mapping
    By mAnOO in forum AutoCAD General
    Replies: 1
    Last Post: 2010-04-18, 11:27 AM
  4. UV Mapping
    By Jit in forum Revit - Rendering
    Replies: 1
    Last Post: 2004-04-01, 06:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •