ElementDataModel.GetElementGeometriesByElementsAsync method
Given a list of elements, returns a dictionary of elements and corresponding enumerable list of ElementGeometry This only processes the Elements passed in and not their child elements. It is recommended to flatten the Element list before calling this method if the geometry for child elements is also required.
public Task<Dictionary<Element, IEnumerable<ElementGeometry>>> GetElementGeometriesByElementsAsync(
IEnumerable<Element> elements)
parameter | description |
---|---|
elements | Element |
Return Value
Dictionary of Element and its ElementGeometries
See Also
- class Element
- class ElementGeometry
- class ElementDataModel
- namespace Autodesk.DataExchange.DataModels