Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Survey Point Color/Size

Anonymous

Survey Point Color/Size

Anonymous
Not applicable

I know survey points are annotative but i would like my point number, name, etc., to always be the same size no matter what scale I'm in (I want my survey point info to be smaller than my text). It makes the drawing busy when the point info and the text that I have written are the same size. 

 

Also, is there a way to change the default color of the point symbols, name, ect.,? It always imports in red and to me white is easier to see, especially when you have multiple points in a tight area. 

 

 

0 Likes
Reply
1,985 Views
4 Replies
Replies (4)

lu_an_jie
Advocate
Advocate

You need to tweak your point style and point label settings to get a less busier drawing. You can set there colour and size of the point marker and info text, you even could set an absolute size to the point marker, but AFIK there is no way for the text. You better adjust the scale of the model space.

  1. Look the default point style in default label style when you are creating points. 
    Dialog-1.PNG


  2. Go to the Toolspace > Settings > Points and look for the point style and label style
    Toolspace-1.PNG

  3. Change the point size and colour
    Dialog-2.PNGDialog-3.PNG

  4. Change the label components colour one by one
    Dialog-4.PNG

  5. Change the scale used in model space to bigger scale (for me in model space 1:200 works well)  to make the text appear smaller
    bar-1.PNG

PS: You may get your answer faster in the general Civil 3D forum for questions regarding settings. This forum is more on coding for Civil 3D

 

Regards

Andreas 

Regards

Andreas Luka (Lu An Jie)

http://www.luka-consult.de

Creator of the LX-Stair App for Civil 3D
0 Likes

tyronebk
Collaborator
Collaborator

To force the text size to remain absolute you can use an expression that uses {Drawing Scale Conversion}. For example, I've used this to force the text height to always remain 2.0mm and not scale (just like non-annotative text will behave):

2.0/{Drawing Scale Conversion}

Resulting in:

absolute_text_height.PNG

 

You might notice that the text size has not scaled in the 1:2500 scale, but that distance between the text did. If you want the text position to remain constant you will have to use expressions to also control the offsets. Unfortunately I don't believe you can use an expression to control the value "Border > Gap") .

If you aren't familiar with expressions, you can find a tutorial it in the Civil 3D help.

0 Likes

lu_an_jie
Advocate
Advocate

Your solution is correct, but in my humble opinion an overkill for the problem that the user had in first place (screen to busy). Using a larger scale on screen than in layout solves the problem straight forward and keeps the drawing readable in layout without maintaining and switching between two labels. 

 

Regards

Andreas Luka (Lu An Jie)

http://www.luka-consult.de

Creator of the LX-Stair App for Civil 3D
0 Likes

tyronebk
Collaborator
Collaborator

@@lu_an_jie wrote:

you even could set an absolute size to the point marker, but AFIK there is no way for the text.


I was actually just providing the workaround for your comment about there being no way to have absolute text sizes in labels.

0 Likes