Uses of Enum Class
com.openinventor.meshvizxlm.mapping.nodes.MoMeshStreamline.IntegrationDirection
Packages that use MoMeshStreamline.IntegrationDirection
Package
Description
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.IntegrationDirectionModifier and TypeFieldDescriptionMoMeshStreamline.direction
Sets the direction for the streamline integration.
The default value isFORWARD
.Methods in com.openinventor.meshvizxlm.mapping.nodes that return MoMeshStreamline.IntegrationDirectionModifier and TypeMethodDescriptionMoMeshStreamline.IntegrationDirection.valueOf
(int val) Returns the integration direction associated to the specified integer value of the enum constant.Returns the enum constant of this class with the specified name.MoMeshStreamline.IntegrationDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.