cmedit#

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

Edits an existing assembly.

APDL Command: CMEDIT

Parameters:
aname

Name of the assembly to be edited.

oper

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.

cnam1, cnam2, cnam3, … , cnam7

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

Return type:

None

Notes

This command is valid in any processor.