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:
- aname
str
Name of the assembly to be edited.
- oper
str
Operation label:
ADD
- To add more components. The level of any assembly to be added must be lower than that of the assemblyAname
(see cmgrp command).DELE
- To remove components.
- cnam1
str
Names of components and assemblies to be added to or deleted from the assembly.
- cnam2
str
Names of components and assemblies to be added to or deleted from the assembly.
- cnam3
str
Names of components and assemblies to be added to or deleted from the assembly.
- cnam4
str
Names of components and assemblies to be added to or deleted from the assembly.
- cnam5
str
Names of components and assemblies to be added to or deleted from the assembly.
- cnam6
str
Names of components and assemblies to be added to or deleted from the assembly.
- cnam7
str
Names of components and assemblies to be added to or deleted from the assembly.
- aname
Notes
This command is valid in any processor.