public static bool RebarShapeMatchesCurvesHooksAndEndTreatment(
RebarShape rebarShape,
RebarBarType barType,
XYZ norm,
IList<Curve> curves,
RebarHookType startHook,
RebarHookType endHook,
RebarHookOrientation startHookOrient,
RebarHookOrientation endHookOrient,
double hookRotationAngleAtStart,
double hookRotationAngleAtEnd,
ElementId endTreatmentTypeIdAtStart,
ElementId endTreatmentTypeIdAtEnd
)
Public Shared Function RebarShapeMatchesCurvesHooksAndEndTreatment (
rebarShape As RebarShape,
barType As RebarBarType,
norm As XYZ,
curves As IList(Of Curve),
startHook As RebarHookType,
endHook As RebarHookType,
startHookOrient As RebarHookOrientation,
endHookOrient As RebarHookOrientation,
hookRotationAngleAtStart As Double,
hookRotationAngleAtEnd As Double,
endTreatmentTypeIdAtStart As ElementId,
endTreatmentTypeIdAtEnd As ElementId
) As Boolean
public:
static bool RebarShapeMatchesCurvesHooksAndEndTreatment(
RebarShape^ rebarShape,
RebarBarType^ barType,
XYZ^ norm,
IList<Curve^>^ curves,
RebarHookType^ startHook,
RebarHookType^ endHook,
RebarHookOrientation startHookOrient,
RebarHookOrientation endHookOrient,
double hookRotationAngleAtStart,
double hookRotationAngleAtEnd,
ElementId^ endTreatmentTypeIdAtStart,
ElementId^ endTreatmentTypeIdAtEnd
)