Class IfcRelSpaceBoundary
Inheritance
System.Object
IfcRelSpaceBoundary
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcRelationship>
System.IEquatable<IfcRelConnects>
System.IEquatable<IfcRelSpaceBoundary>
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.ProductExtension
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcRelSpaceBoundary", 15)]
public class IfcRelSpaceBoundary : IfcRelConnects, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcRelationship>, IEquatable<IfcRelConnects>, IInstantiableEntity, IIfcRelSpaceBoundary, IIfcRelConnects, IIfcRelationship, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcRelSpaceBoundary>, IExpressValidatable
Properties
| Improve this Doc View SourceConnectionGeometry
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcConnectionGeometry ConnectionGeometry { get; set; }
Property Value
Type | Description |
---|---|
IfcConnectionGeometry |
InternalOrExternalBoundary
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 9)]
public IfcInternalOrExternalEnum InternalOrExternalBoundary { get; set; }
Property Value
Type | Description |
---|---|
IfcInternalOrExternalEnum |
PhysicalOrVirtualBoundary
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 8)]
public IfcPhysicalOrVirtualEnum PhysicalOrVirtualBoundary { get; set; }
Property Value
Type | Description |
---|---|
IfcPhysicalOrVirtualEnum |
RelatedBuildingElement
Declaration
[IndexedProperty]
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcElement RelatedBuildingElement { get; set; }
Property Value
Type | Description |
---|---|
IfcElement |
RelatingSpace
Declaration
[IndexedProperty]
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcSpaceBoundarySelect RelatingSpace { get; set; }
Property Value
Type | Description |
---|---|
IfcSpaceBoundarySelect |
Methods
| Improve this Doc View SourceEquals(IfcRelSpaceBoundary)
Declaration
public bool Equals(IfcRelSpaceBoundary other)
Parameters
Type | Name | Description |
---|---|---|
IfcRelSpaceBoundary | 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(IfcRelSpaceBoundary.IfcRelSpaceBoundaryClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcRelSpaceBoundary.IfcRelSpaceBoundaryClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcRelSpaceBoundary.IfcRelSpaceBoundaryClause | 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> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcRelSpaceBoundary.ConnectionGeometry
Declaration
IIfcConnectionGeometry IIfcRelSpaceBoundary.ConnectionGeometry { get; set; }
Returns
Type | Description |
---|---|
IIfcConnectionGeometry |
IIfcRelSpaceBoundary.InternalOrExternalBoundary
Declaration
IfcInternalOrExternalEnum IIfcRelSpaceBoundary.InternalOrExternalBoundary { get; set; }
Returns
Type | Description |
---|---|
IfcInternalOrExternalEnum |
IIfcRelSpaceBoundary.PhysicalOrVirtualBoundary
Declaration
IfcPhysicalOrVirtualEnum IIfcRelSpaceBoundary.PhysicalOrVirtualBoundary { get; set; }
Returns
Type | Description |
---|---|
IfcPhysicalOrVirtualEnum |
IIfcRelSpaceBoundary.RelatedBuildingElement
Declaration
IIfcElement IIfcRelSpaceBoundary.RelatedBuildingElement { get; set; }
Returns
Type | Description |
---|---|
IIfcElement |
IIfcRelSpaceBoundary.RelatingSpace
Declaration
IIfcSpaceBoundarySelect IIfcRelSpaceBoundary.RelatingSpace { get; set; }
Returns
Type | Description |
---|---|
IIfcSpaceBoundarySelect |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>