Class OpeningRect
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representation of rectangular opening in IDEA StatiCa Detail
[OpenModelClass(typeof(Opening))]
public class OpeningRect : Opening
Inheritance
Inherited Members
Constructors
OpeningRect()
Constructor
public OpeningRect()
Properties
Height
Height of wall
public double Height { get; set; }
Property Value
Width
Width of wall
public double Width { get; set; }