Class ISO
Last update: 16.07.2025Namespace: VM.Models.FE.Mesh.Materials
Assembly: VM.Models.FE.Mesh.dll
[Table]
public class ISO : Material, IEntity
Inheritance
object ← Entity ← Material ← ISO
Implements
Inherited Members
Material.Equals(object),
Material.GetHashCode(),
Material.Density,
Entity.Equals(object),
Entity.GetHashCode(),
Entity.FromByteArray
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ISO()
public ISO()
Properties
DampingRatio
[Column]
public double DampingRatio { get; set; }
Property Value
PoissonsRation
[Column]
public double PoissonsRation { get; set; }
Property Value
ShearModulus
[Column]
public double ShearModulus { get; set; }
Property Value
YoungsModulus
[Column]
public double YoungsModulus { get; set; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj object
Returns
GetHashCode()
public override int GetHashCode()