Class RebarSingle
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Represents a single main rebar in 3D space.
[OpenModelClass("CI.StructModel.Structure.RebarSingle,CI.StructuralElements", "CI.StructModel.Structure.IRebarSingle,CI.BasicTypes")]
public class RebarSingle : RebarBaseInheritance
Inherited Members
Constructors
RebarSingle()
create a new instance.
public RebarSingle()Properties
RotationXrad
Returns the rotation (in radians) of the rebar geometry (RebarShape). It is an angle of rotation around AxisX of the reference line.
public double RotationXrad { get; set; }Property Value
Translation
Returns the translation of the rebar geometry (RebarShape). It is an Insert point in reference line coordinate system
public Vector3D Translation { get; set; }