Uses of Class
com.openinventor.inventor.nodes.SoArray.Origins
-
Packages that use SoArray.Origins Package Description com.openinventor.inventor.nodes -
-
Uses of SoArray.Origins in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoArray.Origins Modifier and Type Field Description SoSFEnum<SoArray.Origins>
SoArray. origin
Defines the base point from which copies are distributed.Methods in com.openinventor.inventor.nodes that return SoArray.Origins Modifier and Type Method Description static SoArray.Origins
SoArray.Origins. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoArray.Origins
SoArray.Origins. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoArray.Origins[]
SoArray.Origins. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-