Interface IIfcElement
Readonly interface for IfcElement
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcElement : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ConnectedFrom
Declaration
IEnumerable<IIfcRelConnectsElements> ConnectedFrom { get; }
Property Value
|
Improve this Doc
View Source
ConnectedTo
Declaration
IEnumerable<IIfcRelConnectsElements> ConnectedTo { get; }
Property Value
|
Improve this Doc
View Source
ContainedInStructure
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> ContainedInStructure { get; }
Property Value
|
Improve this Doc
View Source
FillsVoids
Declaration
IEnumerable<IIfcRelFillsElement> FillsVoids { get; }
Property Value
|
Improve this Doc
View Source
HasCoverings
Declaration
IEnumerable<IIfcRelCoversBldgElements> HasCoverings { get; }
Property Value
|
Improve this Doc
View Source
HasOpenings
Declaration
IEnumerable<IIfcRelVoidsElement> HasOpenings { get; }
Property Value
|
Improve this Doc
View Source
HasProjections
Declaration
IEnumerable<IIfcRelProjectsElement> HasProjections { get; }
Property Value
|
Improve this Doc
View Source
InterferesElements
Declaration
IEnumerable<IIfcRelInterferesElements> InterferesElements { get; }
Property Value
|
Improve this Doc
View Source
IsConnectionRealization
Declaration
IEnumerable<IIfcRelConnectsWithRealizingElements> IsConnectionRealization { get; }
Property Value
|
Improve this Doc
View Source
IsInterferedByElements
Declaration
IEnumerable<IIfcRelInterferesElements> IsInterferedByElements { get; }
Property Value
|
Improve this Doc
View Source
ProvidesBoundaries
Declaration
IEnumerable<IIfcRelSpaceBoundary> ProvidesBoundaries { get; }
Property Value
|
Improve this Doc
View Source
ReferencedInStructures
Declaration
IEnumerable<IIfcRelReferencedInSpatialStructure> ReferencedInStructures { get; }
Property Value
|
Improve this Doc
View Source
Tag
Declaration
IfcIdentifier? Tag { get; set; }
Property Value