Revit 2021 API |
RebarCurvesData Members |
RebarCurvesData Class Methods Properties See Also |
The RebarCurvesData type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddBarGeometry(IList<(Of <<'(Curve>)>>)) |
Adds a new bar to the new rebar geometry. This information is set to the rebar after the API execution is finished successfully.
|
![]() | AddBarGeometry(CurveLoop) |
Adds a new bar to the new rebar geometry. This information is set to the rebar after the API execution is finished successfully.
|
![]() | CanAddBarGeometry | If the layout rule is Singe or FixedNumber or NumberWithSpacing this function will return true if getNumberOfBarGeometry() is less getBarsNumber(), false otherwise. If the layout rule is MaximumSpacing or MinimumClearSpacing this function will return always true. |
![]() | ClearAllAddedBarGeometry |
This function will remove all bars geometry that were added by calling AddBarGeometry().
|
![]() | Dispose | Releases all resources used by the RebarCurvesData |
![]() | Equals | (Inherited from Object.) |
![]() | GetAddedBarGeometry |
Gets the added curves that will represent the bar at index barIndex.
|
![]() | GetDistributionPath |
Gets the distribution path currently stored in the rebar.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetNumberOfBarGeometry |
Gets the number of Bar Geometry that were added.
|
![]() | GetRebarUpdateCurvesData |
Gets a class that contains information used as input and output for rebar free form calculation.
|
![]() | GetType | (Inherited from Object.) |
![]() | SetDistributionPath |
Sets a new distribution path to be applied to the rebar. This information is set to the rebar after the API execution is finished successfully.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
|