Class ReinfBarOnMoreEdges
- Namespace
 - IdeaRS.OpenModel.Detail
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Representing reinforcement bar input on more edges in IDEA StatiCa Detail
[OpenModelClass(typeof(Reinforcement))]
public class ReinfBarOnMoreEdges : ReinforcementGroupInheritance
Inherited Members
Constructors
ReinfBarOnMoreEdges()
Constructor
public ReinfBarOnMoreEdges()Properties
Covers
Covers
public List<double> Covers { get; set; }Property Value
LengthFromFirstIntersection
Length of bar from first intersection in the direction of edge
public double LengthFromFirstIntersection { get; set; }Property Value
LengthFromLastIntersection
Length of bar from last intersection in the direction of edge
public double LengthFromLastIntersection { get; set; }Property Value
MasterComponent
Master component of reinforcement
public ReferenceElement MasterComponent { get; set; }Property Value
MasterEdges
Master Edges
public List<ReferenceElement> MasterEdges { get; set; }Property Value
WholeFirstEdge
Bar is on whole length of first edge
public bool WholeFirstEdge { get; set; }Property Value
WholeLastEdge
Bar is on whole length of last edge
public bool WholeLastEdge { get; set; }