Click or drag to resize

FemMaterial Methods

The FemMaterial type exposes the following members.

Methods
  NameDescription
Public methodAddBeamId
add an element identifier to the list of the material's element identifiers
Public methodaddTo
add a feb material to feb model
Public methodalphaT
coefficient of thermal expansion in the specified direction
Public methodclearBeamIDs
clear the material's element identifiers
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodcloneBeamIDs
clone the material's element identifiers
Public methodCopy
copy the material from another one
Public methodE
Young's Modulus [kN/m2] in the specified direction
Public methodenlistMaterial
return a material based on its reference or name. Add it to the list of materials if not already present
Public methodEquals
returns true if another material is equal to this one.
(Overrides ObjectEquals(Object).)
Public methodfc
material compressive strength in the specified direction [kN/m2]
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodft
material tensile strength in the specified direction [kN/m2]
Public methodfy
material strength in the specified direction [kN/cm2]
Public methodG12
in-plane shear modulus [kN/m2]
Public methodG3
transverse shear modulus [kN/m2]
Public methodgamma
specific weight [kN/m3]
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodmatchIds
returns true if the material matches one of the identifiers given in ids
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodnue12
in-plane lateral contraction coefficient
Public methodreadBaseProperties
read material data from table
Public methodStatic memberreadMaterialTable
read the default materials table and return its contents as a list of GH-materials
Public methodrenewGuid
set a new guid for the material
Public methodrenewGuid(Guid)
set a given guid for the material
Public methodsetMaterialPropertiesInSIUnits
set the material properties
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodtrait
return value of trait with given index
Public methodtypeName
type-name of the material ("ISO" for isotropic, "ORTHO" for orthotropic)
Top
See Also