Uses of Class
com.openinventor.inventor.nodes.SoAntiSquish.Sizings
-
Packages that use SoAntiSquish.Sizings Package Description com.openinventor.inventor.nodes -
-
Uses of SoAntiSquish.Sizings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoAntiSquish.Sizings Modifier and Type Field Description SoSFEnum<SoAntiSquish.Sizings>
SoAntiSquish. sizing
Determines which of the algorithms enumerated by the type Sizing will be used to select the new scale when the x,y, and z scales are not equal.Methods in com.openinventor.inventor.nodes that return SoAntiSquish.Sizings Modifier and Type Method Description static SoAntiSquish.Sizings
SoAntiSquish.Sizings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAntiSquish.Sizings
SoAntiSquish.Sizings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAntiSquish.Sizings[]
SoAntiSquish.Sizings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-