Class WeldData
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Provides data of the single weld
public class WeldData
Inheritance
Inherited Members
Properties
ConnectedPartIds
Id of the weld
public List<string> ConnectedPartIds { get; set; }
Property Value
End
End of the weld
public Point3D End { get; set; }
Property Value
Id
Id of the weld
public int Id { get; set; }
Property Value
Material
Name of the material
public string Material { get; set; }
Property Value
Name
Name of the weld
public string Name { get; set; }
Property Value
Start
Start of the weld
public Point3D Start { get; set; }
Property Value
Thickness
Thickness of the weld
public double Thickness { get; set; }
Property Value
WeldMaterial
Material of the weld
public ReferenceElement WeldMaterial { get; set; }
Property Value
WeldType
Type of the weld
public WeldType WeldType { get; set; }