Class IfcProject
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcContext>
System.IEquatable<IfcProject>
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.Kernel
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcProject", 204)]
public class IfcProject : IfcContext, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcContext>, IInstantiableEntity, IIfcProject, IIfcContext, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcProject>, IExpressValidatable
Properties
| Improve this Doc View SourceBuildings
Returns all buildings at the highest level of spatial structural decomposition (i.e. root buildings)
Declaration
public IEnumerable<IIfcBuilding> Buildings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcBuilding> |
ModelContext
Declaration
public IfcGeometricRepresentationContext ModelContext { get; }
Property Value
Type | Description |
---|---|
IfcGeometricRepresentationContext |
Sites
Declaration
public IEnumerable<IIfcSite> Sites { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcSite> |
SpatialStructuralElements
Declaration
public IEnumerable<IIfcSpatialStructureElement> SpatialStructuralElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcSpatialStructureElement> |
Methods
| Improve this Doc View SourceAddBuilding(IfcBuilding)
Adds Building to the IsDecomposedBy Collection.
Declaration
public void AddBuilding(IfcBuilding building)
Parameters
Type | Name | Description |
---|---|---|
IfcBuilding | building |
AddSite(IfcSite)
Adds Site to the IsDecomposedBy Collection.
Declaration
public void AddSite(IfcSite site)
Parameters
Type | Name | Description |
---|---|---|
IfcSite | site |
Equals(IfcProject)
Declaration
public bool Equals(IfcProject other)
Parameters
Type | Name | Description |
---|---|---|
IfcProject | other |
Returns
Type | Description |
---|---|
System.Boolean |
Initialize(ProjectUnits)
Sets up the default units as SI Creates the GeometricRepresentationContext for a Model view, required by Ifc compliance
Declaration
public void Initialize(ProjectUnits units)
Parameters
Type | Name | Description |
---|---|---|
ProjectUnits | units |
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(IfcProject.IfcProjectClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcProject.IfcProjectClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcProject.IfcProjectClause | 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> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>