| doc |
Document |
A document to contain the RebarShape. |
| definition |
RebarShapeDefinition |
The definition of the rebar shape, as a set of curves in a plane
driven by parameters. |
| multiplanarDefinition |
RebarShapeMultiplanarDefinition |
If not <span class="keyword">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span>, the created RebarShape will be a 3D shape. The shape
is built out of the planar RebarShapeDefinition, with additional
out-of-plane segments defined by the RebarShapeMultiplanarDefinition
object. Not supported in conjunction with RebarShapeDefinitionByArc
of type Spiral or LappedCircle. |
| style |
RebarStyle |
Whether the shape is to be used as a standard bar or a stirrup/tie. |
| attachmentType |
StirrupTieAttachmentType |
When the style is stirrup/tie, specify whether it will attach to the
interior of cover (cover is measured to the stirrups), or to the
exterior of cover (cover is measured to the standard bars).
Ignored when the style is Standard. |
| startHookAngle |
Int32 |
The start hook angle, expressed as an integral number of degrees.
If 0, the shape will have no start hook. Common values are 0, 90, 135, and 180. |
| startHookOrientation |
RebarHookOrientation |
The orientation of the start hook.
Ignored when startHookAngle is 0. |
| endHookAngle |
Int32 |
The end hook angle, expressed as an integral number of degrees.
If 0, the shape will have no end hook. Common values are 0, 90, 135, and 180. |
| endHookOrientation |
RebarHookOrientation |
The orientation of the end hook.
Ignored when endHookAngle is 0. |
| higherEnd |
Int32 |
When the rebar crosses itself, one end will be "lifted" to avoid self-intersection.
Specify which end should be lifted: 0 for start, 1 for end. |
| hookRotationAngleAtStart |
Double |
The out of plane hook rotation angle at the start of the bar. |
| hookRotationAngleAtEnd |
Double |
The out of plane hook rotation angle at the end of the bar. |
| endTreatmentTypeIdAtStart |
ElementId |
The end treatment type id at the start of the bar. |
| endTreatmentTypeIdAtEnd |
ElementId |
The end treatment type id at the end of the bar. |
| terminationRotationAngleAtStart |
Double |
The termination's (e.g hook) out of plane rotation angle at the start of the bar. |
| terminationRotationAngleAtEnd |
Double |
The termination's (e.g hook) out of plane rotation angle at the end of the bar. |
| → returns |
RebarShape |
A new RebarShape instance. |