2027 Class
Changes 8
C

IFCOpeningDimensions

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