Enum PSPlacementMode
Different modes of placing partition sets within a particle.
Namespace: AS2
Assembly: .dll
Syntax
public enum PSPlacementMode
Fields
Name | Description |
---|---|
LINE | Arrange the partition sets evenly on a straight line. In expanded particles, the lines are rotated to be orthogonal to the expansion direction. |
LINE_ROTATED | Arrange the partition sets evenly on a straight line with a fixed rotation angle. |
LLOYD | Use a version of Lloyd's algorithm to place the partition sets on a circle to roughly match their pin positions without being too close to each other. |
MANUAL | Use polar coordinates to set every partition set's position manually. |
NONE | Use the default placement that is set in the UI. |