Table of Contents

Class Member1D

Namespace
IdeaRS.OpenModel.Model
Assembly
IdeaRS.OpenModel.dll

Representation of member1D

[OpenModelClass("CI.StructModel.Structure.Member1D,CI.StructuralElements", "CI.StructModel.Structure.IMember1D,CI.BasicTypes")]
public class Member1D : OpenElementId

Inheritance

Inherited Members

Constructors

Member1D()

Constructor

public Member1D()

Properties

Alignment

Alignment for haunched member.

public Alignment Alignment { get; set; }

Property Value

Alignment

CrossSection

Cross-section of the member.

public ReferenceElement CrossSection { get; set; }

Property Value

ReferenceElement

EccentricityBegin

An eccentricity at the begin of the Member1D. Coordinate system can be specified by IdeaRS.OpenModel.Model.Member1D.EccentricityReference.

public Vector3D EccentricityBegin { get; set; }

Property Value

Vector3D

EccentricityEnd

An eccentricity at the end of the Member1D. Coordinate system can be specified by IdeaRS.OpenModel.Model.Member1D.EccentricityReference.

public Vector3D EccentricityEnd { get; set; }

Property Value

Vector3D

EccentricityReference

A reference system (local or global) in which IdeaRS.OpenModel.Model.Member1D.EccentricityBegin and IdeaRS.OpenModel.Model.Member1D.EccentricityEnd are defined.

public EccentricityReference EccentricityReference { get; set; }

Property Value

EccentricityReference

Elements1D

Array of element1D

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

Property Value

List<ReferenceElement>

HingeBegin

Gets, sets hinge located in the begining of element

public ReferenceElement HingeBegin { get; set; }

Property Value

ReferenceElement

HingeEnd

Gets, sets hinge located in the end of element

public ReferenceElement HingeEnd { get; set; }

Property Value

ReferenceElement

InsertionPoint

An insertion point of the member relative to its reference line (e.g., top-of-steel, bottom-of-steel).

public InsertionPoints InsertionPoint { get; set; }

Property Value

InsertionPoints

Member1DType

Beam, column,...

public Member1DType Member1DType { get; set; }

Property Value

Member1DType

MirrorY

Mirrors the cross-section of this member on the Y-axis.

public bool MirrorY { get; set; }

Property Value

bool

MirrorZ

Mirrors the cross-section of this member on the Z-axis.

public bool MirrorZ { get; set; }

Property Value

bool

Name

Name of Element

public string Name { get; set; }

Property Value

string

Taper

Taper for defining haunched member.

public ReferenceElement Taper { get; set; }

Property Value

ReferenceElement