Class MaterialStrengthProperty
- Namespace
- IdeaRS.OpenModel.Material
- Assembly
- IdeaRS.OpenModel.dll
Class defines the strength of material acc. to materieal thickness
[OpenModelClass("IdeaRS.MprlModel.Material.MaterialStrengthProperty,CI.BasicTypes")]
[DataContract]
public class MaterialStrengthProperty : OpenObject
Inheritance
Inherited Members
Properties
List
Collection of material strength levels
[DataMember]
public List<MaterialStrength> List { get; set; }