Section plane in page
-
hello,
i studied the api, but cannot find a way toretrieve the active section plane of a page
without making the page an active page (means only by iteration thru pages and getting the corresponding section-plane).
is that possible?
thanx a lot for helping !
stan -
A
page
does not 'have' theactive_section_plane
.
That belongs to themodel.active_entities
as.active_section_plane
So you do need to make thepage
[scene] in questionmodel.pages.selected_page=
and then check the active section-plane details in themodel.active_entities
... -
@tig said:
A
page
does not 'have' theactive_section_plane
.
That belongs to themodel.active_entities
as.active_section_plane
So you do need to make thepage
[scene] in questionmodel.pages.selected_page=
and then check the active section-plane details in themodel.active_entities
...HI TIG,
yes, thanx a lot, i am at this point, too, i think,
and i could iterate thru all pages (make the active one after another), with view.refresh off, maybe,i just was hoping, that there is a hidden property for an active section.
so the conclusion is:
the page (scene) stores the active section - but there is no way to retrieve it directly by api at the moment
thanx a lot again
stan
Advertisement