Table of Contents

Class Wall

Namespace
IdeaRS.OpenModel.Detail
Assembly
IdeaRS.OpenModel.dll

Representation of Wall in IDEA StatiCa Detail

public class Wall : Element2D, IGeometryPart

Inheritance

Derived

Implements

Inherited Members

Constructors

Wall()

Constructor

public Wall()

Properties

Edges

Lines of Element2D including edges, which are created by opening

public List<ReferenceElement> Edges { get; set; }

Property Value

List<ReferenceElement>

GeomId

Id representing geometrical parts of Detail

public int GeomId { get; set; }

Property Value

int

InsertPoint

Insert point 0 - 9

public int InsertPoint { get; set; }

Property Value

int

MasterComponent

Master component

public ReferenceElement MasterComponent { get; set; }

Property Value

ReferenceElement

MasterPoint

Master point 0 - 9

public int MasterPoint { get; set; }

Property Value

int

Position

Offset between MasterPoint and InsertPoint If MasterPoint is null, position is from origin of coordinate system

public Vector3D Position { get; set; }

Property Value

Vector3D