icon

Allplan Fórum

[Otázka] Hiding bar placement in views [Vyřešeno]


Hello,

I am generating a pythonpart with reinforcement and views.

Is it possible to hide some specific bar placement in a certain view? I can't find this in the documentation of the API.

For example; there is this button within Allplan 'reinforcement tools' (see attachement)

Greetings!

Přílohy (1)

Type: image/png
Staženo 39
Size: 14,22 KiB

Show solution Hide solution

Hello,
Is it possible to hide some specific bar placement in a certain view?

It is possible to hide/show some specific bars in a placement. But to show/hide the entire placement - unfortunately no, currently not possible.
Citoval chippycat

I tried ShowAllBars(False) but it didn't work.

This method is responsible for showing/hiding the rebar markers on the dimension line (here). The method's name is not the best in this case...

Best,
Bart

Hello,
I am generating a pythonpart with reinforcement and views.
Is it possible to hide some specific bar placement in a certain view? I can't find this in the documentation of the API.
For example; there is this button within Allplan 'reinforcement tools' (see attachement)
Greetings!

I tried ShowAllBars(False) but it didn't work.

Hello,
Is it possible to hide some specific bar placement in a certain view?

It is possible to hide/show some specific bars in a placement. But to show/hide the entire placement - unfortunately no, currently not possible.
Citoval chippycat

I tried ShowAllBars(False) but it didn't work.

This method is responsible for showing/hiding the rebar markers on the dimension line (here). The method's name is not the best in this case...

Best,
Bart