Class IfcDoorPanelProperties
Inheritance
System.Object
IfcDoorPanelProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcPropertyDefinition>
System.IEquatable<IfcPropertySetDefinition>
System.IEquatable<IfcPreDefinedPropertySet>
System.IEquatable<IfcDoorPanelProperties>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.ArchitectureDomain
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcDoorPanelProperties", 602)]
public class IfcDoorPanelProperties : IfcPreDefinedPropertySet, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IEquatable<IfcPropertySetDefinition>, IEquatable<IfcPreDefinedPropertySet>, IInstantiableEntity, IIfcDoorPanelProperties, IIfcPreDefinedPropertySet, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcDoorPanelProperties>, IExpressValidatable
Properties
| Improve this Doc View SourcePanelDepth
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcPositiveLengthMeasure? PanelDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
PanelOperation
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 11)]
public IfcDoorPanelOperationEnum PanelOperation { get; set; }
Property Value
Type | Description |
---|---|
IfcDoorPanelOperationEnum |
PanelPosition
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 13)]
public IfcDoorPanelPositionEnum PanelPosition { get; set; }
Property Value
Type | Description |
---|---|
IfcDoorPanelPositionEnum |
PanelWidth
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcNormalisedRatioMeasure? PanelWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcNormalisedRatioMeasure> |
ShapeAspectStyle
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcShapeAspect ShapeAspectStyle { get; set; }
Property Value
Type | Description |
---|---|
IfcShapeAspect |
Methods
| Improve this Doc View SourceEquals(IfcDoorPanelProperties)
Declaration
public bool Equals(IfcDoorPanelProperties other)
Parameters
Type | Name | Description |
---|---|---|
IfcDoorPanelProperties | 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
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcDoorPanelProperties.IfcDoorPanelPropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcDoorPanelProperties.IfcDoorPanelPropertiesClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcDoorPanelProperties.IfcDoorPanelPropertiesClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcDoorPanelProperties.PanelDepth
Declaration
IfcPositiveLengthMeasure? IIfcDoorPanelProperties.PanelDepth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcDoorPanelProperties.PanelOperation
Declaration
IfcDoorPanelOperationEnum IIfcDoorPanelProperties.PanelOperation { get; set; }
Returns
Type | Description |
---|---|
IfcDoorPanelOperationEnum |
IIfcDoorPanelProperties.PanelPosition
Declaration
IfcDoorPanelPositionEnum IIfcDoorPanelProperties.PanelPosition { get; set; }
Returns
Type | Description |
---|---|
IfcDoorPanelPositionEnum |
IIfcDoorPanelProperties.PanelWidth
Declaration
IfcNormalisedRatioMeasure? IIfcDoorPanelProperties.PanelWidth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcNormalisedRatioMeasure> |
IIfcDoorPanelProperties.ShapeAspectStyle
Declaration
IIfcShapeAspect IIfcDoorPanelProperties.ShapeAspectStyle { get; set; }
Returns
Type | Description |
---|---|
IIfcShapeAspect |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>