<Code Lib>
M

RebarBendingDetail.RemoveHosts

Description:
Remove the reinforcement elements from those represented by the input bending detail.

public static void RemoveHosts(
	Element bendingDetail,
	IList<Reference> references
)

  • bendingDetail
    The bending detail for which we want to set the host.
  • IList<Reference>
    references
    References pointing to the reinforcement element that will be removed from the input bending detail.

Loading…