@IfcClass(type=ENTITY, layer=RESOURCE) public class IfcConversionBasedUnit extends IfcNamedUnit
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcMeasureWithUnit |
conversionFactor |
private IfcLabel |
name |
stepNumber| 构造器和说明 |
|---|
IfcConversionBasedUnit(IfcDimensionalExponents dimensions,
IfcUnitEnum unitType,
IfcLabel name,
IfcMeasureWithUnit conversionFactor) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcMeasureWithUnit |
getConversionFactor() |
IfcLabel |
getName() |
void |
setConversionFactor(IfcMeasureWithUnit conversionFactor) |
void |
setName(IfcLabel name) |
getDimensions, getUnitType, setDimensions, setUnitTypecheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcLabel name
private IfcMeasureWithUnit conversionFactor
@IfcParserConstructor public IfcConversionBasedUnit(IfcDimensionalExponents dimensions, IfcUnitEnum unitType, IfcLabel name, IfcMeasureWithUnit conversionFactor)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcMeasureWithUnit getConversionFactor()
public void setConversionFactor(IfcMeasureWithUnit conversionFactor)
Copyright © 2023. All rights reserved.