Skip to content

How to properly use/build PartitionLine #297

Answered by yaqwsx
Khanorr asked this question in Q&A
Discussion options

You must be logged in to vote

This is not well documented yet; basically, you have two options:

  • let it compute automatically via bounding boxes (this is what CLI does) by invoking panel.buildPartitionLineFromBB
  • or you can set it manually. A partition line is shapely.LineString and it is stored per substrate in panel.substrates. Each substrate has an attribute partitionLine you can directly set.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Khanorr
Comment options

@yaqwsx
Comment options

@yaqwsx
Comment options

@Khanorr
Comment options

Answer selected by Khanorr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants