IFCOpeningDimensions
Description:
Contains calculated dimensions for an IFC opening element.
Contains calculated dimensions for an IFC opening element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCOpeningDimensions
System.Object
Autodesk.Revit.DB.IFC.IFCOpeningDimensions
public class IFCOpeningDimensions : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IFCOpeningDimensions() | None | Creates default opening dimensions with zero values. | |
| IFCOpeningDimensions(IFCAnyHandle) | None | Creates opening dimensions with a specified handle. The opening handle. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the IFCOpeningDimensions | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetOpeningHandle() | IFCAnyHandle | Gets the IFC opening element handle. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Area | double | The area of the opening. | |
| Depth | double | The depth of the opening. | |
| HasRectangularDimensions | bool | True if width and height are valid, false if only area is valid. | |
| Height | double | The height of the opening. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Width | double | The width of the opening. |