Packages

 

com.aspose.cad.fileformats.ifc.ifc4.entities

Classes

com.aspose.cad.fileformats.ifc.ifc4.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)
      • getSetPointValue

        public final IfcValue getSetPointValue()
      • setSetPointValue

        public final void setSetPointValue(IfcValue value)