02.03.2026 - 09:04
Hello.
I need the geometry information of an existing section.
I'm selecting something (a Macro) in a UVS with a single selection. It's possible to get some information about the UVS (AssocViewAdapter).
But is it also possible to get information about the ClippingPathBody or the ClippingPath (Polyhedron3D preferred)?
I absolutely want to avoid a second selection round.
self.selection_result = SingleElementSelectResult()
self.selection_result.assoc_view
...
missing link
...
section_def_data.ClippingPath()
Thank you,
Christian