Unit / Type visibility in form

Unit / Type visibility in form

Mark_Geurds
Enthusiast Enthusiast
422 Views
2 Replies
Message 1 of 3

Unit / Type visibility in form

Mark_Geurds
Enthusiast
Enthusiast

Hello Everyone. 

 

A bit late, but best wishes to all of you!

 

I was wondering if it is possible to NOT show the unit/type in a Form. Even when I turn of the show unit/type in the custom parameter properties dialogue box, it still shows 'mm' in my form.

0 Likes
423 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor

That setting effects the custom iProperty that is created as a result of 'exposing' that parameter.  So, depending on why you have that data shown in your form, you may have to put the custom iProperty into your form, instead of the Parameter, then it will display as you have those settings set-up.  Otherwise, iLogic form's are fairly basic and don't have specific enough controls to limit that aspect of a parameter's value.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Message 3 of 3

Ralf_Krieg
Advisor
Advisor

Hello

 

The user defined property format is only relevant for the export of parameter values to user defined properties.

Do you display the parameter value in an iLogic form or what is "my form"?

Export the parameter as user defined iProperty without units and display the iProperty value instead parameter value in form is one possible way. Another would be to cut off units before displaying, but this is not possible in iLogic forms.

 

EDIT: ups, too late


R. Krieg
RKW Solutions
www.rkw-solutions.com
0 Likes