Class RebarHookBend
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Represents a bend rebar hook in 3D.
public class RebarHookBend : RebarHookBase
Inheritance
Inherited Members
Properties
Angle
Bending Angle in X-Y Plane.
public double Angle { get; set; }
Property Value
Length
Length of the Hook.
public double Length { get; set; }
Property Value
Radius
Bending Radius.
It will override Vertex Radius in case of RebarArcRadVertex3D
and RebarArcRadVertex3D
.
public double Radius { get; set; }