<Code Lib>
M

RebarFreeFormAccessor.CanBeHookNormal

Description:
A vector can be hook normal if for a bar specified by index, the bar direction is not parallel with the vector.

public bool CanBeHookNormal(
	int barIndex,
	int end,
	XYZ normal
)

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

Loading…