Class Beam
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representation of 1D member in IDEA StatiCa Detail
public class Beam : Element1D, IGeometryPart
Inheritance
Implements
Inherited Members
Constructors
Beam()
Constructor
public Beam()
Properties
Edges
Lines of Element2D including edges, which are created by opening
public List<ReferenceElement> Edges { get; set; }
Property Value
GeomId
Id representing geometrical parts of Detail
public int GeomId { get; set; }
Property Value
InsertPoint
Insert point 0 - 9
public int InsertPoint { get; set; }
Property Value
MasterComponent
Master component
public ReferenceElement MasterComponent { get; set; }
Property Value
MasterPoint
Master point 0 - 9
public int MasterPoint { get; set; }
Property Value
Position
Offset between MasterPoint and InsertPoint If MasterPoint is null, position is from origin of coordinate system
public Vector3D Position { get; set; }