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:
- name
str
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.
- arg1
str
Values to be passed into the file or block.
- arg2
str
Values to be passed into the file or block.
- arg3
str
Values to be passed into the file or block.
- arg4
str
Values to be passed into the file or block.
- arg5
str
Values to be passed into the file or block.
- arg6
str
Values to be passed into the file or block.
- arg7
str
Values to be passed into the file or block.
- arg8
str
Values to be passed into the file or block.
- arg9
str
Values to be passed into the file or block.
- arg10
str
Values to be passed into the file or block.
- arg11
str
Values to be passed into the file or block.
- arg12
str
Values to be passed into the file or block.
- arg13
str
Values to be passed into the file or block.
- arg14
str
Values to be passed into the file or block.
- arg15
str
Values to be passed into the file or block.
- arg16
str
Values to be passed into the file or block.
- arg17
str
Values to be passed into the file or block.
- arg18
str
Values to be passed into the file or block.
- name
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.