2027 Method
Changes 7
M

RebarShape.IsSameShapeIgnoringTerminations

Description:
Test whether two shapes have equivalent definitions by comparing the RebarShapeDefinition and MultiplanarDefinition properties.
Remarks:
This method will return true if the definitions are exactly equivalent. The hooks, cranks, end treatments, orientations and terminations' rotation angles are ignored.
public bool IsSameShapeIgnoringTerminations(
	RebarShape otherShape
)
  • otherShape
    Another shape to be compared to this one.
Return Value Boolean True if the shape definitions match, false otherwise.