@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcDimensionalExponents extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private INTEGER |
amountOfSubstanceExponent
The power of the amount of substance base quantity
|
private INTEGER |
electricCurrentExponent
The power of the electric current base quantity
|
private INTEGER |
lengthExponent
The power of the length base quantity
|
private INTEGER |
luminousIntensityExponent
The power of the luminous intensity base quantity
|
private INTEGER |
massExponent
The power of the mass base quantity
|
private INTEGER |
thermodynamicTemperatureExponent
The power of the thermodynamic temperature base quantity
|
private INTEGER |
timeExponent
The power of the time base quantity
|
stepNumber| 构造器和说明 |
|---|
IfcDimensionalExponents() |
IfcDimensionalExponents(INTEGER lengthExponent,
INTEGER massExponent,
INTEGER timeExponent,
INTEGER electricCurrentExponent,
INTEGER thermodynamicTemperatureExponent,
INTEGER amountOfSubstanceExponent,
INTEGER luminousIntensityExponent) |
IfcDimensionalExponents(int lengthExponent,
int massExponent,
int timeExponent,
int electricCurrentExponent,
int thermodynamicTemperatureExponent,
int amountOfSubstanceExponent,
int luminousIntensityExponent) |
IfcDimensionalExponents(STRING lengthExponent,
STRING massExponent,
STRING timeExponent,
STRING electricCurrentExponent,
STRING thermodynamicTemperatureExponent,
STRING amountOfSubstanceExponent,
STRING luminousIntensityExponent) |
| 限定符和类型 | 方法和说明 |
|---|---|
INTEGER |
getAmountOfSubstanceExponent() |
INTEGER |
getElectricCurrentExponent() |
INTEGER |
getLengthExponent() |
INTEGER |
getLuminousIntensityExponent() |
INTEGER |
getMassExponent() |
INTEGER |
getThermodynamicTemperatureExponent() |
INTEGER |
getTimeExponent() |
boolean |
isDefault() |
void |
setAmountOfSubstanceExponent(INTEGER amountOfSubstanceExponent) |
void |
setElectricCurrentExponent(INTEGER electricCurrentExponent) |
void |
setLengthExponent(INTEGER lengthExponent) |
void |
setLuminousIntensityExponent(INTEGER luminousIntensityExponent) |
void |
setMassExponent(INTEGER massExponent) |
void |
setThermodynamicTemperatureExponent(INTEGER thermodynamicTemperatureExponent) |
void |
setTimeExponent(INTEGER timeExponent) |
check, getFileItem, getParamString, getStepNumber, illegal, setStepNumber, toIfcprivate INTEGER lengthExponent
private INTEGER massExponent
private INTEGER timeExponent
private INTEGER electricCurrentExponent
private INTEGER thermodynamicTemperatureExponent
private INTEGER amountOfSubstanceExponent
private INTEGER luminousIntensityExponent
public IfcDimensionalExponents()
@IfcParserConstructor public IfcDimensionalExponents(INTEGER lengthExponent, INTEGER massExponent, INTEGER timeExponent, INTEGER electricCurrentExponent, INTEGER thermodynamicTemperatureExponent, INTEGER amountOfSubstanceExponent, INTEGER luminousIntensityExponent)
public IfcDimensionalExponents(int lengthExponent,
int massExponent,
int timeExponent,
int electricCurrentExponent,
int thermodynamicTemperatureExponent,
int amountOfSubstanceExponent,
int luminousIntensityExponent)
public INTEGER getLengthExponent()
public void setLengthExponent(INTEGER lengthExponent)
public INTEGER getMassExponent()
public void setMassExponent(INTEGER massExponent)
public INTEGER getTimeExponent()
public void setTimeExponent(INTEGER timeExponent)
public INTEGER getElectricCurrentExponent()
public void setElectricCurrentExponent(INTEGER electricCurrentExponent)
public INTEGER getThermodynamicTemperatureExponent()
public void setThermodynamicTemperatureExponent(INTEGER thermodynamicTemperatureExponent)
public INTEGER getAmountOfSubstanceExponent()
public void setAmountOfSubstanceExponent(INTEGER amountOfSubstanceExponent)
public INTEGER getLuminousIntensityExponent()
public void setLuminousIntensityExponent(INTEGER luminousIntensityExponent)
public boolean isDefault()
isDefault 在类中 IfcAbstractClassCopyright © 2023. All rights reserved.