| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.measure.entity | |
| org.sikongsphere.ifc.model.schema.resource.quantity.entity |
| 限定符和类型 | 类和说明 |
|---|---|
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 |
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 IfcNamedUnit |
IfcDerivedUnitElement.unit |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcNamedUnit |
IfcDerivedUnitElement.getUnit() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcDerivedUnitElement.setUnit(IfcNamedUnit unit) |
| 构造器和说明 |
|---|
IfcDerivedUnitElement(IfcNamedUnit unit,
Integer exponent) |
IfcDerivedUnitElement(IfcNamedUnit unit,
INTEGER exponent) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcNamedUnit |
IfcPhysicalSimpleQuantity.unit |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcNamedUnit |
IfcPhysicalSimpleQuantity.getUnit() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPhysicalSimpleQuantity.setUnit(IfcNamedUnit unit) |
| 构造器和说明 |
|---|
IfcPhysicalSimpleQuantity(IfcLabel name,
IfcText description,
IfcNamedUnit unit) |
IfcQuantityArea(IfcLabel name,
IfcText description,
IfcNamedUnit unit,
IfcAreaMeasure areaValue) |
IfcQuantityCount(IfcLabel name,
IfcText description,
IfcNamedUnit unit) |
IfcQuantityCount(IfcLabel name,
IfcText description,
IfcNamedUnit unit,
IfcCountMeasure areaValue) |
IfcQuantityLength(IfcLabel name,
IfcText description,
IfcNamedUnit unit) |
IfcQuantityLength(IfcLabel name,
IfcText description,
IfcNamedUnit unit,
IfcLengthMeasure lengthValue) |
IfcQuantityTime(IfcLabel name,
IfcText description,
IfcNamedUnit unit) |
IfcQuantityTime(IfcLabel name,
IfcText description,
IfcNamedUnit unit,
IfcTimeMeasure timeValue) |
IfcQuantityVolume(IfcLabel name,
IfcText description,
IfcNamedUnit unit,
IfcVolumeMeasure volumeValue) |
IfcQuantityWeight(IfcLabel name,
IfcText description,
IfcNamedUnit unit,
IfcMassMeasure weightValue) |
Copyright © 2023. All rights reserved.