Class ReinfFabric
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representing fabric reinforcement in IDEA StatiCa Detail
[OpenModelClass(typeof(Reinforcement))]
public class ReinfFabric : Reinforcement
Inheritance
Inherited Members
Constructors
ReinfFabric()
constructor
public ReinfFabric()
Properties
Angle
Rotation of fabric reinforcement related to global X coordinate
public double Angle { get; set; }
Property Value
Cover
Cover of reinforcement
public double Cover { get; set; }
Property Value
CoverFromSetting
Use cover from DetailModelSetting
public bool CoverFromSetting { get; set; }
Property Value
DiameterX
Bar diameter - direction X
public double DiameterX { get; set; }
Property Value
DiameterY
Bar diameter - direction Y
public double DiameterY { get; set; }
Property Value
DistanceX
Distance between bars - direction X
public double DistanceX { get; set; }
Property Value
DistanceY
Distance between bars - direction Y
public double DistanceY { get; set; }
Property Value
MasterComponent
Master component of reinforcement, if null, fabric reinforcement is in all components
public ReferenceElement MasterComponent { get; set; }
Property Value
Number
number of fabric in wall projection
public int Number { get; set; }
Property Value
Position
Position of bottom left corner of fabric reinforcement related to point number 1 of master wall
public Vector3D Position { get; set; }
Property Value
SeparatelyPerWall
true - add fabric reinfrocement separatelly for each wall, false - merge walls and add reinforcement on merged shape
public bool SeparatelyPerWall { get; set; }