Table of Contents

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

double

Width

Width of wall

public double Width { get; set; }

Property Value

double