Class Element2D
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Representation of element2D
[OpenModelClass("CI.StructModel.Structure.Element2D,CI.StructuralElements", "CI.StructModel.Structure.IElement2D,CI.BasicTypes")]
public class Element2D : OpenElementId
Inheritance
Derived
Inherited Members
Constructors
Element2D()
Constructor
public Element2D()
Properties
EccentricityZ
Displacement in local axis Z
public double EccentricityZ { get; set; }
Property Value
ElementType
Analysis type - shell, plate, wall
public Element2DType ElementType { get; set; }
Property Value
GeometricRegion
Geometry region of element2D
public ReferenceElement GeometricRegion { get; set; }
Property Value
InnerLines
Inner lines of this region
public List<ReferenceElement> InnerLines { get; set; }
Property Value
InnerPoints
Inner points of this region
public List<ReferenceElement> InnerPoints { get; set; }
Property Value
Material
Material
public ReferenceElement Material { get; set; }
Property Value
Name
Name of 2D element
public string Name { get; set; }
Property Value
Thickness
Thicknes of Element2D
public double Thickness { get; set; }