You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The PositionVoltageLevelLayoutFactory class has some attributes that would maybe fit in better with the LayoutParameters class.
What is the expected behavior?
Some attributes (feederStacked, removeUnecessaryFictitiousNodes, substituteSingularFictitiousByFeederNode, ...) moved into the LayoutParameters class.
What is the motivation / use case for changing the behavior?
It would be more user-friendly, especially for users who are new to powsybl-diagram to have those parameters in the LayoutParameters rather than in the PositionVoltageLevelLayoutFactory
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The
PositionVoltageLevelLayoutFactory
class has some attributes that would maybe fit in better with theLayoutParameters
class.What is the expected behavior?
Some attributes (
feederStacked
,removeUnecessaryFictitiousNodes
,substituteSingularFictitiousByFeederNode
, ...) moved into theLayoutParameters
class.What is the motivation / use case for changing the behavior?
It would be more user-friendly, especially for users who are new to powsybl-diagram to have those parameters in the
LayoutParameters
rather than in thePositionVoltageLevelLayoutFactory
The text was updated successfully, but these errors were encountered: