ansys.mapdl.core.Mapdl.mrep#

Mapdl.mrep(name='', arg1='', arg2='', arg3='', arg4='', arg5='', arg6='', arg7='', arg8='', arg9='', arg10='', arg11='', arg12='', arg13='', arg14='', arg15='', arg16='', arg17='', arg18='', **kwargs)#

Enables you to reissue the graphics command macro “name” during a replot or zoom operation.

Mechanical APDL Command: /MREP

Parameters:
namestr

The name identifying the macro file or macro block on a macro library file. The name can contain up to eight characters maximum and must begin with a letter.

arg1str

Values to be passed into the file or block.

arg2str

Values to be passed into the file or block.

arg3str

Values to be passed into the file or block.

arg4str

Values to be passed into the file or block.

arg5str

Values to be passed into the file or block.

arg6str

Values to be passed into the file or block.

arg7str

Values to be passed into the file or block.

arg8str

Values to be passed into the file or block.

arg9str

Values to be passed into the file or block.

arg10str

Values to be passed into the file or block.

arg11str

Values to be passed into the file or block.

arg12str

Values to be passed into the file or block.

arg13str

Values to be passed into the file or block.

arg14str

Values to be passed into the file or block.

arg15str

Values to be passed into the file or block.

arg16str

Values to be passed into the file or block.

arg17str

Values to be passed into the file or block.

arg18str

Values to be passed into the file or block.

Notes

This command reissues the graphics command macro “name” during a replot operation ( replot ) or a zoom ( zoom ) operation. The program passes the command macro arguments to the replot and zoom feature for use by the graphics macro. You should place the s-MREP command at the end of the graphics command macro, following the last graphics command within the macro, to enable the replot or zoom feature.