RVTDocs.com

RebarFreeFormAccessor.CanBeHookNormal

Method
Description:
A vector can be hook normal if for a bar specified by index, the bar direction is not parallel with the vector.
Syntax
public bool CanBeHookNormal(
	int barIndex,
	int end,
	XYZ normal
)
Parameters
Parameter Type Description
barIndex Int32 The index of bar for which it will try to see if hook normal is applicable.
end Int32 The end of bar. Should be 0 for start, 1 for end.
normal XYZ The hook plane normal that will be tested.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null