Packages

 

com.aspose.cad.fileformats.ifc.ifc2x3.entities

Classes

com.aspose.cad.fileformats.ifc.ifc2x3.entities

Class IfcPropertyBoundedValue

    • Constructor Detail

      • IfcPropertyBoundedValue

        public IfcPropertyBoundedValue()
    • Method Detail

      • getUpperBoundValue

        public final IfcValue getUpperBoundValue()
      • setUpperBoundValue

        public final void setUpperBoundValue(IfcValue value)
      • getLowerBoundValue

        public final IfcValue getLowerBoundValue()
      • setLowerBoundValue

        public final void setLowerBoundValue(IfcValue value)
      • getUnit

        public final IfcUnit getUnit()
      • setUnit

        public final void setUnit(IfcUnit value)