Class IfcElement
Inheritance
System.Object
IfcElement
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcElement", 19)]
public abstract class IfcElement : IfcProduct, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IExpressValidatable, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcElement>
Properties
|
Improve this Doc
View Source
ConnectedFrom
Declaration
[InverseProperty("RelatedElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 30)]
public IEnumerable<IfcRelConnectsElements> ConnectedFrom { get; }
Property Value
|
Improve this Doc
View Source
ConnectedTo
Declaration
[InverseProperty("RelatingElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 22)]
public IEnumerable<IfcRelConnectsElements> ConnectedTo { get; }
Property Value
|
Improve this Doc
View Source
ContainedInStructure
Declaration
[InverseProperty("RelatedElements")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 31)]
public IEnumerable<IfcRelContainedInSpatialStructure> ContainedInStructure { get; }
Property Value
|
Improve this Doc
View Source
FillsVoids
Declaration
[InverseProperty("RelatedBuildingElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 21)]
public IEnumerable<IfcRelFillsElement> FillsVoids { get; }
Property Value
|
Improve this Doc
View Source
HasCoverings
Declaration
[InverseProperty("RelatingBuildingElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 32)]
public IEnumerable<IfcRelCoversBldgElements> HasCoverings { get; }
Property Value
|
Improve this Doc
View Source
HasOpenings
Declaration
[InverseProperty("RelatingBuildingElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 27)]
public IEnumerable<IfcRelVoidsElement> HasOpenings { get; }
Property Value
|
Improve this Doc
View Source
HasProjections
Declaration
[InverseProperty("RelatingElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 25)]
public IEnumerable<IfcRelProjectsElement> HasProjections { get; }
Property Value
|
Improve this Doc
View Source
InterferesElements
Declaration
[InverseProperty("RelatingElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 24)]
public IEnumerable<IfcRelInterferesElements> InterferesElements { get; }
Property Value
|
Improve this Doc
View Source
IsConnectionRealization
Declaration
[InverseProperty("RealizingElements")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 28)]
public IEnumerable<IfcRelConnectsWithRealizingElements> IsConnectionRealization { get; }
Property Value
|
Improve this Doc
View Source
IsInterferedByElements
Declaration
[InverseProperty("RelatedElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 23)]
public IEnumerable<IfcRelInterferesElements> IsInterferedByElements { get; }
Property Value
|
Improve this Doc
View Source
Openings
Declaration
public IEnumerable<IfcOpeningElement> Openings { get; }
Property Value
|
Improve this Doc
View Source
ProvidesBoundaries
Declaration
[InverseProperty("RelatedBuildingElement")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 29)]
public IEnumerable<IfcRelSpaceBoundary> ProvidesBoundaries { get; }
Property Value
|
Improve this Doc
View Source
ReferencedInStructures
Declaration
[InverseProperty("RelatedElements")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 26)]
public IEnumerable<IfcRelReferencedInSpatialStructure> ReferencedInStructures { get; }
Property Value
|
Improve this Doc
View Source
Tag
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 20)]
public IfcIdentifier? Tag { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcElement)
Declaration
public bool Equals(IfcElement other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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 Source
IIfcElement.ConnectedFrom
Declaration
IEnumerable<IIfcRelConnectsElements> IIfcElement.ConnectedFrom { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.ConnectedTo
Declaration
IEnumerable<IIfcRelConnectsElements> IIfcElement.ConnectedTo { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.ContainedInStructure
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> IIfcElement.ContainedInStructure { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.FillsVoids
Declaration
IEnumerable<IIfcRelFillsElement> IIfcElement.FillsVoids { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.HasCoverings
Declaration
IEnumerable<IIfcRelCoversBldgElements> IIfcElement.HasCoverings { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.HasOpenings
Declaration
IEnumerable<IIfcRelVoidsElement> IIfcElement.HasOpenings { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.HasProjections
Declaration
IEnumerable<IIfcRelProjectsElement> IIfcElement.HasProjections { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.InterferesElements
Declaration
IEnumerable<IIfcRelInterferesElements> IIfcElement.InterferesElements { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.IsConnectionRealization
Declaration
IEnumerable<IIfcRelConnectsWithRealizingElements> IIfcElement.IsConnectionRealization { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.IsInterferedByElements
Declaration
IEnumerable<IIfcRelInterferesElements> IIfcElement.IsInterferedByElements { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.ProvidesBoundaries
Declaration
IEnumerable<IIfcRelSpaceBoundary> IIfcElement.ProvidesBoundaries { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.ReferencedInStructures
Declaration
IEnumerable<IIfcRelReferencedInSpatialStructure> IIfcElement.ReferencedInStructures { get; }
Returns
|
Improve this Doc
View Source
IIfcElement.Tag
Declaration
IfcIdentifier? IIfcElement.Tag { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>