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
origoPoint3dOrigo of storey.
directionVector3dDirection of storey x'-axis. Optional, default value isGCS x-axis.
dimensionXdoubleDimension in x'-direction.
dimensionYdoubleDimension in y'-direction.
namestringName of storey.
Fields
_dimensionX
public double _dimensionX
Field Value
_dimensionY
public double _dimensionY
Field Value
_direction
public Vector2d _direction
Field Value
Properties
DimensionX
public double DimensionX { get; set; }
Property Value
DimensionY
public double DimensionY { get; set; }
Property Value
Direction
public Vector3d Direction { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Origo
public Point3d Origo { get; set; }