Python Available Element Types

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-08-30
06:41 AM
- last edited on
2021-09-14
01:49 PM
by
Noemi Balogh
2020-08-30
06:41 AM
Does anyone know if the Fill Elements are available to be retrieved in Python and what their name might be?
I tried PolyLine and Hatch and neither works.
I would like to address the areas of Fills in order to do a site area analysis in Python. I know you can use Zones but would like to use Fills as they are more straight forward.
I tried PolyLine and Hatch and neither works.
I would like to address the areas of Fills in order to do a site area analysis in Python. I know you can use Zones but would like to use Fills as they are more straight forward.
Gerry
Windows 11 - Visual Studio 2022; ArchiCAD 27
Windows 11 - Visual Studio 2022; ArchiCAD 27
Labels:
- Labels:
-
Automation (Python or JSON)
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-08-31 10:12 AM
2020-08-31
10:12 AM
Hi Gerry,
You can find all the available element type strings in the documentation.
Please visit this page of the documentation and click on ElementType to see the available values of that enumeration: As you can see Fill is currently not supported by JSON/Python API, sorry for the bad news
You can find all the available element type strings in the documentation.
Please visit this page of the documentation and click on ElementType to see the available values of that enumeration: As you can see Fill is currently not supported by JSON/Python API, sorry for the bad news

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-09-01 12:13 PM
2020-09-01
12:13 PM
How can I getElementByType changemarker in AC24?
Tibor wrote:
Hi Gerry,
You can find all the available element type strings in the documentation.
Please visit this page of the documentation and click on ElementType to see the available values of that enumeration:
ElementType.png
As you can see Fill is currently not supported by JSON/Python API, sorry for the bad news![]()