2027 Class
Changes 0
C

RebarShapeVertex

Description:
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.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarShapeVertex
public class RebarShapeVertex : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RebarShapeVertex
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetConstraints() IList<RebarShapeConstraint> Retrieve the list of constraints associated with this vertex.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetConstraints(IList<RebarShapeConstraint>) None Assign a new list of constraints to this vertex.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P BendAngle RebarShapeBendAngle The range of permissible angles at this bend.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P 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.