relative_to = ground
在运行的时候出现了以下错误,
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 11, character 10 of the macro '.MACRO_1'.
ERROR: 'location' is not a valid entity.
ERROR: The command was not executed.
ERROR: >> location = (( (.model_1.ground.MARKER_1.loc_x)+(.model_1.ground.MARKER_2.loc_x) )/2 ),&
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 13, character 76 of the macro '.MACRO_1'.
ERROR: Invalid input. Enter an object, qualifier, or action.
ERROR: The command was not executed.
ERROR: >> (( (.model_1.ground.MARKER_1.loc_y)+(.model_1.ground.MARKER_2.loc_y) )/2 ),&
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 15, character 75 of the macro '.MACRO_1'.
ERROR: Invalid input. Enter an object, qualifier, or action.
ERROR: The command was not executed.
ERROR: >> (( (.model_1.ground.MARKER_1.loc_z)+(.model_1.ground.MARKER_2.loc_z) )/2 )&
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 17, character 13 of the macro '.MACRO_1'.
ERROR: 'orientation' is not a valid entity.
ERROR: The command was not executed.
ERROR: >> orientation = 0,0,0&
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 19, character 13 of the macro '.MACRO_1'.
ERROR: 'relative_to' is not a valid entity.
ERROR: The command was not executed.
ERROR: >> relative_to = ground
ERROR: ---------------------------------------------------------------------
新建的点在原点位置,没有在两点之间,请问是怎么回事啊,万分感谢!