emodif#
- Elements.emodif(iel='', stloc='', i1='', i2='', i3='', i4='', i5='', i6='', i7='', i8='', **kwargs)#
Modifies a previously defined element.
Mechanical APDL Command: EMODIF
- Parameters:
- iel
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- stloc
str Starting location (
n) of first node to be modified or the attribute label.If
n, modify element node positionsn,n+1, etc. (n= 1 to 20). For example, ifSTLOC= 1,I1refers to the first node,I2, the second, etc. IfSTLOC= 9,I1refers to the ninth node,I2, the tenth, etc. Attributes are also modified to the currently specified values.Use -
nto modify only nodes and not attributes.If zero, modify only the attributes to the currently specified values.
If MAT, TYPE, REAL, ESYS, SECNUM, or EGID, modify only that attribute to the
I1value.- i1
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- i2
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- i3
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- i4
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- i5
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- i6
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- i7
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.- i8
str Replace the previous node numbers assigned to this element with these corresponding values. A (blank) retains the previous value (except in the
I1field, which resets theSTLOCnode number to zero).For attributes (
STLOC= MAT, TYPE, etc.), replace the existing value with theI1value (or the default ifI1is zero or blank).For attributes MAT and REAL, inputting the label GCN for
I1replaces the existing attribute value with zero for the specified elements. This is a special case used only for converting contact elements (TARGE169throughCONTA177) from a pair-based definition to a general contact definition.
- iel
Notes
The nodes and/or attributes (MAT, TYPE, REAL, ESYS, SECNUM, or EGID values) of an existing element can be changed with this command.
The EGID attribute is valid only for
MESH200elements when they are used to generate reinforcing elements (REINFnnn) via the mesh-independent method for defining reinforcing.