ansys.mapdl.core.Mapdl.cmedit#

Mapdl.cmedit(aname='', oper='', cnam1='', cnam2='', cnam3='', cnam4='', cnam5='', cnam6='', cnam7='', **kwargs)#

Edits an existing assembly.

Mechanical APDL Command: CMEDIT

Parameters:
anamestr

Name of the assembly to be edited.

operstr

Operation label:

  • ADD - To add more components. The level of any assembly to be added must be lower than that of the assembly Aname (see cmgrp command).

  • DELE - To remove components.

cnam1str

Names of components and assemblies to be added to or deleted from the assembly.

cnam2str

Names of components and assemblies to be added to or deleted from the assembly.

cnam3str

Names of components and assemblies to be added to or deleted from the assembly.

cnam4str

Names of components and assemblies to be added to or deleted from the assembly.

cnam5str

Names of components and assemblies to be added to or deleted from the assembly.

cnam6str

Names of components and assemblies to be added to or deleted from the assembly.

cnam7str

Names of components and assemblies to be added to or deleted from the assembly.

Notes

This command is valid in any processor.