Hi,
I'm working on a ScriptObject PythonPart.
In my case, I want to get the geometry of a wall so first I made :
self.script_object_interactor = SingleElementSelectInteractor(self.selection_result,
[ElementAdapter.Wall_TypeUUID],
"Sélectionner un mur"
)
but
geo = self.selection_result.sel_element.GetGeometry()
doesn't work
I can get UUID, attributes, etc of my sel_element (cf capture) so how can I get the GetPureArchitectureElementGeometry ?
Best
Christophe