Hi,
I'm trying to create views through Pythonparts.
I found a class:
class AssociativeViewService(Boost.Python.instance)
Method resolution order:
AssociativeViewService
Boost.Python.instance
builtins.object
Methods defined here:
CreateViews(...)
CreateViews( (AssociativeViewService)arg1, (VecGUIDList)elementVec, (list)assoViewList, (ViewWorldProjection)viewProj) -> MinMax2DList :
Create the associative views
Parameter: elementVec Vector with the elements for the associative views
assoViewList List with the data for the associative views
viewProj View world projection
Return: List with the MinMax2D of the created views.
__init__(...)
That supouselly can interact with Allplan objects and automatically insert views.
Is there a exemple of this (or any correspondent) function in use to create 2D views?
Thank you!