cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Yeojin
Contributor

Usage of the "SYMB_POS_FROM_SURVEY_POINT" Parameter

Hello, could you provide guidance on how to use the "SYMB_POS_FROM_SURVEY_POINT" parameter?

240117_1_gdl.PNG

The default display format is {0, 0, 0},..

how should I write it if I want to represent the object's position (z)?


text2 0, 0, SYMB_POS_FROM_SURVEY_POINT

Writing it like this gives the message "Requires a representation of a character or numeric type."

 

I would appreciate it if you could share any examples or references that I can consult. Thank you.

 

 

1 Solution

Accepted Solutions
Yeojin
Contributor

oh. I've learned how to use it. 😅

 

Example

xx = SYMB_POS_FROM_SURVEY_POINT.x
yy = SYMB_POS_FROM_SURVEY_POINT.y
zz = SYMB_POS_FROM_SURVEY_POINT.z

 

Go to post

1 Reply 1
Yeojin
Contributor

oh. I've learned how to use it. 😅

 

Example

xx = SYMB_POS_FROM_SURVEY_POINT.x
yy = SYMB_POS_FROM_SURVEY_POINT.y
zz = SYMB_POS_FROM_SURVEY_POINT.z

 

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!