Table of Contents

Interface IIdeaFastenerGrid

Namespace
IdeaStatiCa.BimApi
Assembly
IdeaStatiCa.BimApi.dll

Represent base of fastener grid

public interface IIdeaFastenerGrid : IIdeaPersistentObject, IIdeaObject

Implements

Properties

ConnectedParts

Collection of parf witch shoud be bolted

IEnumerable<IIdeaObjectConnectable> ConnectedParts { get; }

Property Value

IEnumerable<IIdeaObjectConnectable>

Length

Length

double Length { get; set; }

Property Value

double

LocalCoordinateSystem

Local Coordinate System (LCS) of the bolt grid. Only vector definition of the LCS is supported, so the instance of CoordSystemByVector must be returned. LCS only effects rotation of the segment, it does not modify on nodes' position.

CoordSystem LocalCoordinateSystem { get; }

Property Value

CoordSystem

Origin

Origin node of the bolt grid.

IIdeaNode Origin { get; }

Property Value

IIdeaNode

Positions

Collection of nodes specific position of the bolt

IEnumerable<IIdeaNode> Positions { get; }

Property Value

IEnumerable<IIdeaNode>