-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend documentation for use of entity facet
This pull-request will resolve the issue discussed in #116.
- Loading branch information
1 parent
6893df1
commit 7a0b88c
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
The following table lists all special cases for checking IFC2X3 entities, | ||
where the type is further restricted by the type object. | ||
The first column shows the name to be used in the entity facet. | ||
The second and third columns give further information on how to resolve to IFC2X3 occurrence and type entity. | ||
|
||
|
||
Name in IDS facet | Occurrence entity | Type entity | ||
-------------------------------|-------------------------------------|--------------------------------- | ||
IfcFurniture | IfcFurnishingElement | IfcFurnitureType | ||
IfcSystemFurnitureElement | IfcFurnishingElement | IfcSystemFurnitureElementType | ||
IfcActuator | IfcDistributionControlElement | IfcActuatorType | ||
IfcAlarm | IfcDistributionControlElement | IfcAlarmType | ||
IfcController | IfcDistributionControlElement | IfcControllerType | ||
IfcFlowInstrument | IfcDistributionControlElement | IfcFlowInstrumentType | ||
IfcSensor | IfcDistributionControlElement | IfcSensorType | ||
IfcAirToAirHeatRecovery | IfcEnergyConversionDevice | IfcAirToAirHeatRecoveryType | ||
IfcBoiler | IfcEnergyConversionDevice | IfcBoilerType | ||
IfcChiller | IfcEnergyConversionDevice | IfcChillerType | ||
IfcCoil | IfcEnergyConversionDevice | IfcCoilType | ||
IfcCondenser | IfcEnergyConversionDevice | IfcCondenserType | ||
IfcCooledBeam | IfcEnergyConversionDevice | IfcCooledBeamType | ||
IfcCoolingTower | IfcEnergyConversionDevice | IfcCoolingTowerType | ||
IfcElectricGenerator | IfcEnergyConversionDevice | IfcElectricGeneratorType | ||
IfcElectricMotor | IfcEnergyConversionDevice | IfcElectricMotorType | ||
IfcEvaporativeCooler | IfcEnergyConversionDevice | IfcEvaporativeCoolerType | ||
IfcEvaporator | IfcEnergyConversionDevice | IfcEvaporatorType | ||
IfcHeatExchanger | IfcEnergyConversionDevice | IfcHeatExchangerType | ||
IfcHumidifier | IfcEnergyConversionDevice | IfcHumidifierType | ||
IfcMotorConnection | IfcEnergyConversionDevice | IfcMotorConnectionType | ||
IfcTransformer | IfcEnergyConversionDevice | IfcTransformerType | ||
IfcTubeBundle | IfcEnergyConversionDevice | IfcTubeBundleType | ||
IfcUnitaryEquipment | IfcEnergyConversionDevice | IfcUnitaryEquipmentType | ||
IfcAirTerminalBox | IfcFlowController | IfcAirTerminalBoxType | ||
IfcDamper | IfcFlowController | IfcDamperType | ||
IfcElectricTimeControl | IfcFlowController | IfcElectricTimeControlType | ||
IfcFlowMeter | IfcFlowController | IfcFlowMeterType | ||
IfcProtectiveDevice | IfcFlowController | IfcProtectiveDeviceType | ||
IfcSwitchingDevice | IfcFlowController | IfcSwitchingDeviceType | ||
IfcValve | IfcFlowController | IfcValveType | ||
IfcCableCarrierFitting | IfcFlowFitting | IfcCableCarrierFittingType | ||
IfcDuctFitting | IfcFlowFitting | IfcDuctFittingType | ||
IfcJunctionBox | IfcFlowFitting | IfcJunctionBoxType | ||
IfcPipeFitting | IfcFlowFitting | IfcPipeFittingType | ||
IfcCompressor | IfcFlowMovingDevice | IfcCompressorType | ||
IfcFan | IfcFlowMovingDevice | IfcFanType | ||
IfcPump | IfcFlowMovingDevice | IfcPumpType | ||
IfcCableCarrierSegment | IfcFlowSegment | IfcCableCarrierSegmentType | ||
IfcCableSegment | IfcFlowSegment | IfcCableSegmentType | ||
IfcDuctSegment | IfcFlowSegment | IfcDuctSegmentType | ||
IfcPipeSegment | IfcFlowSegment | IfcPipeSegmentType | ||
IfcElectricFlowStorageDevice | IfcFlowStorageDevice | IfcElectricFlowStorageDeviceType | ||
IfcTank | IfcFlowStorageDevice | IfcTankType | ||
IfcAirTerminal | IfcFlowTerminal | IfcAirTerminalType | ||
IfcElectricAppliance | IfcFlowTerminal | IfcElectricApplianceType | ||
IfcFireSuppressionTerminal | IfcFlowTerminal | IfcFireSuppressionTerminalType | ||
IfcLamp | IfcFlowTerminal | IfcLampType | ||
IfcLightFixture | IfcFlowTerminal | IfcLightFixtureType | ||
IfcOutlet | IfcFlowTerminal | IfcOutletType | ||
IfcSanitaryTerminal | IfcFlowTerminal | IfcSanitaryTerminalType | ||
IfcSpaceHeater | IfcFlowTerminal | IfcSpaceHeaterType | ||
IfcStackTerminal | IfcFlowTerminal | IfcStackTerminalType | ||
IfcWasteTerminal | IfcFlowTerminal | IfcWasteTerminalType | ||
IfcDuctSilencer | IfcFlowTreatmentDevice | IfcDuctSilencerType | ||
IfcFilter | IfcFlowTreatmentDevice | IfcFilterType | ||
IfcVibrationIsolator | IfcElementComponent | IfcVibrationIsolatorType |