Hallo, ich habe eine Topologie erstellt und möchte nun mittels der Abfrage die Flächengrößen in die einzelnen Flächen schreiben. Soweit alles klar. Nun zur Frage: Kann ich auch irgendwo einstellen, wieviele Nachkommastellen angezeigt werden??? Zeichnungseinheiten haben hier leider keinen Einfluss.
erstellt am: 19. Apr. 2005 08:59 <-- editieren / zitieren --> Unities abgeben: Nur für 3105orcas
hier ein Beispiel...
Beispiel: (rtos :AREA@TPMCNTR_ab 2 2)
In the Alter Properties dialog box, when you define the text value expression you can format the text using AutoLISP® syntax, for example: (rtos .AREA 2 2) RTOS is an AutoLISP function that converts a real value to a string value. The function takes three arguments: A real number (in the example, .AREA) is the Autodesk Map expression that returns a real value. The conversion mode (in the example, 2) is the conversion mode that specifies a decimal number conversion. The decimals of precision (in the example, case 2) specify the digits of precision. The example AutoLISP syntax will result in the Area formatted with only two characters after the decimal point.