2025.3 Method
Changes 1
M

RebarConstraintsManager.GetConstraintCandidatesForHandle

Name Return Type Description
O GetConstraintCandidatesForHandle(RebarConstrainedHandle) IList<RebarConstraint> Obsolete. For shape driven rebar returns all possible automatic RebarConstraints that could be used for a specified RebarConstrainedHandle. For free form rebar will return an empty list.
O GetConstraintCandidatesForHandle(RebarConstrainedHandle, ElementId) IList<RebarConstraint> For shape driven rebar returns all possible RebarConstraints belonging to references from the provided element that could be used for a specified RebarConstrainedHandle. For free form rebar will return an empty list.
O GetConstraintCandidatesForHandle(RebarConstrainedHandle, Reference) IList<RebarConstraint> For shape driven rebar returns all possible RebarConstraints that will constrain RebarConstrainedHandle to the provided reference. For free form rebar will return an empty list.