Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc2x3.entities |
Modifier and Type | Method and Description |
---|---|
IfcUnit |
IfcPropertyTableValue.getDefinedUnit() |
IfcUnit |
IfcPropertyTableValue.getDefiningUnit() |
IfcUnit |
IfcPropertyBoundedValue.getUnit() |
IfcUnit |
IfcPropertyEnumeration.getUnit() |
IfcUnit |
IfcPropertyListValue.getUnit() |
IfcUnit |
IfcPropertySingleValue.getUnit() |
IfcUnit |
IfcTimeSeries.getUnit() |
IfcUnit |
IfcMeasureWithUnit.getUnitComponent() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcUnit> |
IfcUnitAssignment.getUnits() |
Modifier and Type | Method and Description |
---|---|
void |
IfcPropertyTableValue.setDefinedUnit(IfcUnit value) |
void |
IfcPropertyTableValue.setDefiningUnit(IfcUnit value) |
void |
IfcPropertyBoundedValue.setUnit(IfcUnit value) |
void |
IfcPropertyEnumeration.setUnit(IfcUnit value) |
void |
IfcPropertyListValue.setUnit(IfcUnit value) |
void |
IfcPropertySingleValue.setUnit(IfcUnit value) |
void |
IfcTimeSeries.setUnit(IfcUnit value) |
void |
IfcMeasureWithUnit.setUnitComponent(IfcUnit value) |
Modifier and Type | Method and Description |
---|---|
void |
IfcUnitAssignment.setUnits(IfcCollection<IfcUnit> value) |