2027 Method
Changes 8
M

RebarFreeFormAccessor.IsValidRebarTargetForMorphedRebar

Description:
Checks if the rebar can be used as a target for morphed rebar. A rebar is a valid target for morphed rebar if all the bars in set have the same number of segments and all are planar. Multiplanar bars are considered invalid.
public static bool IsValidRebarTargetForMorphedRebar(
	Rebar rebarTarget
)
  • rebarTarget
    The rebar that will be tested.
Return Value Boolean Return true if the rebar is a valid target for morphed rebar, false otherwise.