RVTDocs.com

RebarShapeDefinition

Class
Description:
A class to assist in defining rebar shapes. A RebarShape element needs exactly one RebarShapeDefinition.
Remarks:
A RebarShapeDefinition stores a set of Rebar Shape parameters. Each parameter may be associated with:
  • One or more RebarShapeConstraints; or
  • A formula; or
  • Neither of the above.
Each shape instance (Rebar object) will have its own values for these parameters. The RebarShapeDefinition also stores a default value for each parameter, which is ignored if the parameter is associated with a formula.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarShapeDefinition
    Autodesk.Revit.DB.Structure.RebarShapeDefinitionByArc
    Autodesk.Revit.DB.Structure.RebarShapeDefinitionBySegments
Syntax
public class RebarShapeDefinition : IDisposable