RVTDocs.com

RebarShapeVertex

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