RebarShapeVertex
Description:
A bend between segments of a rebar shape definition.
A bend between segments of a rebar shape definition.
Remarks:
A RebarShapeVertex is part of a RebarShapeDefinitionBySegments object. There is one vertex between each pair of adjacent segments, plus one at each end of the overall shape. The end vertices currently are ignored by the shape definition, even if they have constraints.
A bend may have the default radius of the bar type referenced by the Rebar element, or it may have a radius defined by a parameter.
public class RebarShapeVertex : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetConstraints() | IList<RebarShapeConstraint> | Retrieve the list of constraints associated with this vertex. |
| SetConstraints(IList<RebarShapeConstraint>) | None | Assign a new list of constraints to this vertex. |
| Name | Return Type | Description |
|---|---|---|
| BendAngle | RebarShapeBendAngle | The range of permissible angles at this bend. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Turn | RebarShapeVertexTurn | The sense of the turn. The Turn property must be set to Left or Right on each internal vertex before the RebarShapeDefinitionBySegments is used. Default is permissible for the first and last vertex, since they do not correspond to bends. |