Element

Base Class: MeshFamily

Derived Classes: None

Description

Functions available on an element object

Available Functions:
 countGaussPoints()
 getArea()
 getAssignments([attributeType])
 getAttributeValue(attrType, varName)
 getAxes(origin, xAxis, yAxis, zAxis)
 getAxesAtNrmCrds(nrmCrds, origin, xAxis, yAxis, zAxis)
 getDomainDimension()
 getElementType()
 getElementTypeCode()
 getFaces()
 getFeature()
 getGaussAttributeValue(iGauss, attrType, varName)
 getGaussAxes(iGauss, origin, xAxis, yAxis, zAxis)
 getGaussResults(iGauss, entity, component, [units])
 getGaussResultsArray(entity, component, [units])
 getGaussVectorResults(iGauss, entity)
 getInterpolatedPosition(pNrmCrdsIn, pMdlCrdsOut)
 getLength()
 getNodeAttributeValue(node, attrType, varName)
 getNodeAxes(iNode, origin, xAxis, yAxis, zAxis)
 getNodeResults(node, entity, component, [units])
 getNodeResultsArray(entity, component, [units])
 getNodes()
 getNodeVectorResults(node, entity)
 getResultsGeometryID()
 getResultsMaterialID()
 getResultsUnits(entity, component, [units])
 getStressType()
 getVariable(varName)
 getVolume()
 isActive()
 isEndFreedomReleased(dof)
 isStartFreedomReleased(dof)
 setGaussScriptedResults(iGauss, val, component)
 setNodeScriptedResults(node, val, component)

Back to Overview