Class PlateElements
- Namespace
 - IdeaRS.OpenModel.Result
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Data of plate elements
[Serializable]
[DataContract]
public class PlateElementsInheritance
Inherited Members
Constructors
PlateElements()
Constructor
public PlateElements()PlateElements(int)
Constructor
public PlateElements(int count)Parameters
countint- 
Number of plate elements
 
Properties
Elements
List of fem elements for plate UID
[DataMember]
public List<FemElement> Elements { get; set; }Property Value
PlateType
Type plate elements
public StructuralPlateType PlateType { get; set; }Property Value
PlateUID
Plate UID
public int PlateUID { get; set; }