-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
773 changed files
with
1,885 additions
and
4,121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcActionRequest extends IfcControl | ||
{ | ||
private string RequestID; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
package buildingsmart.ifc | ||
{ | ||
public interface IfcSolidOrShell | ||
public class IfcCondition extends IfcGroup | ||
{ | ||
} | ||
} |
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,11 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcConditionCriterion extends IfcControl | ||
{ | ||
private IfcConditionCriterionSelect Criterion; | ||
private IfcDateTimeSelect CriterionDateTime; | ||
} | ||
} |
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcEquipmentStandard extends IfcControl | ||
{ | ||
} | ||
} |
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcFurnitureStandard extends IfcControl | ||
{ | ||
} | ||
} |
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
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,10 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcPermit extends IfcControl | ||
{ | ||
private string PermitID; | ||
} | ||
} |
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,13 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcFuelProperties extends IfcMaterialProperties | ||
{ | ||
private double CombustionTemperature; | ||
private IfcRatioMeasure CarbonContent; | ||
private double LowerHeatingValue; | ||
private double HigherHeatingValue; | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
IFCMATERIALPROPERTYRESOURCE/IfcGeneralMaterialProperties.java
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,12 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcGeneralMaterialProperties extends IfcMaterialProperties | ||
{ | ||
private double MolecularWeight; | ||
private IfcRatioMeasure Porosity; | ||
private double MassDensity; | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
IFCMATERIALPROPERTYRESOURCE/IfcHygroscopicMaterialProperties.java
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,14 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcHygroscopicMaterialProperties extends IfcMaterialProperties | ||
{ | ||
private IfcRatioMeasure UpperVaporResistanceFactor; | ||
private IfcRatioMeasure LowerVaporResistanceFactor; | ||
private double IsothermalMoistureCapacity; | ||
private double VaporPermeability; | ||
private double MoistureDiffusivity; | ||
} | ||
} |
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,10 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcMaterialProperties extends IfcBase | ||
{ | ||
private IfcMaterial Material; | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
IFCMATERIALPROPERTYRESOURCE/IfcMechanicalConcreteMaterialProperties.java
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,15 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcMechanicalConcreteMaterialProperties extends IfcMechanicalMaterialProperties | ||
{ | ||
private double CompressiveStrength; | ||
private IfcLengthMeasure MaxAggregateSize; | ||
private string AdmixturesDescription; | ||
private string Workability; | ||
private IfcRatioMeasure ProtectivePoreRatio; | ||
private string WaterImpermeability; | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
IFCMATERIALPROPERTYRESOURCE/IfcMechanicalMaterialProperties.java
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,14 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcMechanicalMaterialProperties extends IfcMaterialProperties | ||
{ | ||
private double DynamicViscosity; | ||
private double YoungModulus; | ||
private double ShearModulus; | ||
private IfcRatioMeasure PoissonRatio; | ||
private double ThermalExpansionCoefficient; | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
IFCMATERIALPROPERTYRESOURCE/IfcMechanicalSteelMaterialProperties.java
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,16 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcMechanicalSteelMaterialProperties extends IfcMechanicalMaterialProperties | ||
{ | ||
private double YieldStress; | ||
private double UltimateStress; | ||
private IfcRatioMeasure UltimateStrain; | ||
private double HardeningModule; | ||
private double ProportionalStress; | ||
private IfcRatioMeasure PlasticStrain; | ||
private IfcRelaxation[] Relaxations; | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
IFCMATERIALPROPERTYRESOURCE/IfcOpticalMaterialProperties.java
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,18 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcOpticalMaterialProperties extends IfcMaterialProperties | ||
{ | ||
private IfcRatioMeasure VisibleTransmittance; | ||
private IfcRatioMeasure SolarTransmittance; | ||
private IfcRatioMeasure ThermalIrTransmittance; | ||
private IfcRatioMeasure ThermalIrEmissivityBack; | ||
private IfcRatioMeasure ThermalIrEmissivityFront; | ||
private IfcRatioMeasure VisibleReflectanceBack; | ||
private IfcRatioMeasure VisibleReflectanceFront; | ||
private IfcRatioMeasure SolarReflectanceFront; | ||
private IfcRatioMeasure SolarReflectanceBack; | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
IFCMATERIALPROPERTYRESOURCE/IfcProductsOfCombustionProperties.java
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,13 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcProductsOfCombustionProperties extends IfcMaterialProperties | ||
{ | ||
private double SpecificHeatCapacity; | ||
private IfcRatioMeasure N20Content; | ||
private IfcRatioMeasure COContent; | ||
private IfcRatioMeasure CO2Content; | ||
} | ||
} |
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,11 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcRelaxation extends IfcBase | ||
{ | ||
private IfcRatioMeasure RelaxationValue; | ||
private IfcRatioMeasure InitialStress; | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
IFCMATERIALPROPERTYRESOURCE/IfcThermalMaterialProperties.java
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,13 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcThermalMaterialProperties extends IfcMaterialProperties | ||
{ | ||
private double SpecificHeatCapacity; | ||
private double BoilingPoint; | ||
private double FreezingPoint; | ||
private double ThermalConductivity; | ||
} | ||
} |
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,16 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcWaterProperties extends IfcMaterialProperties | ||
{ | ||
private BOOLEAN IsPotable; | ||
private double Hardness; | ||
private double AlkalinityConcentration; | ||
private double AcidityConcentration; | ||
private IfcRatioMeasure ImpuritiesContent; | ||
private double PHLevel; | ||
private IfcRatioMeasure DissolvedSolidsContent; | ||
} | ||
} |
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcAngularDimension extends IfcDimensionCurveDirectedCallout | ||
{ | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDiameterDimension.java
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcDiameterDimension extends IfcDimensionCurveDirectedCallout | ||
{ | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDimensionCalloutRelationship.java
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcDimensionCalloutRelationship extends IfcDraughtingCalloutRelationship | ||
{ | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDimensionCurve.java
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,10 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcDimensionCurve extends IfcAnnotationCurveOccurrence | ||
{ | ||
private IfcTerminatorSymbol[] AnnotatedBySymbols; | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDimensionCurveDirectedCallout.java
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcDimensionCurveDirectedCallout extends IfcDraughtingCallout | ||
{ | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDimensionCurveTerminator.java
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,10 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcDimensionCurveTerminator extends IfcTerminatorSymbol | ||
{ | ||
private IfcDimensionExtentUsage Role; | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDimensionExtentUsage.java
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,11 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public enum IfcDimensionExtentUsage | ||
{ | ||
ORIGIN, | ||
TARGET, | ||
} | ||
} |
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcDimensionPair extends IfcDraughtingCalloutRelationship | ||
{ | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDraughtingCallout.java
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,12 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public class IfcDraughtingCallout extends IfcGeometricRepresentationItem | ||
{ | ||
private IfcDraughtingCalloutElement[] Contents; | ||
private IfcDraughtingCalloutRelationship[] IsRelatedFromCallout; | ||
private IfcDraughtingCalloutRelationship[] IsRelatedToCallout; | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
IFCPRESENTATIONDIMENSIONINGRESOURCE/IfcDraughtingCalloutElement.java
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,9 @@ | ||
// This file was automatically generated from IFCDOC at www.buildingsmart-tech.org. | ||
// IFC content is copyright (C) 1996-2013 BuildingSMART International Ltd. | ||
|
||
package buildingsmart.ifc | ||
{ | ||
public interface IfcDraughtingCalloutElement | ||
{ | ||
} | ||
} |
Oops, something went wrong.