Table of Contents

Class Storey

Namespace
FemDesign.StructureGrid
Assembly
FemDesign.Core.dll
public class Storey : EntityBase, IStructureElement, IFemDesignEntity
Inheritance
Storey
Implements
Inherited Members
Extension Methods

Constructors

Storey(Point3d, Vector3d, double, double, string)

Internal constructor.

public Storey(Point3d origo, Vector3d direction, double dimensionX, double dimensionY, string name)

Parameters

origo Point3d

Origo of storey.

direction Vector3d

Direction of storey x'-axis. Optional, default value isGCS x-axis.

dimensionX double

Dimension in x'-direction.

dimensionY double

Dimension in y'-direction.

name string

Name of storey.

Fields

_dimensionX

public double _dimensionX

Field Value

double

_dimensionY

public double _dimensionY

Field Value

double

_direction

public Vector2d _direction

Field Value

Vector2d

Properties

DimensionX

public double DimensionX { get; set; }

Property Value

double

DimensionY

public double DimensionY { get; set; }

Property Value

double

Direction

public Vector3d Direction { get; set; }

Property Value

Vector3d

Name

public string Name { get; set; }

Property Value

string

Origo

public Point3d Origo { get; set; }

Property Value

Point3d