| MaxPlus Python API Reference
    | 
 Inheritance diagram for ParamDimensionBase:
 Inheritance diagram for ParamDimensionBase:| Public Member Functions | |
| def | Convert (self, *args) | 
| def | GetDimensionType (self) | 
| def | UnConvert (self, *args) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Static Public Attributes | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from Wrapper | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Describes the dimension of a parameter, which acts as a unit of measure.
| def Convert | ( | self, | |
| * | args | ||
| ) | 
Convert(ParamDimensionBase self, float value) -> float
| def GetDimensionType | ( | self | ) | 
GetDimensionType(ParamDimensionBase self) -> Autodesk::Max::DimType::Type
| def UnConvert | ( | self, | |
| * | args | ||
| ) | 
UnConvert(ParamDimensionBase self, float value) -> float