Revit 2025.3 API
RebarRebar |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool RebarShapeMatchesCurvesAndHooks( RebarShape rebarShape, RebarBarType barType, XYZ norm, IList<Curve> curves, RebarHookType startHook, RebarHookType endHook, RebarHookOrientation startHookOrient, RebarHookOrientation endHookOrient )
Public Shared Function RebarShapeMatchesCurvesAndHooks ( 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 ) As Boolean
public: static bool RebarShapeMatchesCurvesAndHooks( RebarShape^ rebarShape, RebarBarType^ barType, XYZ^ norm, IList<Curve^>^ curves, RebarHookType^ startHook, RebarHookType^ endHook, RebarHookOrientation startHookOrient, RebarHookOrientation endHookOrient )
static member RebarShapeMatchesCurvesAndHooks : rebarShape : RebarShape * barType : RebarBarType * norm : XYZ * curves : IList<Curve> * startHook : RebarHookType * endHook : RebarHookType * startHookOrient : RebarHookOrientation * endHookOrient : RebarHookOrientation -> bool
Parameters
- rebarShape RebarShape
- barType RebarBarType
- norm XYZ
- curves IListCurve
- startHook RebarHookType
- endHook RebarHookType
- startHookOrient RebarHookOrientation
- endHookOrient RebarHookOrientation
Return Value
BooleanSee Also