IFCOpeningData
Description:
A class that contains opening data including extrusion data, opening solids and opening element id.
A class that contains opening data including extrusion data, opening solids and opening element id.
public class IFCOpeningData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetExtrusionData() | The extrusion data. | Gets extrusion data. |
| GetOpeningSolids() | The solids. | Gets opening solids. |
| Name | Return Type | Description |
|---|---|---|
| IsRecess | bool | Trus if it is a recess, false if it is an opening. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| OpeningElementId | ElementId | The opening element id. |