Interface IIdeaWeld
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
An weld is a part of a connection.
public interface IIdeaWeld : IIdeaPersistentObject, IIdeaObjectImplements
Properties
ConnectedParts
Collection of part witch should be welded
IEnumerable<IIdeaObjectConnectable> ConnectedParts { get; }Property Value
End
End node of the weld line. Could be same as start point
IIdeaNode End { get; }Property Value
Material
Material of the plate.
IIdeaMaterial Material { get; }Property Value
Start
Start node of the weld line.
IIdeaNode Start { get; }Property Value
Thickness
double Thickness { get; set; }Property Value
WeldType
Type of weld
WeldType WeldType { get; }Property Value
- WeldType