Click or drag to resize
SoAntiSquishSizings Enumeration

Sizing.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Sizings
Members
  Member nameValueDescription
X0

Fits the other two axes to match the X axis, whose size is unchanged.

Y1

Fits the other two axes to match the Y axis, whose size is unchanged.

Z2

Fits the other two axes to match the Z axis, whose size is unchanged.

AVERAGE_DIMENSION3

Uses average of 3 scales in the matrix.

BIGGEST_DIMENSION4

Uses biggest of 3 scales in the matrix.

SMALLEST_DIMENSION5

Uses smallest of 3 scales in the matrix.

LONGEST_DIAGONAL6

Accounts for shearing; transforms a cube by the matrix and then uses length of longest diagonal.

Remarks