SOLVED!
[BUG?] Elevation Dimension generates wrong symbol
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-26
10:37 AM
- last edited on
‎2022-12-06
01:30 PM
by
Daniel Kassai
‎2018-06-26
10:37 AM
Hello guys,
I encountered a weird problem during my addon testing. The addon generates an Elevation Dimension on a Wall on Section view, and somehow it creates it with the wrong symbol.
I found out that for some unknown reason if the Default setting ofDimension Type is set as 'Elevation Dimension', it creates that symbol. Once I changed it to the other three choices it now generates the correct symbol. Weird since I force it to 'APIApp_Elev' in the code anyway.
I encountered a weird problem during my addon testing. The addon generates an Elevation Dimension on a Wall on Section view, and somehow it creates it with the wrong symbol.
I found out that for some unknown reason if the Default setting of
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-26 11:04 AM
‎2018-06-26
11:04 AM
Can you verify the mark size?
Felipe Ribeiro Cunha
AC 26, macOS Monterey
AC 26, macOS Monterey
2 REPLIES 2
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-26 11:04 AM
‎2018-06-26
11:04 AM
Can you verify the mark size?
Felipe Ribeiro Cunha
AC 26, macOS Monterey
AC 26, macOS Monterey
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-27 04:16 AM
‎2018-06-27
04:16 AM
felcunha wrote:My mistake, you're right it seems the Elevation Dimension has a different size value to the other three types, though its value is 0 which is beyond the minimum value of 0.50 on the settings dialog. After I forced it to size 2.0 it now generates correctly.
Can you verify the mark size?
Thanks for the help.