Interface IIdeaFastenerGrid
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
Represent base of fastener grid
public interface IIdeaFastenerGrid : IIdeaPersistentObject, IIdeaObjectImplements
Properties
ConnectedParts
Collection of parf witch shoud be bolted
IEnumerable<IIdeaObjectConnectable> ConnectedParts { get; }Property Value
Length
Length
double Length { get; set; }Property Value
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
Positions
Collection of nodes specific position of the bolt
IEnumerable<IIdeaNode> Positions { get; }