Share

RebarShapeConstraint Class

A dimension or other constraint that takes part in a RebarShapeDefinition.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Structure.RebarShapeConstraint
    More

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class RebarShapeConstraint : IDisposable

The RebarShapeConstraint type exposes the following members.

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the RebarShapeConstraint
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetParamId Return the Id of the parameter associated with this constraint.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Structure.RebarShapeConstraint
    Autodesk.Revit.DB.Structure.RebarShapeConstraint180DegreeBendArcLength
    Autodesk.Revit.DB.Structure.RebarShapeConstraint180DegreeBendRadius
    Autodesk.Revit.DB.Structure.RebarShapeConstraint180DegreeDefaultBend
    Autodesk.Revit.DB.Structure.RebarShapeConstraintAngleFromFixedDir
    Autodesk.Revit.DB.Structure.RebarShapeConstraintArcLength
    Autodesk.Revit.DB.Structure.RebarShapeConstraintChordLength
    Autodesk.Revit.DB.Structure.RebarShapeConstraintCircumference
    Autodesk.Revit.DB.Structure.RebarShapeConstraintDiameter
    Autodesk.Revit.DB.Structure.RebarShapeConstraintFixedSegmentDir
    Autodesk.Revit.DB.Structure.RebarShapeConstraintProjectedSegmentLength
    Autodesk.Revit.DB.Structure.RebarShapeConstraintRadius
    Autodesk.Revit.DB.Structure.RebarShapeConstraintSagittaLength
    Autodesk.Revit.DB.Structure.RebarShapeConstraintSegmentLength

Was this information helpful?