Uses of Class
com.openinventor.meshvizxlm.mapping.nodes.MoMeshStreamline.IntegrationDirection
-
Packages that use MoMeshStreamline.IntegrationDirection Package Description com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MoMeshStreamline.IntegrationDirection in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type MoMeshStreamline.IntegrationDirection Modifier and Type Field Description SoSFEnum<MoMeshStreamline.IntegrationDirection>
MoMeshStreamline. direction
Sets the direction for the streamline integration.
The default value isFORWARD
.Methods in com.openinventor.meshvizxlm.mapping.nodes that return MoMeshStreamline.IntegrationDirection Modifier and Type Method Description static MoMeshStreamline.IntegrationDirection
MoMeshStreamline.IntegrationDirection. valueOf(int val)
Returns the integration direction associated to the specified integer value of the enum constant.static MoMeshStreamline.IntegrationDirection
MoMeshStreamline.IntegrationDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MoMeshStreamline.IntegrationDirection[]
MoMeshStreamline.IntegrationDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-