License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2024-04-23
11:21 AM
- last edited on
2024-09-26
12:19 PM
by
Doreena Deng
So i asked a question yesterday that i worded badly so ill give it another go in hopes of some clarification regarding the Python link.
1. Is it possible to to make Python write in tables?
2. When i try to extract ElementID it gives me the GUID. i dont need the GUID i need the name. example: YV-001
Thanks in advance!
Solved! Go to Solution.
2024-04-23 12:05 PM
1-You can extract value and put them in an excel file. You can't modify an archicad schedule.
2- You need the GUID of the element and the GUID of the property to retrieve a value:
GetPropertyValuesOfElements(elements: List[ElementIdArrayItem], properties: List[PropertyIdArrayItem]) → List[PropertyValuesOrError]
Returns the property values of the elements for the given property.
Parameters:
elements (list of ElementIdArrayItem) – A list of elements.
properties (list of PropertyIdArrayItem) – A list of property identifiers.
Returns:
A list of property value lists.
Return type:
list of PropertyValuesOrError
2024-04-23 12:05 PM
1-You can extract value and put them in an excel file. You can't modify an archicad schedule.
2- You need the GUID of the element and the GUID of the property to retrieve a value:
GetPropertyValuesOfElements(elements: List[ElementIdArrayItem], properties: List[PropertyIdArrayItem]) → List[PropertyValuesOrError]
Returns the property values of the elements for the given property.
Parameters:
elements (list of ElementIdArrayItem) – A list of elements.
properties (list of PropertyIdArrayItem) – A list of property identifiers.
Returns:
A list of property value lists.
Return type:
list of PropertyValuesOrError
2024-04-24 10:48 AM
Thanks for the reply @Mathias Jonathan. if you look at my latest post there is more info on what i need to make. and lets say it as it is. its not making. its very frustrating.