Deniz
Deniz
Please see the Feature request https://github.com/DynamoDS/DynamoWishlist/issues/200
@fmeruane do you work in Revit 2024 aswell?
@fmeruane maybe it can not find any reference that corresponds to your points. I will take a look if I reach my computer. Can you please check your points?
[DirectShape.zip](https://github.com/dimven/SpringNodes/files/12475852/DirectShape.zip)
It is already possible. Your programmer should parse to IFCExportConfiguration create a config. After that it can be used in Revit API.
After creating the configuration, he should do that: ``` opt = IFCExportOptions() configuration.UpdateOptions(opt, viewId) opt.FilterViewId = viewId result = doc.Export(zielVerzeichnis, dateiName, opt) ```
Nice idea!
You are totally right. In that case I would love to see an overridden value, when I select a linked Element. Fyi: @andydandy74
I think it should be like that: If I have only one instance of the link => take the Guid that is shown in UI If there are more than...
Are you talking about export class mapping? @sweco-begertjanvdb You can change it here: https://www.revitapidocs.com/2024/d9696d40-cf97-5d24-8151-662e35e7d616.htm