Ilario
Guest
The only way I've found it is with an ilogic rule plus a custom parameter, but it would mean having to do this for all the files you need to do it (this according to the meagreness of ilogic, if someone wants to deny me and "perfect" my method, well come!)... if there are many I understand it is a casino, but I will explain to you equally:I'm going back to the discussion to ask for something that they put me in. I have my cartilage where in the various items to fill out I made all the connections so that automatically there is name, description, scale, weight etc. Is it possible for me to have only the numerical value without the unit of measurement?
1. create a custom parameter with "add numerical value" that you will call "weight" (or as you want)
2. imposed as "measuring unit" kg (if you use this unit)
3. you put the check on "export parameter" and impose it in export properties to remove the measuring unit and all the rest you do not want as the initial, final zeros and the number of decimals
4. create an ilogic rule that you will call "mass" (or whatever)
5. in the rule write:
mass=iproperties.massweight=mass(this taking into account the name "weight" that I first gave to the custom parameter, if you call it differently you have to change it)
6. you will now have a custom iproperty of the mass without the measuring unit to be used in the texts, therefore also applicable to the cartilage.
Hi.