Table of Contents

Class ConnectionData

Namespace
IdeaRS.OpenModel.Connection
Assembly
IdeaRS.OpenModel.dll

Provides data of the connection

public class ConnectionData

Inheritance

Inherited Members

Properties

AnchorGrids

Anchor grids which belongs to the connection

public List<AnchorGrid> AnchorGrids { get; set; }

Property Value

List<AnchorGrid>

Beams

Connected beams

public List<BeamData> Beams { get; set; }

Property Value

List<BeamData>

BoltGrids

Bolt grids which belongs to the connection

public List<BoltGrid> BoltGrids { get; set; }

Property Value

List<BoltGrid>

ConcreteBlocks

ConcreteBlocksof the connection

public List<ConcreteBlockData> ConcreteBlocks { get; set; }

Property Value

List<ConcreteBlockData>

ConnectionPoint

Connection Point

[DataMember]
public ReferenceElement ConnectionPoint { get; set; }

Property Value

ReferenceElement

CutBeamByBeams

cut beam by beams

public List<CutBeamByBeamData> CutBeamByBeams { get; set; }

Property Value

List<CutBeamByBeamData>

FoldedPlates

Folded plate of the connection

public List<FoldedPlateData> FoldedPlates { get; set; }

Property Value

List<FoldedPlateData>

PinGrids

Pin grids which belongs to the connection

public List<PinGrid> PinGrids { get; set; }

Property Value

List<PinGrid>

Plates

Plates of the connection

public List<PlateData> Plates { get; set; }

Property Value

List<PlateData>

Welds

Welds of the connection

public List<WeldData> Welds { get; set; }

Property Value

List<WeldData>