Class ConnectionData
- Namespace
 - IdeaRS.OpenModel.Connection
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Provides data of the connection
public class ConnectionDataInheritance
Inherited Members
Properties
AnchorGrids
Anchor grids which belongs to the connection
public List<AnchorGrid> AnchorGrids { get; set; }Property Value
Beams
Connected beams
public List<BeamData> Beams { get; set; }Property Value
BoltGrids
Bolt grids which belongs to the connection
public List<BoltGrid> BoltGrids { get; set; }Property Value
ConcreteBlocks
ConcreteBlocksof the connection
public List<ConcreteBlockData> ConcreteBlocks { get; set; }Property Value
ConnectionPoint
Connection Point
[DataMember]
public ReferenceElement ConnectionPoint { get; set; }Property Value
CutBeamByBeams
cut beam by beams
public List<CutBeamByBeamData> CutBeamByBeams { get; set; }Property Value
FoldedPlates
Folded plate of the connection
public List<FoldedPlateData> FoldedPlates { get; set; }Property Value
PinGrids
Pin grids which belongs to the connection
public List<PinGrid> PinGrids { get; set; }Property Value
Plates
Plates of the connection
public List<PlateData> Plates { get; set; }Property Value
Welds
Welds of the connection
public List<WeldData> Welds { get; set; }