Class IfcProject
Inheritance
System.Object
IfcProject
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.Ifc2x3.dll
Syntax
[ExpressType("IfcProject", 204)]
public class IfcProject : IfcObject, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IIfcObject, IEquatable<IfcObject>, IIfcProject, IIfcContext, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IInstantiableEntity, IIfcProject, IIfcObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcProject>, IExpressValidatable
Properties
|
Improve this Doc
View Source
AreaUnit
Declaration
public IfcNamedUnit AreaUnit { get; }
Property Value
|
Improve this Doc
View Source
Buildings
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> |
|
|
Improve this Doc
View Source
LongName
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcLabel? LongName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ModelContext
Declaration
public IfcGeometricRepresentationContext ModelContext { get; }
Property Value
|
Improve this Doc
View Source
Phase
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcLabel? Phase { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
PlanContext
Declaration
public IfcGeometricRepresentationContext PlanContext { get; }
Property Value
|
Improve this Doc
View Source
RepresentationContexts
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 13)]
public IItemSet<IfcRepresentationContext> RepresentationContexts { get; }
Property Value
|
Improve this Doc
View Source
Sites
Declaration
public IEnumerable<IIfcSite> Sites { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcSite> |
|
|
Improve this Doc
View Source
SpatialStructuralElements
Declaration
public IEnumerable<IIfcSpatialStructureElement> SpatialStructuralElements { get; }
Property Value
|
Improve this Doc
View Source
UnitsInContext
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcUnitAssignment UnitsInContext { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddBuilding(IfcBuilding)
Adds Building to the IsDecomposedBy Collection.
Declaration
public void AddBuilding(IfcBuilding building)
Parameters
|
Improve this Doc
View Source
AddSite(IfcSite)
Adds Site to the IsDecomposedBy Collection.
Declaration
public void AddSite(IfcSite site)
Parameters
|
Improve this Doc
View Source
BuildName()
Makes a name out of the fields of this project
Declaration
public string BuildName()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Equals(IfcProject)
Declaration
public bool Equals(IfcProject other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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
|
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
|
Improve this Doc
View Source
SetOrChangeConversionUnit(IfcUnitEnum, ConversionBasedUnit)
Declaration
public void SetOrChangeConversionUnit(IfcUnitEnum unitType, ConversionBasedUnit conversionUnit)
Parameters
|
Improve this Doc
View Source
SetOrChangeSiUnit(IfcUnitEnum, IfcSIUnitName, Nullable<IfcSIPrefix>)
Declaration
public void SetOrChangeSiUnit(IfcUnitEnum unitType, IfcSIUnitName siUnitName, IfcSIPrefix? siUnitPrefix)
Parameters
|
Improve this Doc
View Source
Validate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
Improve this Doc
View Source
ValidateClause(IfcProject.IfcProjectClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcProject.IfcProjectClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcProject.LongName
Declaration
IfcLabel? IIfcProject.LongName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcProject.Phase
Declaration
IfcLabel? IIfcProject.Phase { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcProject.RepresentationContexts
Declaration
IItemSet<IIfcRepresentationContext> IIfcProject.RepresentationContexts { get; }
Returns
|
Improve this Doc
View Source
IIfcProject.UnitsInContext
Declaration
IIfcUnitAssignment IIfcProject.UnitsInContext { get; set; }
Returns
|
Improve this Doc
View Source
IIfcContext.Declares
Declaration
IEnumerable<IIfcRelDeclares> IIfcContext.Declares { get; }
Returns
|
Improve this Doc
View Source
IIfcContext.IsDefinedBy
Declaration
IEnumerable<IIfcRelDefinesByProperties> IIfcContext.IsDefinedBy { get; }
Returns
|
Improve this Doc
View Source
IIfcContext.LongName
Declaration
[CrossSchemaAttribute(typeof(IIfcProject), 6)]
IfcLabel? IIfcContext.LongName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcContext.ObjectType
Declaration
[CrossSchemaAttribute(typeof(IIfcProject), 5)]
IfcLabel? IIfcContext.ObjectType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcContext.Phase
Declaration
[CrossSchemaAttribute(typeof(IIfcProject), 7)]
IfcLabel? IIfcContext.Phase { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcContext.RepresentationContexts
Declaration
[CrossSchemaAttribute(typeof(IIfcProject), 8)]
IItemSet<IIfcRepresentationContext> IIfcContext.RepresentationContexts { get; }
Returns
|
Improve this Doc
View Source
IIfcContext.UnitsInContext
Declaration
[CrossSchemaAttribute(typeof(IIfcProject), 9)]
IIfcUnitAssignment IIfcContext.UnitsInContext { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>