2027 Method
Changes 8
M

Rebar.CanElementBeSplit

Description:
Checks if the element is a rebar that can be split.
Remarks:

Free Form Rebars other than 3D Path or Morphed, rebar sets with only one bar included or rebars that are part of a group can't be split.

Morphed Free Form Rebars that targets Spiral or Lapped Circle shapes can't be split.

public static bool CanElementBeSplit(
	Document document,
	ElementId elementIdToCheck
)
  • document
    The document
  • elementIdToCheck
    The elementId that need to be checked
Return Value Boolean Returns true if the element is a Rebar that can be split, false otherwise.