Class IfcPermeableCoveringProperties
Inheritance
System.Object
IfcPermeableCoveringProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcPropertyDefinition>
System.IEquatable<IfcPropertySetDefinition>
System.IEquatable<IfcPreDefinedPropertySet>
System.IEquatable<IfcPermeableCoveringProperties>
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("IfcPermeableCoveringProperties", 707)]
public class IfcPermeableCoveringProperties : IfcPreDefinedPropertySet, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IEquatable<IfcPropertySetDefinition>, IEquatable<IfcPreDefinedPropertySet>, IInstantiableEntity, IIfcPermeableCoveringProperties, IIfcPreDefinedPropertySet, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPermeableCoveringProperties>
Properties
| Improve this Doc View SourceFrameDepth
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcPositiveLengthMeasure? FrameDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
FrameThickness
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcPositiveLengthMeasure? FrameThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
OperationType
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 10)]
public IfcPermeableCoveringOperationEnum OperationType { get; set; }
Property Value
Type | Description |
---|---|
IfcPermeableCoveringOperationEnum |
PanelPosition
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 11)]
public IfcWindowPanelPositionEnum PanelPosition { get; set; }
Property Value
Type | Description |
---|---|
IfcWindowPanelPositionEnum |
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(IfcPermeableCoveringProperties)
Declaration
public bool Equals(IfcPermeableCoveringProperties other)
Parameters
Type | Name | Description |
---|---|---|
IfcPermeableCoveringProperties | 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> |
IIfcPermeableCoveringProperties.FrameDepth
Declaration
IfcPositiveLengthMeasure? IIfcPermeableCoveringProperties.FrameDepth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcPermeableCoveringProperties.FrameThickness
Declaration
IfcPositiveLengthMeasure? IIfcPermeableCoveringProperties.FrameThickness { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcPermeableCoveringProperties.OperationType
Declaration
IfcPermeableCoveringOperationEnum IIfcPermeableCoveringProperties.OperationType { get; set; }
Returns
Type | Description |
---|---|
IfcPermeableCoveringOperationEnum |
IIfcPermeableCoveringProperties.PanelPosition
Declaration
IfcWindowPanelPositionEnum IIfcPermeableCoveringProperties.PanelPosition { get; set; }
Returns
Type | Description |
---|---|
IfcWindowPanelPositionEnum |
IIfcPermeableCoveringProperties.ShapeAspectStyle
Declaration
IIfcShapeAspect IIfcPermeableCoveringProperties.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>