We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-01-17 06:16 AM - last edited on 2024-09-26 01:27 PM by Doreena Deng
Hello, could you provide guidance on how to use the "SYMB_POS_FROM_SURVEY_POINT" parameter?
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.
Solved! Go to Solution.
2024-01-17 06:36 AM
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
2024-01-17 06:36 AM
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