Click or drag to resize

RebarBase Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents a base class for Rebars in 3D space.
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Model
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public abstract class RebarBase : OpenElementId

The RebarBase type exposes the following members.

Constructors
  NameDescription
Protected methodRebarBase
Initializes a new instance of the RebarBase class
Top
Properties
  NameDescription
Public propertyDiameter
Gets or sets the Rebar Diameter.
Public propertyGroupId
identity for group identification number
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyMaterial
Gets or sets the reference of material properties.
Public propertyRebarAllocationElement
the element where this rebar belongs (part of that beam)
Public propertyRebarParentElement
Gets or sets the reference element of the geometry of the reference line (line along which the rebars are generated). It can be IdeaRS.OpenModel.Geometry3D.Segment3D or IdeaRS.OpenModel.Geometry3D.PolyLine3D or IdeaRS.OpenModel.Model.Member1D or IdeaRS.OpenModel.Model.Element1D
Public propertyRebarShape
Gets or sets the geometrical shape of the rebar. IdeaRS.OpenModel.Model.RebarShape
Top
See Also