RebarShapeRebarShapeMatchesCurvesAndTerminationsData Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool RebarShapeMatchesCurvesAndTerminationsData(
RebarShape rebarShape,
RebarBarType barType,
XYZ norm,
IList<Curve> curves,
RebarShapeTerminationsData rebarShapeTerminationsData
)
Public Shared Function RebarShapeMatchesCurvesAndTerminationsData (
rebarShape As RebarShape,
barType As RebarBarType,
norm As XYZ,
curves As IList(Of Curve),
rebarShapeTerminationsData As RebarShapeTerminationsData
) As Boolean
public:
static bool RebarShapeMatchesCurvesAndTerminationsData(
RebarShape^ rebarShape,
RebarBarType^ barType,
XYZ^ norm,
IList<Curve^>^ curves,
RebarShapeTerminationsData^ rebarShapeTerminationsData
)
static member RebarShapeMatchesCurvesAndTerminationsData :
rebarShape : RebarShape *
barType : RebarBarType *
norm : XYZ *
curves : IList<Curve> *
rebarShapeTerminationsData : RebarShapeTerminationsData -> bool
Parameters
- rebarShape RebarShape
-
- barType RebarBarType
-
- norm XYZ
-
- curves IListCurve
-
- rebarShapeTerminationsData RebarShapeTerminationsData
-
Return Value
Boolean
See Also