Table of Contents

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

Inheritance

Implements

Inherited Members

Constructors

WallRect()

Coonstructor

public WallRect()

Properties

Height

Height of wall

public double Height { get; set; }

Property Value

double

Offset1

Offset horizontal top left

public double Offset1 { get; set; }

Property Value

double

Offset2

Offset horizontal top left

public double Offset2 { get; set; }

Property Value

double

Width

Width of wall

public double Width { get; set; }

Property Value

double