Rebar.RebarShapeMatchesCurvesHooksAndEndTreatment Method

RebarRebarShapeMatchesCurvesHooksAndEndTreatment Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
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
)
static member RebarShapeMatchesCurvesHooksAndEndTreatment : 
        rebarShape : RebarShape * 
        barType : RebarBarType * 
        norm : XYZ * 
        curves : IList<Curve> * 
        startHook : RebarHookType * 
        endHook : RebarHookType * 
        startHookOrient : RebarHookOrientation * 
        endHookOrient : RebarHookOrientation * 
        hookRotationAngleAtStart : float * 
        hookRotationAngleAtEnd : float * 
        endTreatmentTypeIdAtStart : ElementId * 
        endTreatmentTypeIdAtEnd : ElementId -> bool 

Parameters

rebarShape  RebarShape
 
barType  RebarBarType
 
norm  XYZ
 
curves  IListCurve
 
startHook  RebarHookType
 
endHook  RebarHookType
 
startHookOrient  RebarHookOrientation
 
endHookOrient  RebarHookOrientation
 
hookRotationAngleAtStart  Double
 
hookRotationAngleAtEnd  Double
 
endTreatmentTypeIdAtStart  ElementId
 
endTreatmentTypeIdAtEnd  ElementId
 

Return Value

Boolean
See Also