SoAntiSquishSizings Enumeration |
Sizing.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
X | 0 | Fits the other two axes to match the X axis, whose size is unchanged. | |
Y | 1 | Fits the other two axes to match the Y axis, whose size is unchanged. | |
Z | 2 | Fits the other two axes to match the Z axis, whose size is unchanged. | |
AVERAGE_DIMENSION | 3 | Uses average of 3 scales in the matrix. | |
BIGGEST_DIMENSION | 4 | Uses biggest of 3 scales in the matrix. | |
SMALLEST_DIMENSION | 5 | Uses smallest of 3 scales in the matrix. | |
LONGEST_DIAGONAL | 6 | Accounts for shearing; transforms a cube by the matrix and then uses length of longest diagonal. |