Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc2x3.entities |
Modifier and Type | Method and Description |
---|---|
IfcValue |
IfcPropertyBoundedValue.getLowerBoundValue() |
IfcValue |
IfcPropertySingleValue.getNominalValue() |
IfcValue |
IfcPropertyBoundedValue.getUpperBoundValue() |
IfcValue |
IfcMeasureWithUnit.getValueComponent() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcValue> |
IfcPropertyTableValue.getDefinedValues() |
IfcCollection<IfcValue> |
IfcPropertyTableValue.getDefiningValues() |
IfcCollection<IfcValue> |
IfcPropertyEnumeratedValue.getEnumerationValues() |
IfcCollection<IfcValue> |
IfcPropertyEnumeration.getEnumerationValues() |
IfcCollection<IfcValue> |
IfcIrregularTimeSeriesValue.getListValues() |
IfcCollection<IfcValue> |
IfcPropertyListValue.getListValues() |
IfcCollection<IfcValue> |
IfcTimeSeriesValue.getListValues() |
IfcCollection<IfcValue> |
IfcTableRow.getRowCells() |
Modifier and Type | Method and Description |
---|---|
void |
IfcPropertyBoundedValue.setLowerBoundValue(IfcValue value) |
void |
IfcPropertySingleValue.setNominalValue(IfcValue value) |
void |
IfcPropertyBoundedValue.setUpperBoundValue(IfcValue value) |
void |
IfcMeasureWithUnit.setValueComponent(IfcValue value) |
Modifier and Type | Method and Description |
---|---|
void |
IfcPropertyTableValue.setDefinedValues(IfcCollection<IfcValue> value) |
void |
IfcPropertyTableValue.setDefiningValues(IfcCollection<IfcValue> value) |
void |
IfcPropertyEnumeratedValue.setEnumerationValues(IfcCollection<IfcValue> value) |
void |
IfcPropertyEnumeration.setEnumerationValues(IfcCollection<IfcValue> value) |
void |
IfcIrregularTimeSeriesValue.setListValues(IfcCollection<IfcValue> value) |
void |
IfcPropertyListValue.setListValues(IfcCollection<IfcValue> value) |
void |
IfcTimeSeriesValue.setListValues(IfcCollection<IfcValue> value) |
void |
IfcTableRow.setRowCells(IfcCollection<IfcValue> value) |