Configure number of decimals for hotspots?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-01 11:31 AM
2010-11-01
11:31 AM
But I get so many decimals in the hotspots. I think this is confusing and not necessary. Are there some way in AC to configure the number of decimals that are created for hotspots?
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-03 03:57 PM
2010-11-03
03:57 PM
Hello Anne,
I do not know if that answers your needs... but we have a similar question on fc cadlink for reduce a decimal number in an arithmetic expression and Eric Wilk had given quickly this way to solve the problem
if you have meter variables as x1 =1.565488855 and y1 = 3.9899898 for example and you want just two digits after the decimal point.
Try
round_int (x1 * 100) / 100
round_int (y1 * 100) / 100
The GDL Arithmetical Functions ROUND_INT (x) Returns the rounded integer part of x.
Maybe should help you ? Maybe a more elegant solution exist but you must wait for the response of people more qualified
I do not know if that answers your needs... but we have a similar question on fc cadlink for reduce a decimal number in an arithmetic expression and Eric Wilk had given quickly this way to solve the problem
if you have meter variables as x1 =1.565488855 and y1 = 3.9899898 for example and you want just two digits after the decimal point.
Try
round_int (x1 * 100) / 100
round_int (y1 * 100) / 100
The GDL Arithmetical Functions ROUND_INT (x) Returns the rounded integer part of x.
Maybe should help you ? Maybe a more elegant solution exist but you must wait for the response of people more qualified

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-04 09:19 AM
2010-11-04
09:19 AM
No, you can't select anywhere the number of decimals, when exporting graphical objects to GDL. AFAIK.
bim author since 1994 | bim manager since 2018 | author of selfGDL.de | openGDL | skewed archicad user hall of fame | author of bim-all-doors.gsm