<Code Lib>
2027 Method
Changes 0
M

RebarShape.SetAllowed

Description:
Specify which bar types can be used with this RebarShape. Bar types are allowed by default.

public void SetAllowed(
	RebarBarType barType,
	bool allowed
)

  • barType
    A bar type in the same document as this shape.
  • Boolean
    allowed
    Whether this shape may be combined with barType.

Loading…