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
CrossSection
Cross-section of the member.
public ReferenceElement CrossSection { get; set; }
Property Value
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
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
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
Elements1D
Array of element1D
public List<ReferenceElement> Elements1D { get; set; }
Property Value
HingeBegin
Gets, sets hinge located in the begining of element
public ReferenceElement HingeBegin { get; set; }
Property Value
HingeEnd
Gets, sets hinge located in the end of element
public ReferenceElement HingeEnd { get; set; }
Property Value
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
Member1DType
Beam, column,...
public Member1DType Member1DType { get; set; }
Property Value
MirrorY
Mirrors the cross-section of this member on the Y-axis.
public bool MirrorY { get; set; }
Property Value
MirrorZ
Mirrors the cross-section of this member on the Z-axis.
public bool MirrorZ { get; set; }
Property Value
Name
Name of Element
public string Name { get; set; }
Property Value
Taper
Taper for defining haunched member.
public ReferenceElement Taper { get; set; }