Interface IIdeaElement2D
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
Representation of element2D
public interface IIdeaElement2D : IIdeaObjectImplements
Properties
EccentricityZ
Displacement in local axis Z
double EccentricityZ { get; }Property Value
ElementType
Analysis type - shell, plate, wall
Element2DType ElementType { get; }Property Value
- Element2DType
GeometricRegion
Geometry region of element2D
IIdeaRegion3D GeometricRegion { get; }Property Value
InnerLines
Inner lines of this region
List<IIdeaPolyLine3D> InnerLines { get; }Property Value
InnerPoints
Inner points of this region
List<IIdeaNode> InnerPoints { get; }Property Value
Material
Material
IIdeaMaterial Material { get; }Property Value
Thickness
Thicknes of Element2D
double Thickness { get; }