Interface IIfcElement
Readonly interface for IfcElement
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcElement : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, 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
HasPorts
Declaration
IEnumerable<IIfcRelConnectsPortToElement> HasPorts { get; }
Property Value
|
Improve this Doc
View Source
HasProjections
Declaration
IEnumerable<IIfcRelProjectsElement> HasProjections { get; }
Property Value
|
Improve this Doc
View Source
HasStructuralMember
Declaration
IEnumerable<IIfcRelConnectsStructuralElement> HasStructuralMember { get; }
Property Value
|
Improve this Doc
View Source
IsConnectionRealization
Declaration
IEnumerable<IIfcRelConnectsWithRealizingElements> IsConnectionRealization { 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