RebarHandlePositionData
Description:
The class that contains data for the handle position calculation.
The class that contains data for the handle position calculation.
public class RebarHandlePositionData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the RebarHandlePositionData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBarGeometry(Int32) | IList<Curve> | Returns the geometry for a bar at the specified index currently in the Rebar. | |
| GetDistributionPath() | IList<Curve> | Gets the distribution path currently stored in the rebar. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetNumberOfBars() | Int32 | Gets the number of bars currently in the rebar. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetPosition(Int32, XYZ) | None | Sets the position for a specified handle. This information is set to the rebar after the API execution is finished successfully. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |