| 限定符和类型 | 类和说明 |
|---|---|
class |
IfcContextDependentUnit
A context dependent unit is a unit which is not related to the SI system.
|
class |
IfcConversionBasedUnit
A conversion based unit is a unit that is defined based on a measure with unit.
|
class |
IfcDerivedUnit
A derived unit is an expression of units.
|
class |
IfcMeasureWithUnit
A measure with unit is the specification of a physical quantity as defined in ISO 31 (clause 2).
|
class |
IfcMonetaryUnit
IfcMonetaryUnit is a unit to define currency for money.
|
class |
IfcNamedUnit
A named unit is a unit quantity associated with the word, or group of words, by which the unit is identified.
|
class |
IfcSIUnit
An SI unit is the fixed quantity used as a standard in terms of which items are measured as defined
by ISO 1000 (clause 2).
|
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcUnit |
IfcMeasureWithUnit.unitComponent |
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcUnit> |
IfcUnitAssignment.units |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcUnit |
IfcMeasureWithUnit.getUnitComponent() |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcUnit> |
IfcUnitAssignment.getUnits() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcMeasureWithUnit.setUnitComponent(IfcUnit unitComponent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcUnitAssignment.setUnits(SET<IfcUnit> units) |
| 构造器和说明 |
|---|
IfcMeasureWithUnit(IfcValue valueComponent,
IfcUnit unitComponent) |
| 构造器和说明 |
|---|
IfcUnitAssignment(SET<IfcUnit> units) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcUnit |
IfcPropertyTableValue.definedUnit |
private IfcUnit |
IfcPropertyTableValue.definingUnit |
private IfcUnit |
IfcPropertySingleValue.unit |
private IfcUnit |
IfcPropertyListValue.unit |
private IfcUnit |
IfcPropertyEnumeration.unit |
private IfcUnit |
IfcPropertyBoundedValue.unit |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcUnit |
IfcPropertyTableValue.getDefinedUnit() |
IfcUnit |
IfcPropertyTableValue.getDefiningUnit() |
IfcUnit |
IfcPropertySingleValue.getUnit() |
IfcUnit |
IfcPropertyListValue.getUnit() |
IfcUnit |
IfcPropertyEnumeration.getUnit() |
IfcUnit |
IfcPropertyBoundedValue.getUnit() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPropertyTableValue.setDefinedUnit(IfcUnit definedUnit) |
void |
IfcPropertyTableValue.setDefiningUnit(IfcUnit definingUnit) |
void |
IfcPropertySingleValue.setUnit(IfcUnit unit) |
void |
IfcPropertyListValue.setUnit(IfcUnit unit) |
void |
IfcPropertyEnumeration.setUnit(IfcUnit unit) |
void |
IfcPropertyBoundedValue.setUnit(IfcUnit unit) |
| 构造器和说明 |
|---|
IfcPropertyBoundedValue(IfcIdentifier name,
IfcText description,
IfcValue upperBoundValue,
IfcValue lowerBoundValue,
IfcUnit unit) |
IfcPropertyEnumeration(IfcLabel name,
LIST<IfcValue> enumerationValues,
IfcUnit unit) |
IfcPropertyListValue(IfcIdentifier name,
IfcText description,
LIST<IfcValue> listValues,
IfcUnit unit) |
IfcPropertySingleValue(IfcIdentifier name,
IfcText description,
IfcValue nominalValue,
IfcUnit unit) |
IfcPropertyTableValue(IfcIdentifier name,
IfcText description,
LIST<IfcValue> definingValues,
LIST<IfcValue> definedValues,
IfcText expression,
IfcUnit definingUnit,
IfcUnit definedUnit) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcUnit |
IfcTimeSeries.unit |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcUnit |
IfcTimeSeries.getUnit() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcTimeSeries.setUnit(IfcUnit unit) |
| 构造器和说明 |
|---|
IfcIrregularTimeSeries(IfcLabel name,
IfcText description,
IfcDateTimeSelect startTime,
IfcDateTimeSelect endTime,
IfcTimeSeriesDataTypeEnum timeSeriesDataType,
IfcDataOriginEnum dataOrigin,
IfcLabel userDefinedDataOrigin,
IfcUnit unit,
LIST<IfcIrregularTimeSeriesValue> values) |
IfcRegularTimeSeries(IfcLabel name,
IfcText description,
IfcDateTimeSelect startTime,
IfcDateTimeSelect endTime,
IfcTimeSeriesDataTypeEnum timeSeriesDataType,
IfcDataOriginEnum dataOrigin,
IfcLabel userDefinedDataOrigin,
IfcUnit unit,
IfcTimeMeasure timeStep,
LIST<IfcTimeSeriesValue> values) |
IfcTimeSeries(IfcLabel name,
IfcText description,
IfcDateTimeSelect startTime,
IfcDateTimeSelect endTime,
IfcTimeSeriesDataTypeEnum timeSeriesDataType,
IfcDataOriginEnum dataOrigin,
IfcLabel userDefinedDataOrigin,
IfcUnit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcUnit |
IfcUnitFactory.create(IOrder<IfcUnit> order) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcUnit |
IfcUnitFactory.create(IOrder<IfcUnit> order) |
Copyright © 2023. All rights reserved.