Class RebarGeneral
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Represents a single main rebar in 3D space. Holds data from generated rebar or rebar imported from Tekla. the rebarShape is in global coordinates and it is not possible to prject it along Member1D, Polyline, ... (referenceLine)
[OpenModelClass("CI.StructModel.Structure.RebarGeneral,CI.StructuralElements", "CI.StructModel.Structure.IRebarGeneral,CI.BasicTypes")]
public class RebarGeneral : RebarBase
Inheritance
Inherited Members
Constructors
RebarGeneral()
create a new instance.
public RebarGeneral()
Properties
PlaneNormal
Normal vector of the plane where the rebar lie. Used to deterine if this rebar is stirrup.
public Vector3D PlaneNormal { get; set; }
Property Value
RebarType
Rebar type
public RebarGeneralType RebarType { get; set; }