Class WeldParam
- Namespace
- IdeaRS.OpenModel.Parameters
- Assembly
- IdeaRS.OpenModel.dll
Parameter which represts the record of the weld in IDEA MPRL
[DataContract]
[Serializable]
public class WeldParam : MprlRecord
Inheritance
Inherited Members
Properties
Size
Gets or sets the size of the weld
[DataMember]
public double Size { get; set; }
Property Value
WeldType
Gets or sets the type of the weld
[DataMember]
public WeldType WeldType { get; set; }