| Package | Description |
|---|---|
| com.aspose.cad.fileformats.ifc.ifc4.entities |
| Modifier and Type | Method and Description |
|---|---|
IfcUnit |
IfcPropertyTableValue.getDefinedUnit() |
IfcUnit |
IfcPropertyTableValue.getDefiningUnit() |
IfcUnit |
IfcSimplePropertyTemplate.getPrimaryUnit() |
IfcUnit |
IfcSimplePropertyTemplate.getSecondaryUnit() |
IfcUnit |
IfcPropertyBoundedValue.getUnit() |
IfcUnit |
IfcPropertyEnumeration.getUnit() |
IfcUnit |
IfcPropertyListValue.getUnit() |
IfcUnit |
IfcPropertySingleValue.getUnit() |
IfcUnit |
IfcTableColumn.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 |
IfcSimplePropertyTemplate.setPrimaryUnit(IfcUnit value) |
void |
IfcSimplePropertyTemplate.setSecondaryUnit(IfcUnit value) |
void |
IfcPropertyBoundedValue.setUnit(IfcUnit value) |
void |
IfcPropertyEnumeration.setUnit(IfcUnit value) |
void |
IfcPropertyListValue.setUnit(IfcUnit value) |
void |
IfcPropertySingleValue.setUnit(IfcUnit value) |
void |
IfcTableColumn.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) |