Class IfcDoor
Inheritance
System.Object
IfcDoor
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcProduct>
System.IEquatable<IfcElement>
System.IEquatable<IfcBuildingElement>
System.IEquatable<IfcDoor>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.SharedBldgElements
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcDoor", 213)]
public class IfcDoor : IfcBuildingElement, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IExpressValidatable, IIfcDistributionElement, IEquatable<IfcElement>, IEquatable<IfcBuildingElement>, IIfcDoor, IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IInstantiableEntity, IIfcDoor, IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcDoor>
Properties
| Improve this Doc View SourceFireExit
Returns whether the door is a Fire Exit or not, null if not known
Declaration
public IfcBoolean? FireExit { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcBoolean> |
FireRating
Returns the fire rating if defined
Declaration
public IfcLabel? FireRating { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IsExternal
Returns if the door is external
Declaration
public IfcBoolean? IsExternal { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcBoolean> |
OverallHeight
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 27)]
public IfcPositiveLengthMeasure? OverallHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
OverallWidth
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 28)]
public IfcPositiveLengthMeasure? OverallWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
Reference
Returns the Reference ID for this specified type in this project (e.g. type 'A-1'), if known
Declaration
public IfcIdentifier? Reference { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
Methods
| Improve this Doc View SourceEquals(IfcDoor)
Declaration
public bool Equals(IfcDoor other)
Parameters
Type | Name | Description |
---|---|---|
IfcDoor | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcDoor.OverallHeight
Declaration
IfcPositiveLengthMeasure? IIfcDoor.OverallHeight { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcDoor.OverallWidth
Declaration
IfcPositiveLengthMeasure? IIfcDoor.OverallWidth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcDoor.OperationType
Declaration
[CrossSchemaAttribute(typeof(IIfcDoor), 12)]
IfcDoorTypeOperationEnum? IIfcDoor.OperationType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDoorTypeOperationEnum> |
IIfcDoor.OverallHeight
Declaration
[CrossSchemaAttribute(typeof(IIfcDoor), 9)]
IfcPositiveLengthMeasure? IIfcDoor.OverallHeight { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcDoor.OverallWidth
Declaration
[CrossSchemaAttribute(typeof(IIfcDoor), 10)]
IfcPositiveLengthMeasure? IIfcDoor.OverallWidth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcDoor.PredefinedType
Declaration
[CrossSchemaAttribute(typeof(IIfcDoor), 11)]
IfcDoorTypeEnum? IIfcDoor.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDoorTypeEnum> |
IIfcDoor.UserDefinedOperationType
Declaration
[CrossSchemaAttribute(typeof(IIfcDoor), 13)]
IfcLabel? IIfcDoor.UserDefinedOperationType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>