icon

Forum Allplan

[Domanda] Hiding bar placement in views [Risolto]


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!

Allegati (1)

Type: image/png
39 scaricato
Size: 14,22 KiB

Show solution Hide solution

Quotato da: JorisWagemaker
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.
Quotato da: 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

Quotato da: JorisWagemaker
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.

Quotato da: JorisWagemaker
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.
Quotato da: 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