我用范成建《虚拟样机软件MSC.ADAMS应用与提高》中关于用宏命令建立齿轮的应用,
出现三个同样类型的错误:
ERROR: ---------------------------------------------------------------------
ERROR: Error detected on line number 123, character 6 of poly_gear.cmd.
ERROR: No Reference_Frame was found because 'close' does not exist beneath '.gear_5'.
ERROR: The command was not executed.
ERROR: &> close=yes relative_to=.gear_5.PART_2.MARKER_1
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: No Wire_Geometry was found because 'tmp_poly' does not exist beneath '.gear_5.PART_2'.
ERROR: The command was not executed.
ERROR: &> .gear_5.PART_2.gear1 profile_curve=tmp_poly&
ERROR: ---------------------------------------------------------------------
ERROR: ---------------------------------------------------------------------
ERROR: No Geometry was found because 'tmp_poly' does not exist beneath '.gear_5.PART_2'.
ERROR: The command was not executed.
ERROR: >> geometry delete geometry_name=tmp_poly
ERROR: ---------------------------------------------------------------------
请宏高手指点!
涉及到的宏命令只有三行(红字部分):
file text write&
format_for_output="close=yes relative_to=%s"&
values_for_output=($center_marker) newline=yes