Class IfcWindowPanelProperties
Inheritance
System.Object
IfcWindowPanelProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcPropertyDefinition>
System.IEquatable<IfcPropertySetDefinition>
System.IEquatable<IfcPreDefinedPropertySet>
System.IEquatable<IfcWindowPanelProperties>
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("IfcWindowPanelProperties", 96)]
public class IfcWindowPanelProperties : IfcPreDefinedPropertySet, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IEquatable<IfcPropertySetDefinition>, IEquatable<IfcPreDefinedPropertySet>, IInstantiableEntity, IIfcWindowPanelProperties, IIfcPreDefinedPropertySet, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcWindowPanelProperties>, IExpressValidatable
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 IfcWindowPanelOperationEnum OperationType { get; set; }
Property Value
Type | Description |
---|---|
IfcWindowPanelOperationEnum |
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(IfcWindowPanelProperties)
Declaration
public bool Equals(IfcWindowPanelProperties other)
Parameters
Type | Name | Description |
---|---|---|
IfcWindowPanelProperties | 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(IfcWindowPanelProperties.IfcWindowPanelPropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcWindowPanelProperties.IfcWindowPanelPropertiesClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcWindowPanelProperties.IfcWindowPanelPropertiesClause | 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> |
IIfcWindowPanelProperties.FrameDepth
Declaration
IfcPositiveLengthMeasure? IIfcWindowPanelProperties.FrameDepth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcWindowPanelProperties.FrameThickness
Declaration
IfcPositiveLengthMeasure? IIfcWindowPanelProperties.FrameThickness { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcWindowPanelProperties.OperationType
Declaration
IfcWindowPanelOperationEnum IIfcWindowPanelProperties.OperationType { get; set; }
Returns
Type | Description |
---|---|
IfcWindowPanelOperationEnum |
IIfcWindowPanelProperties.PanelPosition
Declaration
IfcWindowPanelPositionEnum IIfcWindowPanelProperties.PanelPosition { get; set; }
Returns
Type | Description |
---|---|
IfcWindowPanelPositionEnum |
IIfcWindowPanelProperties.ShapeAspectStyle
Declaration
IIfcShapeAspect IIfcWindowPanelProperties.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>