RebarShapeVertex Class

A bend between segments of a rebar shape definition.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureRebarShapeVertex

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class RebarShapeVertex : IDisposable

The RebarShapeVertex type exposes the following members.

Properties
 NameDescription
Public propertyBendAngle The range of permissible angles at this bend.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyTurn 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.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the RebarShapeVertex
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetConstraints Retrieve the list of constraints associated with this vertex.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetConstraints Assign a new list of constraints to this vertex.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
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.

See Also