Uses of Class
com.openinventor.inventor.nodes.SoBaseExtrusion.ScaleModes
-
Packages that use SoBaseExtrusion.ScaleModes Package Description com.openinventor.inventor.nodes -
-
Uses of SoBaseExtrusion.ScaleModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoBaseExtrusion.ScaleModes Modifier and Type Field Description SoSFEnum<SoBaseExtrusion.ScaleModes>
SoBaseExtrusion. scaleMode
Scaling behavior of the extrusion.Methods in com.openinventor.inventor.nodes that return SoBaseExtrusion.ScaleModes Modifier and Type Method Description static SoBaseExtrusion.ScaleModes
SoBaseExtrusion.ScaleModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoBaseExtrusion.ScaleModes
SoBaseExtrusion.ScaleModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoBaseExtrusion.ScaleModes[]
SoBaseExtrusion.ScaleModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-