RebarConstraint.ReplaceReferenceTargets
Description:
Replaces the current set of references, the type of constraint and the offset value, with the newly provided ones. Will throw exception if this is a constraint for Shape Driven Rebar.
Replaces the current set of references, the type of constraint and the offset value, with the newly provided ones. Will throw exception if this is a constraint for Shape Driven Rebar.
public void ReplaceReferenceTargets(
RebarConstrainedHandle handle,
IList<Reference> targetReferences,
bool isConstraintToCover,
double offsetValue
)
-
handleThe RebarConstrainedHandle that has this constraint.
-
targetReferencesThe references to which the rebar handle will be constrained. This collection must contain one or more references to faces of elements that can host rebar.
-
isConstraintToCoverIf true the RebarConstraintType will be set to ToCover, otherwise RebarConstraintType will be set to FixedDistanceToHostFace.
-
offsetValueThe distance from references to the rebar handle.
-
handle is no longer valid. -or- targetReferences is empty. -or- targetReferences do not represent faces from structurals that can host rebar.
-
A non-optional argument was null
-
Constrained rebar isn't a free form rebar element.