2027 Class
Changes 8
C

RebarUpdateCurvesData

Description:
Class holding the information needed to calculate the rebar curves.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarUpdateCurvesData
public class RebarUpdateCurvesData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RebarUpdateCurvesData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetAttachmentType() StirrupTieAttachmentType Returns attachment type for stirrups to be used in cover calculation.
M GetBarGeometry(Int32) IList<Curve> Returns the geometry for a bar at the specified index currently in the Rebar.
M GetBarModelDiameter() Double Gets the model diameter of the Rebar.
M GetBarNominalDiameter() Double Gets the nominal diameter of the Rebar.
M GetBarsNumber() Int32 Gets the number of bars specified in the layout options. This is used to calculate the sets driven by bar number.
M GetBendingRadius() Double Gets the current bending radius of the rebar.
M GetChangedCustomHandles() IList<Int32> Returns an array containing custom handles that were changed since the last regeneration. Array is empty if no handles were changed since the last regeneration.
M GetChangedSharedParameterGUIDs() IList<Guid> Returns an array containing the shared parameter GUIDs that were changed since the last regeneration. Array is empty if no shared params were changed since the last regeneration.
M GetCustomConstraints() IList<RebarConstraint> Gets all rebar constraints that are attached to custom handles for this rebar.
M GetCycleCounter() Int32 Gets the cycle counter that is stored in the rebar.
M GetDocument() Document Gets a reference to the current document.
M GetEndConstraint() RebarConstraint Gets the current constraint for the end handle of the Rebar.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetHostId() ElementId Gets the id of the host structural for this rebar.
M GetLayoutRule() RebarLayoutRule Gets the layout rule for this bar.
M GetNumberOfBars() Int32 Returns the number of bars currently in the rebar.
M GetRebarId() ElementId Get the id of the Rebar element currently being calculated.
M GetRebarStyle() RebarStyle Gets the style of the rebar.
M GetStartConstraint() RebarConstraint Gets the current constraint for the start handle of the Rebar.
M GetTerminationPlaneNormalForBarIdx(Int32, Int32) XYZ Gets the plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar.
M GetTerminationRotationAngle(Int32) Double Gets the termination's (e.g hook, crank) rotation angle (in radians) at end that is currently in the rebar.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetCycleCounter(Int32) None Sets the cycle counter to a specific value.
M SetTerminationPlaneNormalForBarIdx(Int32, Int32, XYZ) None Sets the plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex will stay. This information is set to the rebar after the API execution is finished successfully.
M SetTerminationRotationAngle(Int32, Double) None Sets the termination's (e.g hook, crank) rotation angle (in radians) at end. This information is set to the rebar after the API execution is finished successfully.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P AlignedFreeFormSetOrientationOptions AlignedFreeFormSetOrientationOptions Obsolete. Orientation options for an Aligned Free Form Rebar set.
P AreWorkshopInstructionsChanged bool Indicates if the workshop instructions have changed since the last regeneration.
P CycleCounterChanged bool True if the cycle counter was changed, false otherwise. The cycle counter value is changed when the free form Rebar element is selected and the user press Space key -or- by through [!:Autodesk::Revit::DB::Structure::RebarRebarFreeFormAccessor::CycleCounter] property. -or- by the server if it considers that the counter reaches the maximum value and reset it (set it to 0).
P EndConstraintLostTargets bool Indicates if the end handle constraint lost one or more targets in the last regeneration (i.e. structural was modified in a way that target faces changed or were removed).
P ErrorMessage string The reason for calculation failure. If the calculation fails, this message will be shown in an error, or warning if we are editing the constraints.
P HostMirrored bool If true, then host of the rebar was mirrorred (along with the rebar) before this regeneration.
P IsAttachmentTypeChanged bool Indicates if the attachment type has changed since the last regeneration.
P IsBarsNumberChanged bool Indicates if the bar number has changed since the last regeneration.
P IsBendingRadiusChanged bool Indicates if the bending radius has changed since the last regeneration.
P IsCustomSpacingFormulaChanged bool Indicates if the custom formula has changed since the last regeneration.
P IsEndConstraintChanged bool Indicates if the end handle constraint has changed since the last regeneration.
P IsLayoutChanged bool Indicates if the layout has changed since the last regeneration.
P IsReversed bool Used to store the state of the bar refering to the direction of the bars. This is useful when using face intersection to calculate bars. After mirroring, curves created from intersecting faces may be reversed, so we use this to store the state and keep the rebar pointing in the correct direction.
P IsSpacingChanged bool Indicates if the spacing has changed since the last regeneration.
P IsStartConstraintChanged bool Indicates if the start handle constraint has changed since the last regeneration.
P IsStyleChanged bool Indicates if the style has changed since the last regeneration.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Spacing double The spacing between the bars, according to the LayoutRule.
P StartConstraintLostTargets bool Indicates if the start handle constraint lost one or more targets in the last regeneration (i.e. structural was modified in a way that target faces changed or were removed).
P WorkshopInstructions RebarWorkInstructions Identifies the workshop instructions of this rebar.