Indexes   

ABQGlobalElementAssignment (Object)

Represents an Abaqus Global Element assignment (ABQGlobalElementAssignment) object.
Role:Access an Abaqus Global Element assignment property object or determine its properties.

Method Index

GetElementProperties
Gets the behavior and the modifier to given element type.
SetElementProperties
Sets the behavior and the modifier to given element type.

Methods


o 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
o 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.

Copyright © 2006, Dassault Systèmes. All rights reserved.