• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Civil 3D

    Reply
    Valued Mentor
    Posts: 442
    Registered: ‎01-20-2008
    Accepted Solution

    Tree Point Table

    188 Views, 3 Replies
    12-01-2012 09:22 AM

    How would I create a Point Table that would allow me to have Point#, Type, Size in individual columns when I have decription keys that area like this;

     

    GUM 6  to be a 6" GUM.

     

    Is there any way to have the data for the Type in one colum and the size in another?

     

    Is there a possible work around that anyone can think of?

     

    TIA

    C3D12

    Please use plain text.
    *Expert Elite*
    BrianHailey
    Posts: 2,436
    Registered: ‎04-27-2005

    Re: Tree Point Table

    12-01-2012 12:50 PM in reply to: rl_jackson

    Description keys only work on descriptions. You can use the description keys to assign the appropriate style to the points (assuming the description is GUM) but you wouldn't be able to use the "6" to scale your point symbol with it in a different column. If you don't need to use the "6" for anything but labeling purposes, you can use "User Defined Properties" and create a new property for you point for the size column and then use that in a label style.

    Please use plain text.
    Valued Mentor
    Posts: 442
    Registered: ‎01-20-2008

    Re: Tree Point Table

    12-02-2012 06:09 AM in reply to: BrianHailey

    Looks like udp will do the trick, just going to take some doing to implement it.

    Please use plain text.
    *Pro
    Posts: 1,391
    Registered: ‎12-14-2006

    Re: Tree Point Table

    01-09-2013 12:01 PM in reply to: rl_jackson

    in our raw descriptions we code our trees similar to gum 6 and using the codes for full descriptions we can transform it to read 6" gum.   We also use part of the description to size our tree symbols.

     

    first off to break down gum 6 into the codes needed to transform them into 6" gum.

     

    the first part of the descriptoin is $0  or gum.   the next part is $1 or 6.   to in your full description column you would write it as $1" $0 or 6" gum.

     

    as for scaling the symbol by a part of the description the $1 that represents the size or 6 is addressed under the scale parameter column.   used parameter 1 and make sure it is checked.    We here at Prein&Newhof did not want to scale our tree block by 6 times or 52 times for a big tree so we came up with a more reasonable scaling factor and used a net program to covert all tree scaling before the fbk was written.   a 10 inch tree might have a scale parameter of like 1 whereas a 20 inch tree would be 2 etc...

     

    I hope this helps.

     

     

    Dan

    Civil 3D 2013
    Win 7 Pro x64
    Intel Xeon 2.0GHz
    6Gb Ram
    ATI Firepro 4800
    Dell T5500
    www.preinnewhof.com
    Please use plain text.