<Code Lib>
2023 Method
Changes 1
M

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle, Reference)

Description:
For shape driven rebar returns all possible RebarConstraints that will constrain RebarConstrainedHandle to the provided reference.For free form rebar will return an empty lists.
Remarks:
Will throw exception if the provided reference cannot be used to constrain the provided rebar handle.
Overloads (3):
GetConstraintCandidatesForHandle(RebarConstrainedHandle,Reference)

public IList<RebarConstraint> GetConstraintCandidatesForHandle(
	RebarConstrainedHandle handle,
	Reference reference
)

Return Value IList<RebarConstraint> A collection of RebarConstraints

Loading…