2027 Members
Changes 0
M

RebarUpdateCurvesData Methods

Name Return Type Description Inherited From
M Dispose() None
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