Interface IIdeaConnectionPoint
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
Represent connection point with all connected items
public interface IIdeaConnectionPoint : IIdeaObjectImplements
Properties
AnchorGrids
IEnumerable<IIdeaAnchorGrid> AnchorGrids { get; }Property Value
BoltGrids
IEnumerable<IIdeaBoltGrid> BoltGrids { get; }Property Value
ConnectedMembers
IEnumerable<IIdeaConnectedMember> ConnectedMembers { get; }Property Value
Cuts
IEnumerable<IIdeaCut> Cuts { get; }Property Value
FoldedPlates
IEnumerable<IIdeaFoldedPlate> FoldedPlates { get; }Property Value
Node
IIdeaNode Node { get; }Property Value
PinGrids
IEnumerable<IIdeaPinGrid> PinGrids { get; }Property Value
Plates
IEnumerable<IIdeaPlate> Plates { get; }Property Value
Welds
IEnumerable<IIdeaWeld> Welds { get; }