IFCLegacyStairOrRamp
Description:
The class contains the components of a legacy stair or ramp.
The class contains the components of a legacy stair or ramp.
public class IFCLegacyStairOrRamp : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the IFCLegacyStairOrRamp | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBoundaryLines() | IList<CurveLoop> | Gets boundary lines. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetLandingGeometries() | IList<IList<GeometryObject>> | Gets the geometries of landings. | |
| GetNumberOfRisers() | IList<Int32> | Gets the number of risers. | |
| GetNumberOfTreads() | IList<Int32> | Gets the number of treads. | |
| GetRunGeometries() | IList<IList<GeometryObject>> | Gets the geometries of runs. | |
| GetStringerGeometries() | IList<GeometryObject> | Gets the geometries of stringers. | |
| GetTreadsLength() | IList<Double> | Gets the length of treads. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| GetWalkLines() | IList<IList<Curve>> | Gets walk lines. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsRamp | bool | True if it is a ramp, false if it is a stair. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| RiserHeight | double | The height of riser. |