Role:Access an Abaqus Global Element assignment property object or determine its properties.
Methods
- Sub GetElementProperties( iElemID, oElemBehav, oMFFLag, oHFFlag, oRIFlag, oIMFlag, oINFlag)
-
Gets the behavior and the modifier to given element type.
- Parameters:
-
- iElemID
- The element type ID for which behavior and modifier is requested.
Legal values:- TET_LINEAR
- TET_PARABOLIC
- HEX_LINEAR
- HEX_PARABOLIC
- WEDG_LINEAR
- WEDG_PARABOLIC
- TRI_LINEAR
- TRI_PARABOLIC
- QUAD_LINEAR
- QUAD_PARABOLIC
- LINE_LINEAR
- LINE_PARABOLIC
- oElemBehav
- The element behavior set to given element type.
Legal values:- SHELL
- MEMBRANE
- SOLID3D
- CONTINUUM_SHELL
- BEAM
- GASKET
- oMFFLag
- The modified formulation flag.
Legal values:- true
- false
- oHFFlag
- The hybrid formulation flag.
Legal values:- true
- false
- oRIFlag
- The reduced integration flag.
Legal values:- true
- false
- oIMFlag
- The incompatible modes flag.
Legal values:- true
- false
- oINFlag
- The Gasket thickness behavior flag.
Legal values:- true
- false
- Sub SetElementProperties( iElemID, iElemBehav, iMFFLag, iHFFlag, iRIFlag, iIMFlag, iINFlag)
-
Sets the behavior and the modifier to given element type.
- Parameters:
-
- iElemID
- The element type ID for which behavior and modifier is to be set.
Legal values:- TET_LINEAR
- TET_PARABOLIC
- HEX_LINEAR
- HEX_PARABOLIC
- WEDG_LINEAR
- WEDG_PARABOLIC
- TRI_LINEAR
- TRI_PARABOLIC
- QUAD_LINEAR
- QUAD_PARABOLIC
- LINE_LINEAR
- LINE_PARABOLIC
- iElemBehav
- The element behavior to be set to given element type.
Legal values:- SHELL
- MEMBRANE
- SOLID3D
- CONTINUUM_SHELL
- BEAM
- GASKET
- iMFFLag
- The modified formulation flag.
Legal values:- true
- false
- iHFFlag
- The hybrid formulation flag.
Legal values:- true
- false
- iRIFlag
- The reduced integration flag.
Legal values:- true
- false
- iIMFlag
- The incompatible modes flag.
Legal values:- true
- false
- iINFlag
- The Gasket thickness behavior flag.
Legal values:- true
- false
Example: To specify element type 'C3D10MH' user can use this method as shown below.
SetElementValues TET_PARABOLI SOLID3D true true false false false false.
dd>