RebarShapeVertex.SetConstraints
Description:
Assign a new list of constraints to this vertex.
Assign a new list of constraints to this vertex.
Remarks:
Any existing constraints are discarded. The new constraints replace them. Any parameters driving the constraints must already be added with RebarShapeDefinition.AddParameter().
Any existing constraints are discarded. The new constraints replace them. Any parameters driving the constraints must already be added with RebarShapeDefinition.AddParameter().
The allowable constraint types are:
- RebarShapeConstraintRadius
- RebarShapeConstraintArcLength
public void SetConstraints(
IList<RebarShapeConstraint> constraints
)
-
IList<RebarShapeConstraint>constraintsA new list of constraints.
-
One or more of the constraints is of a type not supported for RebarShapeVertex.
-
A non-optional argument was null