2026 Method
Changes 7
M

RebarFreeFormAccessor.CanBeTerminationPlaneNormal

Description:
A vector can be termination (e.g. hook, crank) plane normal if for a bar specified by index, the bar direction is not parallel with the vector.
Remarks:

This method does not take into account the rotation of the bar relative to its default position along the distribution path.

public bool CanBeTerminationPlaneNormal(
	int barIndex,
	int end,
	XYZ normal
)
  • Int32
    barIndex
    The index of bar for which it will try to see if termination plane normal is applicable.
  • Int32
    end
    The end of bar. Should be 0 for start, 1 for end.
  • normal
    The termination's plane normal that will be tested.
Return Value Boolean A vector can be termination (e.g. hook, crank) plane normal if for a bar specified by index, the bar direction is not parallel with the vector.