Class WallRect
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representation of rectangular element2D in IDEA StatiCa Detail
[OpenModelClass(typeof(Wall))]
public class WallRect : Wall, IGeometryPart, ISynchronizationInheritance
Implements
Inherited Members
Constructors
WallRect()
Coonstructor
public WallRect()Properties
Height
Height of wall
public double Height { get; set; }Property Value
Offset1
Offset horizontal top left
public double Offset1 { get; set; }Property Value
Offset2
Offset horizontal top left
public double Offset2 { get; set; }Property Value
Width
Width of wall
public double Width { get; set; }